system_info_host

system_info_host

Hook Type: filter

See hook in core

Displaying hooks found in version: bulk-delete.6.11

apply_filters('system_info_host') is found 1 times:

  • /vendor/sudar/wp-system-info/src/SystemInfo.php line 236
    		 *
    		 * @param string $host        Identified web host.
    		 * @param string $plugin_name Plugin slug.
    		 */
    		$host = apply_filters( 'system_info_host', $host, $this->plugin_slug );
    
    		if ( empty( $host ) ) {
    			return;
    		}
    
    		echo '-- Hosting Provider --', "\n\n";