aioseo_details_column_activated, $screen->post_type
aioseo_details_column_activated, $screen->post_type
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: action
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1do_action('aioseo_details_column_activated, $screen->post_type') is found 1 times:
- /app/Common/Standalone/DetailsColumn.php line 98
* @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