The function you’re looking for is wpsc_delete_post_cache()
$post_id = 123;
wpsc_delete_post_cache($post_id);
Related Posts:
- Is the codex no longer actively maintained?
- Add Option if Not Exists
- Why is the use of @uses tag in docblocks discouraged?
- What does the raw value for the get_bloginfo’s filter argument exactly do?
- *Just curious* I erroneously used hook add_action() instead of add_filter() and there was no error and the result was correct. Why is that?
- WordPress Codex has different number of arguments for get_previous_post and get_next_post functions. Why?
- WordPress Codex or equivlent for Kindle use?
- Difference between `is_serialized_string` and `is_serialized`
- What is the significance of _e(“Some String”, ‘String’)?
- Using Json Schema with wordpress codex
- adding category and tags to admin plugins menu
- How to disable Wp-Page Navigation on Blank Search in WordPress
- Cleanup orphaned wp_terms and wp_term_taxonomy
- Where to find new class reference or function of deprecated one?
- how do i add customizer edit option without plugin in wp
- Next/Previous Url only
- What is the reason to use function strings for callbacks
- Is there a flowchart for WordPress loading sequence?
- Is this Solution for Caches vs Cookies Going to Get Me in Trouble?
- numberposts? showposts? posts_per_page?
- Upload Multiple Files With media_handle_upload
- Alternative to query_posts for main loop? [duplicate]
- How to cache json with wp-super cache
- Is There a Plugin Life Cycle Documentation?
- What does is_page_template() compare against?
- Issues enqueueing parent & child theme stylesheets with revised Codex method
- Pros and Cons for high “expire time” on wp-super-cache or w3-total-cache? [closed]
- Deployment strategies for WP-Supercache [closed]
- Different number of posts in each category
- Disable WordPress cache programmatically on a request [closed]
- Authoritative answer on which boots first – Plugins or Themes?
- Which action to hook wp_enqueue_script to? wp_head or wp_enqueue_scripts? [duplicate]
- How can i list current author’s categories?
- How to copy an existing (custom themed) site to a new domain
- Lighttpd, WordPress Caching plugin [closed]
- How can I do customizations on login, registration and password recovery forms?
- wp_get_attachment_image_src always returns false
- wp-super-cache exclude file from caching
- Whats the difference between blog_info(‘stylesheet_url’) difference get_stylesheet_uri()
- WordPress codex: apply_filters – clarification on creating a new hook on the fly. How do we use it?
- get_current_site() not returning site name
- What is difference between ‘Page Cache’ and ‘Object Cache’ in WordPress?
- Why does WP recommend against custom favicon functionality in themes?
- How can I render shortcode so that its not cached by Caching plugins?
- Are we allowed to use the Allman (BSD) indent style when coding WordPress plugins and themes?
- Override Constants in Child theme
- Empty Super Cache programmatically (with ACF action) [closed]
- Too many redirects when using wp super cache [closed]
- Browser title script ignoring is_page /else conditional [closed]
- Calling a plugin in theme development
- Changing next and previous post link text
- Does codex.wordpress.org use a plugin of some sort? If so what plugin?
- When to use an if statement after get_posts?
- Logic to Print/echo a css class only for 1st post and ignore all post after 1st? [closed]
- Programatically added attribute, set to ‘show on product page’ automatically. Woocommerce [closed]
- WP Super Cache All Pages [closed]
- Where is the changelog for 3.5? where is the list of added removed files?
- Get the category name outside of the loop in category.php
- I want to remove the home page header image from all other pages
- download_url() appears as grey icons
- How to use WP_Term with (menu) argument in the wp_nav_menu?
- How to use Internationalized human_time_diff() function in Chinese?
- Update Custom post field by Ajax on cached site
- Static HTML page caching for large website [closed]
- Is the ‘/category/post-name-date/’ permalink structure okay?
- Help with WordPress Query
- How to slice an array using posts_per_page? [closed]
- Will setcookie work if there is a cache plugin installed?
- WordPress is adding margins and padding to my custom menu?
- Cron and WP Super Cache in Preload Mode
- How to add a zero before numbers in WordPress Post Pagination?
- $reverse_top_level works the opposite way according to Codex?
- How can I revert to showing cached pages when no database connection is available? [closed]
- Multiple Images/ Slider with custom post [single.php] [closed]
- How do I enable dynamic content in a theme cached with WP Super Cache?
- SuperCache for Custom Templates
- Install and activate plugins across 200 wordpress installations via SSH
- Set $options reference
- WordPress from url get external source title
- Codex Version Focus on Production or Nightly?
- Pages Become “Archive” Instead of Using Page Template
- Wp Super Cache stops the update of a Post Meta
- How reload wordpress page without Cache?
- Breadcrumbs – get the author?
- the_tags : can we insert a class
- WP Super Cache – max-age [closed]
- WP_Query for custom post type and category_id not working
- REQUIRED: get_bloginfo(‘template_url’) was found in the file search.php. Use get_template_directory_uri() instead
- get_month_link uses what wordpress template?
- post_class not working with css
- Do I need to include a textdomain if my theme doesn’t support translation?
- Enqueueing Scripts/Styles mid-page
- What are these undocumented arguments for register_taxonomy?
- How do I define and register a shortcode function in a namespaced functions.php file?
- Changes not visible when not logged in
- How to add support for caching plugins for my own plugin?
- How to get Caching Plug-ins to work on localhost with HTTPS?
- WP REST API and Access-Control-Allow-Origin
- using add_action without having custom plugin or theme
- Block wordpress style for my plugin admin page