LD_ACHIEVEMENTS_AWARD::__construct()
Set up Automator action constructor.
Source Source
File: src/integrations/learndash/actions/ld-achievements-award.php
public function __construct() { $this->action_code = 'LDACHIEVEMENTS'; $this->action_meta = 'LDACHIEVEMENTS_META'; if ( class_exists( '\LearnDash_Achievements' ) ) { $this->define_action(); } }
Expand full source code Collapse full source code View on Github