Wondering if there was an issue with using a class based plugin and the order in which things are instantiated and called, I rewrote the plugin using “procedural” functions (I’m not exactly sure of the terminology for this … A non-class based plugin) and it is working as intended.
Related Posts:
- How ( and mostly at what time ) can i prevent the alternate cron from running?
- How does task scheduler plugin implements cron that is not dependent on page load request? [closed]
- Switch from wp-cron to a server cron job
- WordPress cron job running more than once
- Cron: Update four post at Hour
- Activate Plugin Automatically After Set Time
- Better way to run heavy scripts using WordPress database
- WordPress Cron function is not working
- Cron Job not working
- Uncaught Error: Call to undefined function wp_generate_attachment_metadata() @ wp-cron
- Schedule WordPress Auto-Updates to only run during business hours
- How do I email a new page password to somebody every month?
- What happens when wp_cron is deactivated in WordPress?
- wp_schedule_single_event function not working
- action-scheduler vs wp-background-processing
- Why is wp-cron only executing on page visit?
- How to periodically scrape and cache strings from remote txt files. – My First Plugin
- Does using WP-cron make the site slower for the user?
- wp_schedule_single_event not working: cron job is triggered but nothing gets executed
- How to make a implement queue for scheduling tasks in WordPress?
- Setup wp_schedule_event within a custom plugin
- How to set intervals in cron jobs?
- What causes wp_schedule_single_event to fire off?
- i need to make custom cron_schedule with custom interval time as a parameter into a custom payment gateway plugin wordpress
- Cron task gets removed from the schedule
- WP_CRON issue with UTC and local time
- WordPress crob job performance
- How to customize ‘recurrance’ of’ wp_schedule_event’?
- How to set-up multiple cron task with wp_schedule_event so that they do not overlap?
- Running a function using Crown WordPress on one day a week, for example, Mondays of every week
- WordPress “wp cron event run” as Siteground cron job
- Which approach for managing automatic updates would be more robust?
- Custom pages with plugin
- Update my custom WordPress Plugin through my own server [duplicate]
- Do plugin files have to follow a specific convention to be “picked up” by WordPress?
- Problems with autoloading classes via sp_autoload_register / maybe interfering WP-specific autoloader
- Advice on naming files for a plugin
- WordPress Vote Plugin – Vote Once and Track User
- How to read configuration file in wordpress or PHP
- Echo simple string in Plugin
- Setting up WordPress plugin’s page
- how does wp.media javascript library work?
- Updating WooCommerce variable product stock issue
- How do I add a widget programmatically to a newly created site (WPMU) within a plugin?
- Can Not Redirect from Plugin-Registered Admin Page
- Rename existing old uploaded images containing accented French characters (not during upload)
- How to Reload the Dashboard After Clicking Update in Quick-Edit?
- wp_verify_nonce() why return false?
- Loading class files via autoload method
- I would like to use create a function in my custom plugin to tell WP to use a different header
- WordPress plugin for mail subscriptions [closed]
- Auto add content such as pages upon plugin activation?
- Escape when echoed
- How to remove the woocommerce_checkout_process action hook in woocommerce if particular project in cart [closed]
- WP_Query ordering numbers as letters
- WordPress Automatic Plugin Update Renames Plugin Directory
- Execute a plugin only on post pages
- HTML in WooCommerce settings
- Redirecting to home page after login as custom role WordPress
- Where (or when) should I register a new taxonomy?
- Create dynamic page content from custom WordPress plugin page
- How to stop activating a plugin and show admin notice when dependent plugins minimum version is not met
- Fixing WordPress’s Bug (failed to send buffer of zlib output compression) results in “White Screen of Death”
- How can I make my metabox appear?
- Consolidate plugin functionality into a theme
- qTranslate remove default directory from link
- Change plugin name on WordPress repo
- Create a plugin from within WordPress
- Are plugins instantiated on every request to WordPress?
- Render content of multiple pages and their descendants
- adding a button to the media uploader
- How do I add $_SESSION[”] to my wordpress page?
- Plugin Activation Error – The plugin generated 22 characters of unexpected output during activation
- How to use the CSS of the WordPress core in the development of my administration page?
- Woocommerce plugin – How to create two versions of the same plugin with slightly different implementation for different users
- submit two file input fields in the same form
- Unexpected character and syntax error on wp-includes/formatting.php [closed]
- Error datatable whit ajax
- working code, not working – Plugin Dev
- category page multiple products add to cart any plugin available for woocommerce
- get_posts query results out of order but shows correct in php snippets plugin
- echo plugin results on pages
- register_activation_hook doesn’t fire at all
- plugin_dir_url(__FILE__) searches parent theme in ACF extension
- My ajax request don´t work and return 0
- Confusing problem with displaying message recipient metadata
- Choose default template for a page with code
- 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?
- Display WP Start bar on front page only
- WordPress Thumbnail add action if no thumbnail
- Creating fields in the database
- Pass strings to plugin function [closed]
- contact form 7 captcha support anyother captcha plugin? [closed]
- Function not being called on form submit, only blank admin-post.php page
- Is Nonce Verification (CSRF) required for WordPress Custom Bulk User Actions?
- plugin development code standard not matching for SQL query
- Ajax response from Media Selection does not update ALL information more than once
- How do I apply different block supports to different parts of my custom block?