Great plugin
-
Great team and great support,
If you want the plugin to work on a specific page, add the following to your functions.php and simply replace ‘is_page’ with the desired condition.
add_filter( ‘cfvsw_requires_shop_settings’, function( $status ){ if( is_page() ) { return true; } return $status; });
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Great plugin’ is closed to new replies.