- Loading
Categories
Tags
.htaccess add_action add_filter admin admin_footer_text adSense cache clean up wp_head debug delete_transient easy excerpt excerpt favicon favorite_actions footer functions.php get_transient google Joost de Valk login_head php.ini pingback plugins pre_ping publish_post relevant adsense ads rsd set_transient show_admin_bar Smashing Magazine Smashing WordPress: Beyond the Blog tdh Theme the_content_feed
Tag Archives: publish_post
Cache data with WordPress Transient API
With WordPress transient API you can cache data in the database by giving it a unique identifier and an optional expire time after it will be deleted. There are basically three functions in this API. $transient – a unique identifier … Continue reading
Posted in Tutorials, WordPress
Tagged add_action, cache, delete_transient, get_transient, publish_post, set_transient, transient
1 Comment