Tagged Questions
0
votes
2answers
146 views
adding custom script to functions file
I have a problem adding a custom script to my functions.php file:
add_action('wp_print_scripts', 'load_AJAX_URL__');
function load_AJAX_URL__() {
wp_localize_script( 'ajax_URL', 'MyAjax', array( ...