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
- Access bloginfo, get_option, and plugins_url from a non-core php file
- Upload multiple images and insert them into custom html code
- How to get a list of child ids for a named category?
- Plugin could not be activated because it triggered a fatal error, unexpected ‘[‘
- How to make the first commit on WordPress.org
- Using OOP inside a Plugin – Is it allowed?
- why isn’t require_once working with my path names
- How best to handle database version dependence (from $wp_db_version)
- Associate multiple email addresses with the same user account, so they can log in with either
- How to grab query string from wp-content/uploads/.*
- Custom filter not working
- I need to refresh page to display wp_get_current_user() : why?
- What is the way to hook all wordpress email
- Configure WordPress to Generate Scheme-less Relative URLs
- Best way to distribute templates and code accross multiple wordpress sites?
- WordPress templating system for custom plugins
- Lead form that submits to 2 external APIs
- Modify code for functions.php with specific twitter user url and hashtags
- Exclude Woocommerce Product Category From Sitemap
- How to show only the last two categories in a menu?
- howTo let wordpress endpoint return html-page
- User meta query using Wildcard
- use a (Polymer) web component within a plugin (or theme)?
- how to add security questions on wp-registration page and validate it
- wp_ajax add_action fuction won’t fire on custom jQuery action
- wordpress4.8.2 Multilingual Plugin
- Customize WordPress Admin Menu
- Dedicated server and WPDB Class : huge slow-down of the website
- How can I see a varibles value when my plugin runs?
- Add Button to TinyMCE Custom Menu
- How should I use wpdb class to submit a form in admin dashboard?
- Forcing ALL plugin Admin menus into a separate menu
- WordPress plugin: admin-ajax.php not passing data to custom function
- Create pages for authors
- How do I create Widget within plugin that uses its own class?
- Looking for Hook that is fired after a plugin or wp upgrade is installed/updated
- How to design WooCommerce-like admin tabs for plugin settings page?
- Woocommerce: block user removing cart item
- How can I dynamically change title and description in WordPress?
- Load images from CDN and custom features to “Add Media” dialogue
- Saving metabox updates causing fatal error
- Issue in Creating Dynamic URL in custom wordpress plugin