Problem seems with build_a_boat()
function. You called that function from inside a template file. Does that gets called on the desired page load?
Solution: Try to call that function from plugin root file. Also add that function in root file to ensure the call is working.
Try by adding this in plugin root file.
function build_a_boat(){
// blah blah blah
require_once BUILDNEWBOAT_PATH . 'includes/BuildNewBoatPlugin.php';
$build_boat_plugin = new BuildNewBoatPlugin();
$build_boat_plugin->run();
}
build_a_boat() // call to the function
Related Posts:
- What’s the preferred method of writing AJAX-enabled plugins?
- Help making my pagination plugin better
- admin-ajax returning 400 error when request is made with Fetch API
- AJAX Call Via Vanilla JavaScript In WordPress Plugin Development
- Custom plugin giving: wp-admin/admin-ajax.php 400 (Bad Request)
- Ajax Load More and Masonry: is it possible to load admin-ajax.php in the front end?
- How to save Clicks of a download link button while it doesn’t matter if we refresh the page or again login/logout
- ‘Lazy loading’ list of posts with pagination
- Errors while using ajax from external wordpress page
- Built in admin ajax hooks?
- How to include admin-ajax when loading external javascript
- How to create popup same as wordpress popup feature
- Only execute jQuery function(on document ready) on the page has shortcode from plugin [duplicate]
- Ajax with jQuery UI dialog not working
- Shortcode in AJAX popup
- How can I process xml file on upload?
- ajax front-end increment views on click
- Why none of the plugins that have ajax doesn’t work in my website?
- Check if email address exists front end with AJAX in a plugin
- WooCommerce get_price returning wrong price when used via ajax
- How to Create a Custom Panel and Fields in Post Page [Plugin]
- AJAX search posts and pages
- WordPress Ajax Posting from App
- Theme is Causing Ajax Conflicts for a plugin I cant identify it
- Why WordPress plugin url ajax doesn’t work?
- wordpress, search form using ajax
- Search for categories
- Best place for if/else piece of code related to custom plugin?
- Ajax fail and get 504 error
- WordPress Integration with Google Groups
- Best place to load wp_ajax_the_ajax_hook action in plugin
- jQuery.post not working within shortcode – WordPress Ajax
- How can I inject options into an select tag inside the widget form?
- Init plugin again after ajax call finish
- Display wordpress post’s in popup?
- Using color picker in plugin, does input attribute order matter?
- Ajax : Call undefined function plugin_function() … can’t call any plugin function
- AJAX call – failling to call do_action
- What are the Best Practises When Using AJAX in Plugin Development?
- AJAX fileupload – TypeError: not a function ajaxSubmit()
- Does having more than 30 Admin Ajax affects site performance (plugin)?
- Submit Form data to another page via Ajax (WordPress Way)
- How to display checked posts on another page over AJAX? (like comparasion style)
- PHP script from functions php is loaded via admin-ajax to div…and the result is 0, not the desired content
- where do I send my ajax calls
- Ajax save data to database on document ready, no data being saved
- Using WordPress to build membership Page
- don’t call ajax if not plugin page
- How to get specific string/value from an array? php [closed]
- woocommerce search by sku and title ajax
- How to request admin-ajax.php correctly when wordpress URL and site URL are different?
- WordPress API functions not working at AJAX functions.php call
- Passing PHP Variables to AJAX Loaded Pages
- wp_ajax action responds with 0
- Why AJAX response 0!
- Call ajax on the frontend
- Ajax request sends url rather than data
- grab or load text on demand
- admin-ajax.php 500 error when new users try to register
- Send Array from JS to php file then insert it in wp database through a plugin
- Strange admin-ajax / CSS / $_SESSION issue
- wc_get_template_part doesnt display the content [duplicate]
- In a plugin, How to update a json file using ajax
- Cannot pass value variable to WP AJAX functions
- Can you add a shortcode to a custom post type that gets the post_title, post_content, etc. and then passes that to a plugin function?
- JS working when used normally but not in wordpress
- Use AJAX to fetch Current Post Thumbnail for WordPress when Uploaded throughMedia Uploader Frontend
- How to avoid the 403 Forbidden error in a WP Plugin with Ajax and PHP
- Conditionally load public and admin code with AJAX working on both sides
- wp-admin/admin-ajax.php 400 (Bad Request) plugin
- AJAX update fails for public/non-admin users
- WordPress Ajax request “Failed to load resource: the server responded with a status of 400 ()”
- How to disable/enable PHP plugin functionality based on a TinyMCE toggle-button
- WordPress ajax error 400 bad request for sending data to remote site [duplicate]
- Get shortcode attribute for AJAX call
- ajax voting for custom post type
- Why can’t I call a function from inside my registered AJAX function?
- Conditional Fields depending on checkboxes
- Ajax call fails and returns [object Object]
- WordPress environment not loading properly
- wordpress ajax pagination object value does not change
- WordPress Feedback popup with date saved into table
- Javascript not working
- Ajax specific template not loading in replacement of index.php
- WordPress ajax not working in registration
- Ajax return 0 in plugin – ajax only used in wp-admin
- What’s the preferred method of writing AJAX-enabled plugins?
- ajax request not returning the result
- How do I convince this button to do something when it is clicked?
- Like/Dislike Bar not working when updating
- My AJAX API plugin isn’t working
- ajax sends data to plugin
- Trouble Removing Plugin [closed]
- Help me with my first very basic plugin
- How to change response of admin-ajax request?
- Ajax not working for logged in users
- Jquery post responses 500 error after some time and lastly an 503 error
- Ajax button “Load more” is not loading correct language version posts for logged out users
- Inline AJAX script passing variables to PHP
- wordpress admin-ajax bad request 400