[ad_1]
Hello,
I’ve installed the plugin and added the following lines at the top of the ‘wp-config.php’ file:
define( ‘PODS_ALT_CACHE’, true );
define( ‘PODS_ALT_CACHE_TYPE’, ‘db’ );
I’ve expected to find a new table “podscache” (with additional prefix ‘xxxxxxx_podscache’) in my WP database, but this table was not created.
What went wrong?
Any help is appreciated
