Badgeos_Helpers::__construct()
Badgeos_Helpers constructor.
Source Source
File: src/integrations/badgeos/helpers/badgeos-helpers.php
public function __construct() { $this->load_options = Automator()->helpers->recipe->maybe_load_trigger_options( __CLASS__ ); add_action( 'wp_ajax_select_achievements_from_types_BOAWARDACHIEVEMENT', [ $this, 'select_achievements_from_types_func', ] ); add_action( 'wp_ajax_select_ranks_from_types_BOAWARDRANKS', [ $this, 'select_ranks_from_types_func' ] ); }
Expand full source code Collapse full source code View on Github