Pinned Loading
-
Display WordPress Hook Sequence
Display WordPress Hook Sequence 1add_action( 'shutdown', function(){
2foreach( $GLOBALS['wp_actions'] as $action => $count )
3printf( '%s (%d) <br/>' . PHP_EOL, $action, $count );
45});
-
wp_enqueue_script( 'custom-js', get_...
wp_enqueue_script( 'custom-js', get_template_directory_uri() . '/js/custom.js#deferload', array( 'jquery' ), '1.0', true ); 1<?php
23// wp_enqueue_script( 'custom-js', get_template_directory_uri() . '/js/custom.js#deferload', array( 'jquery' ), '1.0', true );
45// Async Script Load
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.