script_module_loader_src

script_module_loader_src

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.3

apply_filters('script_module_loader_src') is found 1 times:

  • /wp-includes/class-wp-script-modules.php line 359

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

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

    		 *
    		 * @param string $src Module source url.
    		 * @param string $id  Module identifier.
    		 */
    		$src = apply_filters( 'script_module_loader_src', $src, $id );
    
    		return $src;
    	}
    }