print_scripts_array

print_scripts_array

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('print_scripts_array') is found 1 times:

  • /wp-includes/class-wp-scripts.php line 735
    731
    732
    733
    734
    735
    736
    737
    738
    739
    740
    741
             * @since 2.3.0
             *
             * @param string[] $to_do An array of script dependency handles.
             */
            $this->to_do = apply_filters( 'print_scripts_array', $this->to_do );
        }
        return $result;
    }
     
    /**
     * Processes items and dependencies for the head group.