Hehe, got it meself, just a little too late, unfortunately, now i have to change half the stuff again…
set_transient(), get_transient() and delete_transient() will be my friends
Edit: More on this…i now realized that my wp_options table is full of _transient_xyz records, coming from WP itself. So that indicates that WP is using the db to store these transients, which isn’t ideal. Haven’t done the research, yet, but i hope WP cleans this up in regular intervals.
Related Posts:
- Which hook should be used to add an action containing a redirect?
- No Error Log File, no debug info
- How should one implement add_settings_error on custom menu pages?
- Making a plugin file accessible via url rewrite?
- Prevent notice and warnings in error_reporting?
- How to log plugin errors to plugin error_log file
- Custom admin_notices Messages Ignored During Redirects
- Catch own Exceptions
- Throw 403 in a plugin [duplicate]
- why don’t I get error messages in admin when developing?
- WP_Error handles errors, but how can I show success with a message?
- Pages 404 in wordpress
- Settings API – Undefined Index when unchecking checkbox
- Error : “Updating failed: The response is not a valid JSON response” with custom shortcode
- How can I display an error message after post has been saved?
- Execution limit and Memory limit errors even i changed to 1024M and 600(cache.php,load.php)?
- How to redirect to action on custom page within admin section
- Redirect user to a particular link in 10 seconds after using wp_die
- Change template dynamically
- Proper way to pass credentials in a custom login form to avoid “headers already sent”
- Two functions utilizing registration_errors filter
- How can I gracefully escape an error condition?
- On cliking add new post redirect user to a custom page first
- Show custom data instead of 404
- Force HTTPS 301 redirect with hook
- Add a new confirmation page before saving
- WordPress debug messages not displaying
- How to redirect to login page when user not loggedin on a particular page
- Custom Post Type Object – Undefined Variables
- Reporting errors in a shortcode plugin
- What might be the reason of Couldn’t fetch mysqli_result on another domain?
- Plugin can’t be activated [closed]
- How do I debug an error that a plugin is causing?
- Need Help Determining Where Header Error is Happening
- “Rendering of admin template [path to template] failed”
- Import images remotly run through timeout error
- Custom payment method after payment user is logged out on thank you page
- Error code when migrate
- WPGut – Updating failed and shortcode?
- GET request return value as error instead of success
- How to Login a User inside a Plugin and Redirect to page?
- Add New Button in Admin Panel
- Redirection from a specific page for users logged in but not with membership
- WP_Fatal_Error_Handler OR WP_Error OR try/catch
- Redirect WooCommerce checkout to cart
- Creating a return url for getting data from external api
- Custom Plugin activation error in Multisite
- redirect_to how to make it simply work with get parameter or similar?
- Warning: Illegal string offset – on homepage
- Not able to Update database while creating a custom module
- Unable to link CSS file
- Any way to make Apache’s internal redirect work?
- Plugin error on activation – breaks page encoding and prints the code of plugin php files
- How to load another page file of my custom plugin file
- Redirections the right way inside a plugin directory
- Getting error of unexpected output during activation
- Trying to build a plugin – Cannot modify header information
- Custom rewrite, url path with parameters to a page
- WordPress custom block error: Content generated by `save` function triples
- Objective Best Practices for Plugin Development? [closed]
- add_menu_page() with different name for first submenu item
- Autoloading & Namespaces in WordPress Plugins & Themes: Can it Work?
- How to include PHP files in plugins the correct way
- How can I add an image upload field directly to a custom write panel?
- A tool to analyze rewrite rules? [closed]
- Difference Between Filter and Action Hooks?
- framework for plugin/theme options panel? [closed]
- Creating a table in the admin-style?
- How can you check if you are in a particular page in the WP Admin section? For example how can I check if I am in the Users > Your Profile page?
- Settings API with arrays example
- How to get the path to the current theme?
- How to make a plugin require another plugin?
- ajaxurl not defined on front end
- What process do you use for WordPress development? [closed]
- What’s the difference between term_id and term_taxonomy_id
- Should I use wpdb prepare?
- Why does WordPress use outdated jQuery v1.12.4?
- Post meta vs separate database tables
- Is there any plugin development framework
- Is it possible to reuse wp.media.editor Modal for dialogs other than media
- How to add a javascript snippet to the footer that requires jQuery
- Enhance Media Manager for Gallery
- How do I create a custom role capability?
- How do I add CSS options to my plugin without using inline styles?
- How do i best handle custom plugin page actions?
- Adding Custom Text Patterns in the WP 4.5 Visual Editor
- Automatically determine minimum WordPress version required for a plugin?
- What is the advantage of using wp_mail?
- How to make a WordPress plugin translation ready?
- How many times will this code run? (or, how rich is grandma?)
- How to create an API for my plugin?
- Is it ever okay to include inline CSS in plugins?
- Plugins in symlinked directories?
- How to override existing plugin action with new action
- How to include a file using get_template_part() in a plugin?
- Add custom TinyMCE 4 Button, Usable since WordPress 3.9-beta1
- How to store username and password to API in wordpress option DB?
- body_class hook for admin pages
- “Error: Options Page Not Found” on Settings Page Submission for an OOP Plugin
- Is it mandatory to use $wpdb->prefix in custom tables