Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @malkah.

    You need to look in functions.php file (theme folder) the functions “wp_enqueue_script()” and “wp_enqueue_style()”.

    If you don’t find anything, look in header.php file..

    References:
    wp_enqueue_script()
    wp_enqueue_style()

    Thread Starter malkah

    (@malkah)

    Hi @rahmohn

    well its not in header.php nor is it in functions.php:

    <?php
    	//---------------------------------------------------------------------------------------------------------------------	
    	
    	if(!function_exists("dmp")){
    		function dmp($str){
    			echo "<div align='left'>";
    			echo "<pre>";
    			print_r($str);
    			echo "</pre>";
    			echo "</div>";
    		}
    	}
    	
    
    	
    	
    ?>
    • This reply was modified 8 years, 3 months ago by malkah.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Eliminate render-blocking JavaScript and CSS in above-the-fold content’ is closed to new replies.