CSS only loaded when shortcode present.

This commit is contained in:
2015-09-18 11:11:40 +02:00
parent 2692f2bd0c
commit b39a577faf
5 changed files with 28 additions and 19 deletions

View File

@ -14,6 +14,7 @@ if ( !defined( 'ABSPATH' ) ) exit;
function wplt_get_default_options() {
return array(
'enable_css' => 1,
'reset_settings' => 0 z
'reset_settings' => 0,
'shortcode_present' => false
);
}