W3 Total Cache plugin integration

if you want to flush the specific cache you can do that: the plugin has functions for that <?php flush_pgcache(); // Page cache flush_dbcache(); // Database cache flush_minify(); // Minify cache flush_all(); // All caches ?> and you just need to call it like this: <?php $w3_plugin_totalcache->flush_all(); ?>

How to purge all transient caches?

Not tested, but if you need a quick and dirty way, you could put a script like this in your WordPress folder and call it each time: define( ‘WP_USE_THEMES’, false ); require(‘wp-blog-header.php’); global $wpdb; $wpdb->query( “DELETE FROM $wpdb->options WHERE option_name LIKE ‘%\_transient\_%'” ); Not to be used on a production server.

Register script version not showing

I can verify this is working for me and it looks much like the code you’ve provided. Perhaps there is somewhere else you are defining your script. Can you give it a new handle name to check (‘custom-xyz’)? Also, can you test the output of filemtime to see what it’s outputting? I’ve added a “v” … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)