Skip to content

Instantly share code, notes, and snippets.

@RiodeJaneiroo
Last active October 12, 2018 09:28
Show Gist options
  • Save RiodeJaneiroo/cede342fb98a613669eb10260c78f365 to your computer and use it in GitHub Desktop.
Save RiodeJaneiroo/cede342fb98a613669eb10260c78f365 to your computer and use it in GitHub Desktop.
[Ajax url in head] Wordpress past url ajax #ajaxurl #wordpress
// custom change on your own scripts
wp_localize_script( 'custom', 'myajax',
array(
'url' => admin_url('admin-ajax.php')
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment