wp_after_load_template

wp_after_load_template

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('wp_after_load_template') is found 1 times:

  • /wp-includes/template.php line 824

    Warning: Undefined array key 825 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 826 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 827 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 828 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 829 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    820
    821
    822
    823
    824
    825
         * @param string $_template_file The full path to the template file.
         * @param bool   $load_once      Whether to require_once or require.
         * @param array  $args           Additional arguments passed to the template.
         */
        do_action( 'wp_after_load_template', $_template_file, $load_once, $args );
    }