Perform a quick configuration for Simple Fields plugin
It uses the default values used by FastBooking By default you only need to call in functions.php:
new SimpleFieldsQuickConfig();
author | etessore |
---|---|
version | 1.0 |
package | classes |
__construct()
check_config()
For better performance this check is limited only to the admin pages, not to the public pages. So if you wanna add the default values you'll have to visit wp-admin
set_connectors(array $connectors)
array
the post connectors
set_groups(array $groups)
array
the groups
set_post_type(array $post_type)
array
the post type
$connectors : array
$groups : array
$post_type : string