Lines:
1 to 20 of 20
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /* class Yoast_Dashboard_Widget */ /* function Yoast_Dashboard_Widget::__construct() – Yoast_Dashboard_Widget constructor. */ /* function Yoast_Dashboard_Widget::register_hooks() – Register WordPress hooks. */ /* function Yoast_Dashboard_Widget::queue_dashboard_widget() – Adds the dashboard widget if it should be shown. */ /* function Yoast_Dashboard_Widget::add_dashboard_widget() – Adds dashboard widget to WordPress. */ /* function Yoast_Dashboard_Widget::wpseo_dashboard_overview_class() – Adds CSS classes to the dashboard widget. */ /* function Yoast_Dashboard_Widget::display_dashboard_widget() – Displays the dashboard widget. */ /* function Yoast_Dashboard_Widget::enqueue_dashboard_assets() – Enqueues assets for the dashboard if the current page is the dashboard. */ /* function Yoast_Dashboard_Widget::localize_dashboard_script() – Translates strings used in the dashboard widget. */ /* function Yoast_Dashboard_Widget::is_dashboard_screen() – Checks if the current screen is the dashboard screen. */ /* function Yoast_Dashboard_Widget::show_widget() – Returns true when the dashboard widget should be shown. */