init_actions() публичный Метод

Setup the hooks, actions and filters.
С версии: 1.1.1
public init_actions ( )
 public function init_actions()
 {
     if (apply_filters($this->theme_name . '_enable_setup_wizard', true) && current_user_can('manage_options')) {
         add_filter($this->theme_name . '_theme_setup_wizard_content', array($this, 'theme_setup_wizard_content'));
         add_filter($this->theme_name . '_theme_setup_wizard_steps', array($this, 'theme_setup_wizard_steps'));
     }
     parent::init_actions();
 }