Lines:
1 to 16 of 16
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /* class WPSEO_Yoast_Columns */ /* function WPSEO_Yoast_Columns::register_hooks() – Registers all hooks to WordPress. */ /* function WPSEO_Yoast_Columns::add_help_tab() – Adds the help tab to the help center for current screen. */ /* function WPSEO_Yoast_Columns::get_current_post_type() – Retrieves the post type from the $_GET variable. */ /* function WPSEO_Yoast_Columns::display_links() – Whether or not we are showing link columns on this overview page. */ /* function WPSEO_Yoast_Columns::display_meta_columns() – Wraps the WPSEO_Metabox check to determine whether the metabox should be displayed either by choice of the admin or because the post type is not a public post type. */