In case something like this would ever need to somebody, I solved pinging the page with an AJAX request
$.ajax({
url: 'your_url_to_ping',
beforeSend: function(xhr) {
//something
}
}).done(function(data) {
//something else with your data
});
The page would be into your response data.
Related Posts:
- How to Add a Third Level Sub Menu to the WordPress Admin Menu
- How to stop showing admin notice after close button has been clicked
- Is There a WordPress Hook to Filter the Edit Posts View?
- Is there any record of installed plugins in the database?
- Add content to /wp-admin/plugin-install.php admin screens
- Custom admin column disappearing when using Quick Edit [duplicate]
- Plugin Development: WordPress processes twice on post update. How to skip process on the first?
- how to not show plugin in admin area
- How could I execute my plugin just in frontend (not in backend)
- Custom height/width for thickbox in WP Backend
- Hide Theme options and Customize Admin menu
- ‘wp_login’ action hook not working with wp-login.php file
- All Users > User List > Update User Meta Field Inline
- Create tabs in admin options page from custom post type loop
- How to make multiple admin pages for one plugin?
- WordPress Site is Broken, Cannot see wp-admin page [closed]
- How to remove a CPT Menu from the Root Admin only
- Is there a better way of handling AJAX requests in WordPress?
- I cannot include a file in my plugin settings page
- force logged in user to stay in the dashboard
- How can we get this dynamically as this folder may not be by the same name always → wp-admin
- How to properly enqueue jQuery knob on WordPress without conflict?
- Admin menu hilighting wrong item for CPT
- Is admin section completely customizable in terms of styling?
- Add custom fields in the new and edit the site forms without touching the WP core
- Ajax in Plugins: returns the whole page
- Gutenberg: Dynamic Block – Show saved data in the editor
- Combining JS files to one script
- The Admin page isn’t showing in the sidebar of the dashboard
- warning wp session
- Submitting form to admin-post.php WordPress
- How to implement WordPress plugin update that modifies the database?
- WordPress Plugin Development In MVC Architecture, How?
- Customize plugin update “new version is available” text
- category_name not working (not showing up in sql query debug)
- What happens when two plugins have the same 3rd party class included into them?
- add_rewrite_rule, plugin activation and plugin deactivation
- How to handel multiple checkbox field in the admin settings page with Settings API
- Update Multiple Post Meta for the Same Post In One call?
- Allowing Custom Capability to Manage Plugin Options
- wp_insert_user – how to send verification email before logging in
- Custom plugin settings: clicking “save changes” does not display success message
- How to load a new template page according to a particular URL?
- How can I filter blog name?
- Detect if a plugin was included in a certain page
- How to add an attribute to the body tag with a plugin?
- Override the core function locate_template
- Admin page: form with enctype=”multipart/form-data” does not transfer its data
- Weird problems after recovery from security breach
- Set user ID at time of wp_create_user
- How to Create a Custom Plugin Permalink
- How to create custom tables in WordPress using my own plugin?
- How would I go about creating a user ranked post popularity page?
- How to modify WCMP Rest API response?
- Making a Template for a CPT created by a plugin
- Woocommerce dependent plugin
- External CSS in WordPress Plugin [closed]
- get 404 when accessing wp-admin/plugin-install.php
- Woocommerce Minimum Price for a Composite Product to add in cart
- Check if plugin exists/active “class_exists()” does not work on plugin territory
- WordPress front end AJAX. Return 0 :?
- breadcrumb need to show all pages and subpages
- Widget’s container?
- custom uploader in the admin area
- WordPress 5.4 – How to prevent to enter only certain values in custom field
- I receive taxonomy id
- DB Query not working in Plugin
- Error with get_price (and others) in self-written plugin to show price
- WordPress Widget Not Saving Instance
- Issue with wp_handle_upload
- Different registration form for different roles
- My plugin does not install correctly if a previous version is still installed
- unregister a sidebar widget
- 404 errors when updating options in admin dashboard
- Could add_query_arg() redirect user to external site?
- How to solve conflict with scripts?
- wp_insert_post not inserting post from XML
- How can replace this url
- Access “wp site health info” data from plugin
- WordPress Frontend Page using Plugin
- Prefix WordPress Taxonomy Tags With Hashtag Symbol Like Twitter
- Change Woo Custom Endpoint Titles from a Plugin
- How to use information from the database in the front-end?
- echo plugin results on pages
- register_activation_hook doesn’t fire at all
- My ajax request don´t work and return 0
- Method for creating many-to-one Relationships between custom posts and a single user?
- Confusing problem with displaying message recipient metadata
- Choose default template for a page with code
- Resetting AUTO_INCREMENT primary key
- Custom Page Templates for a complex application – code must sit in a plugin and not the Theme
- Template redirect inside of plugin not redirecting
- Validating values using Settings API?
- Plugin (smart archives reloaded) crashed site / no access on admin panel
- How to call uninstall.php?
- How to use a Must-Use plugin to hide a regular one and to hide itself?
- Check if MemberPress exists before add_action call
- Submit posts in two different post types with the same form
- Load css classes after using ajax calls
- Integrating WordPress Content into a jQuery Slider