before_system_info

before_system_info

Hook Type: action

See hook in core

Displaying hooks found in version: bulk-delete.6.11

do_action('before_system_info') is found 1 times:

  • /vendor/sudar/wp-system-info/src/SystemInfo.php line 92
    		 * @since 1.0.0
    		 *
    		 * @param string $plugin_name Plugin slug.
    		 */
    		do_action( 'before_system_info', $this->plugin_slug );
    		do_action( "before_system_info_for_{$this->plugin_slug}" );
    ?>
    -- Site Info --
    
    Site URL:                 <?php echo site_url() . "\n"; ?>
    Home URL:                 <?php echo home_url() . "\n"; ?>