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