dashboard_primary_title

dashboard_primary_title

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('dashboard_primary_title') is found 1 times:

  • /wp-admin/includes/dashboard.php line 1560
    			 * @since 2.3.0
    			 *
    			 * @param string $title Title attribute for the widget's primary link.
    			 */
    			'title'        => apply_filters( 'dashboard_primary_title', __( 'WordPress Blog' ) ),
    			'items'        => 2,
    			'show_summary' => 0,
    			'show_author'  => 0,
    			'show_date'    => 0,
    		),
    		'planet' => array(