CMB2_Post_Search_field_025::do_hook PHP Method

do_hook() public method

Fires the cmb2_attached_posts_field_load action hook (from the after_setup_theme hook).
Since: 1.2.3
public do_hook ( )
        public function do_hook()
        {
            // Then fire our hook.
            do_action('cmb2_post_search_field_load');
        }
CMB2_Post_Search_field_025