aioseo_details_column_activated
aioseo_details_column_activated
Appears in: all-in-one-seo-pack.4.9.6.2
Hook Type: action
See hook in action
Displaying hooks found in version: all-in-one-seo-pack.4.9.6.2do_action('aioseo_details_column_activated') is found 1 times:
- /app/Common/Standalone/DetailsColumn.php line 86
* @since 4.9.6 * * @param string $postType The post type the column was activated for. */ do_action( 'aioseo_details_column_activated', $screen->post_type ); } /** * Registers our post columns after a post has been quick-edited. * * @since 4.2.3