update_right_now_text

update_right_now_text

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('update_right_now_text') is found 1 times:

  • /wp-admin/includes/update.php line 394
    	 * @since 4.4.0
    	 *
    	 * @param string $content Default text.
    	 */
    	$content = apply_filters( 'update_right_now_text', $content );
    
    	$msg .= sprintf( '<span id="wp-version">' . $content . '</span>', get_bloginfo( 'version', 'display' ), $theme_name );
    
    	echo "<p id='wp-version-message'>$msg</p>";
    }