mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-18 15:28:44 +02:00
Initial commit
This commit is contained in:
4
wordpress_plugins/jquery-manager/tests/php7.php
Normal file
4
wordpress_plugins/jquery-manager/tests/php7.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
// Only possible in PHP 7
|
||||
define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_SETTINGS', (array) get_option( 'wp_jquery_manager_plugin_jquery_settings' ) );
|
||||
define( 'WP_JQUERY_MANAGER_PLUGIN_JQUERY_MIGRATE_SETTINGS', (array) get_option( 'wp_jquery_manager_plugin_jquery_migrate_settings' ) );
|
||||
Reference in New Issue
Block a user