Skip Navigation

[Resolved] wav-condition does NOT contain

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 4 replies, has 2 voices.

Last updated by JamesS2731 1 year, 1 month ago.

Assisted by: Luo Yang.

Author
Posts
#2563009

Hi there,

I'm trying to display 2 different headers depending on whether a licence field has a D in it or not.

(eg. Licence number '123456' is an annual licence, licence number 'D-12345' is a one day licence)

The condition for DOES contain seems to work -

[wpv-conditional if="( wpv_contains('D','[types field='wpcf-licence-number'][/types]') ne '1' )"]

But the condition for does NOT contain, doesn't:

[wpv-conditional if="( wpv_contains('D','[types field='wpcf-licence-number'][/types]') ne '0' )"]

Have I formatted that correctly, or is there a better way of achieving this?

Any thoughts or ideas most welcomed!

Best regards
James

#2563553

Hello,

I assume you are using custom PHP codes to setup the function wpv_contains().

See below test site:
Login URL:
hidden link

1) Add a custom code snippet:
hidden link
With below codes:

function wpv_contains($haystack, $needle)
{
  $haystack = do_shortcode($haystack);
  $pos = strpos($haystack, $needle);
  $res = 1;
  if($pos === false){
    $res = 0;
  }
  return $res;
}

2) Dashboard-> Toolset-> Settings-> Frendend content:
hidden link
section "Functions inside conditional evaluations", add above function name: wpv_contains

3) Use above shortcode like this:
hidden link

[wpv-conditional if="(wpv_contains('[types field='licence-number'][/types]', 'D') eq 1)"]
Contains D
[/wpv-conditional]

[wpv-conditional if="(wpv_contains('[types field='licence-number'][/types]', 'D') eq 1)" evaluate="false" debug="true"]
Does not contain D
[/wpv-conditional]
#2563747

Hi Luo,

Many thanks for your quick response. I had added the function name in the front end content, but had forgotten to actually add the code snippet!

Having said that, now I've added it to the custom code section, I'm getting a fatal error. If I deactivate it and test it, I get "There was an error when updating snippets.".

Debug information below:

{"core":{"Wordpress":{"Multisite":"No","SiteURL":"https:\/\/nora92.com","HomeURL":"https:\/\/nora92.com","Version":"6.0.3","PermalinkStructure":"\/%postname%\/","PostTypes":"post, page, attachment, revision, nav_menu_item, custom_css, customize_changeset, oembed_cache, user_request, wp_block, wp_template, wp_template_part, wp_global_styles, wp_navigation, wp_router_page, e-landing-page, elementor_library, elementor_snippet, cred-form, cred-user-form, wp-types-group, wp-types-user-group, wp-types-term-group, acf-field-group, acf-field, product, product_variation, shop_order, shop_order_refund, shop_coupon, shop_order_placehold, ticket-meta-fieldset, guest-author, wpcf7_contact_form, flamingo_contact, flamingo_inbound, flamingo_outbound, vc_grid_item, waef, view, view-template, tribe_rsvp_tickets, tribe_rsvp_attendees, tribe_tpp_tickets, tribe_tpp_attendees, tribe_tpp_orders, tribe_venue, tribe_organizer, tribe_events, tribe-ea-record, deleted_event, news, portfolio, tribe_payout, mkhb_header, mkhb_revision, permit, competitor, download, official, previous-licences, wpa-helper, cred_rel_form, elementor_font, elementor_icons, tribe_wooticket, vc4_templates","PostSatus":"publish, future, draft, pending, private, trash, auto-draft, inherit, request-pending, request-confirmed, request-failed, request-completed, acf-disabled, wc-pending, wc-processing, wc-on-hold, wc-completed, wc-cancelled, wc-refunded, wc-failed, wc-checkout-draft, flamingo-spam, tribe-ea-success, tribe-ea-failed, tribe-ea-schedule, tribe-ea-pending, tribe-ea-draft, tribe-ignored, tribe-payout-hold, tribe-payout-pending, tribe-payout-paid, tribe-payout-failed, hidden"},"Server":{"jQueryVersion":"3.6.0","PHPVersion":"7.4.33","MySQLVersion":"5.7.41","ServerSoftware":"LiteSpeed"},"PHP":{"MemoryLimit":"3000M","UploadMax":"32M","PostMax":"64M","TimeLimit":"360","MaxInputVars":"1000"}},"plugins":{"active_plugins":{"ac-addon-events-calendar\/ac-addon-events-calendar.php":{"Name":"Admin Columns Pro - Events Calendar","PluginURI":"https:\/\/www.admincolumns.com","Version":"1.5","Author":"AdminColumns.com","AuthorURI":"https:\/\/www.admincolumns.com","TextDomain":"codepress-admin-columns","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"5.6.20","UpdateURI":"","Title":"Admin Columns Pro - Events Calendar","AuthorName":"AdminColumns.com"},"ac-addon-types\/ac-addon-types.php":{"Name":"Admin Columns Pro - Toolset Types","PluginURI":"https:\/\/www.admincolumns.com","Version":"1.6.1","Author":"AdminColumns.com","AuthorURI":"https:\/\/www.admincolumns.com","TextDomain":"codepress-admin-columns","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"5.6.20","UpdateURI":"","Title":"Admin Columns Pro - Toolset Types","AuthorName":"AdminColumns.com"},"ac-addon-woocommerce\/ac-addon-woocommerce.php":{"Name":"Admin Columns Pro - WooCommerce","PluginURI":"https:\/\/www.admincolumns.com","Version":"3.5.6","Author":"AdminColumns.com","AuthorURI":"https:\/\/www.admincolumns.com","TextDomain":"codepress-admin-columns","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"5.6.20","UpdateURI":"","Title":"Admin Columns Pro - WooCommerce","AuthorName":"AdminColumns.com"},"admin-columns-pro\/admin-columns-pro.php":{"Name":"Admin Columns Pro","PluginURI":"https:\/\/www.admincolumns.com","Version":"5.4","Author":"AdminColumns.com","AuthorURI":"https:\/\/www.admincolumns.com","TextDomain":"codepress-admin-columns","DomainPath":"\/languages\/","Network":false,"RequiresWP":"","RequiresPHP":"5.6.20","UpdateURI":"","Title":"Admin Columns Pro","AuthorName":"AdminColumns.com"},"advanced-custom-fields\/acf.php":{"Name":"Advanced Custom Fields","PluginURI":"https:\/\/www.advancedcustomfields.com","Version":"5.12.2","Author":"Delicious Brains","AuthorURI":"https:\/\/www.advancedcustomfields.com","TextDomain":"acf","DomainPath":"\/lang","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Advanced Custom Fields","AuthorName":"Delicious Brains"},"allow-multiple-accounts\/allow-multiple-accounts.php":{"Name":"Allow Multiple Accounts","PluginURI":"http:\/\/coffee2code.com\/wp-plugins\/allow-multiple-accounts\/","Version":"3.0.4","Author":"Scott Reilly","AuthorURI":"http:\/\/coffee2code.com\/","TextDomain":"allow-multiple-accounts","DomainPath":"\/lang\/","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Allow Multiple Accounts","AuthorName":"Scott Reilly"},"amr-shortcode-any-widget\/amr-shortcode-any-widget.php":{"Name":"amr shortcode any widget","PluginURI":"http:\/\/webdesign.anmari.com\/shortcode-any-widget\/","Version":"4.0","Author":"anmari","AuthorURI":"http:\/\/webdesign.anmari.com","TextDomain":"amr-shortcode-any-widget","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"amr shortcode any widget","AuthorName":"anmari"},"ari-adminer\/ari-adminer.php":{"Name":"ARI Adminer","PluginURI":"http:\/\/wp-quiz.ari-soft.com\/plugins\/wordpress-adminer.html","Version":"1.2.3","Author":"ARI Soft","AuthorURI":"http:\/\/www.ari-soft.com","TextDomain":"ari-adminer","DomainPath":"\/languages","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"ARI Adminer","AuthorName":"ARI Soft"},"artbees-captcha\/captcha.php":{"Name":"Artbees Themes Captcha","PluginURI":"http:\/\/artbees.net\/themes","Version":"1.0","Author":"Jose Rodriguez \u003Cjose.rodriguez@exec.cl\u003E","AuthorURI":"http:\/\/code.google.com\/p\/cool-php-captcha","TextDomain":"artbees-captcha","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Artbees Themes Captcha","AuthorName":"Jose Rodriguez \u003Cjose.rodriguez@exec.cl\u003E"},"back-button-widget\/back-button-widget.php":{"Name":"Back Button Widget","PluginURI":"https:\/\/wpfactory.com\/item\/back-button-widget-wordpress-plugin\/","Version":"1.5.3","Author":"Algoritmika Ltd","AuthorURI":"https:\/\/algoritmika.com","TextDomain":"back-button-widget","DomainPath":"\/langs","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Back Button Widget","AuthorName":"Algoritmika Ltd"},"cf7-post-fields\/cf7-post-fields.php":{"Name":"Contact Form 7 - Post Fields","PluginURI":"","Version":"2.5.7","Author":"Markus Wiesenhofer","AuthorURI":"mailto:markusfroehlich01@gmail.com","TextDomain":"cf7-post-fields","DomainPath":"\/languages\/","Network":false,"RequiresWP":"4.0","RequiresPHP":"","UpdateURI":"","Title":"Contact Form 7 - Post Fields","AuthorName":"Markus Wiesenhofer"},"classic-editor\/classic-editor.php":{"Name":"Classic Editor","PluginURI":"https:\/\/wordpress.org\/plugins\/classic-editor\/","Version":"1.6.2","Author":"WordPress Contributors","AuthorURI":"https:\/\/github.com\/WordPress\/classic-editor\/","TextDomain":"classic-editor","DomainPath":"\/languages","Network":false,"RequiresWP":"4.9","RequiresPHP":"5.2.4","UpdateURI":"","Title":"Classic Editor","AuthorName":"WordPress Contributors"},"co-authors-plus\/co-authors-plus.php":{"Name":"Co-Authors Plus","PluginURI":"http:\/\/wordpress.org\/extend\/plugins\/co-authors-plus\/","Version":"3.5.2","Author":"Mohammad Jangda, Daniel Bachhuber, Automattic","AuthorURI":"","TextDomain":"co-authors-plus","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Co-Authors Plus","AuthorName":"Mohammad Jangda, Daniel Bachhuber, Automattic"},"contact-form-7\/wp-contact-form-7.php":{"Name":"Contact Form 7","PluginURI":"https:\/\/contactform7.com\/","Version":"5.6","Author":"Takayuki Miyoshi","AuthorURI":"https:\/\/ideasilo.wordpress.com\/","TextDomain":"contact-form-7","DomainPath":"\/languages\/","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Contact Form 7","AuthorName":"Takayuki Miyoshi"},"cred-frontend-editor\/plugin.php":{"Name":"Toolset Forms","PluginURI":"https:\/\/toolset.com\/home\/toolset-components\/?utm_source=plugin\u0026utm_medium=gui\u0026utm_campaign=forms#forms","Version":"2.6.13","Author":"OnTheGoSystems","AuthorURI":"http:\/\/www.onthegosystems.com\/","TextDomain":"cred-frontend-editor","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Toolset Forms","AuthorName":"OnTheGoSystems"},"custom-login-page-templates\/custom-login-templates.php":{"Name":"Custom Login Page Templates","PluginURI":"","Version":"1.0.1","Author":"Cozmoslabs, Madalin Ungureanu, Antohe Cristian,","AuthorURI":"https:\/\/www.cozmoslabs.com\/","TextDomain":"custom-login-page-templates","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Custom Login Page Templates","AuthorName":"Cozmoslabs, Madalin Ungureanu, Antohe Cristian,"},"custom-product-tabs-pro\/custom-product-tabs-pro.php":{"Name":"Custom Product Tabs Pro","PluginURI":"https:\/\/www.yikesplugins.com","Version":"1.2.1","Author":"YIKES, Inc.","AuthorURI":"https:\/\/www.yikesplugins.com","TextDomain":"custom-product-tabs-pro","DomainPath":"languages\/","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Custom Product Tabs Pro","AuthorName":"YIKES, Inc."},"disable-dashboard-for-woocommerce\/disable-dashboard-for-woocommerce.php":{"Name":"Disable Bloat for WordPress \u0026 WooCommerce","PluginURI":"https:\/\/disablebloat.com\/","Version":"3.0.3","Author":"Disable Bloat","AuthorURI":"https:\/\/disablebloat.com\/","TextDomain":"disable-dashboard-for-woocommerce","DomainPath":"\/languages","Network":false,"RequiresWP":"4.5","RequiresPHP":"5.6","UpdateURI":"","Title":"Disable Bloat for WordPress \u0026 WooCommerce","AuthorName":"Disable Bloat"},"disable-gutenberg\/disable-gutenberg.php":{"Name":"Disable Gutenberg","PluginURI":"https:\/\/perishablepress.com\/disable-gutenberg\/","Version":"2.7","Author":"Jeff Starr","AuthorURI":"https:\/\/plugin-planet.com\/","TextDomain":"disable-gutenberg","DomainPath":"\/languages","Network":false,"RequiresWP":"4.9","RequiresPHP":"5.6.20","UpdateURI":"","Title":"Disable Gutenberg","AuthorName":"Jeff Starr"},"duplicate-page\/duplicatepage.php":{"Name":"Duplicate Page","PluginURI":"https:\/\/wordpress.org\/plugins\/duplicate-page\/","Version":"4.4.8","Author":"mndpsingh287","AuthorURI":"https:\/\/profiles.wordpress.org\/mndpsingh287\/","TextDomain":"duplicate-page","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Duplicate Page","AuthorName":"mndpsingh287"},"e2pdf\/e2pdf.php":{"Name":"E2Pdf","PluginURI":"https:\/\/e2pdf.com","Version":"1.16.51","Author":"E2Pdf.com","AuthorURI":"https:\/\/e2pdf.com\/contributors","TextDomain":"e2pdf","DomainPath":"\/languages","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"E2Pdf","AuthorName":"E2Pdf.com"},"elementor-pro\/elementor-pro.php":{"Name":"Elementor Pro","PluginURI":"https:\/\/go.elementor.com\/wp-dash-wp-plugins-author-uri\/","Version":"3.7.2","Author":"Elementor.com","AuthorURI":"https:\/\/go.elementor.com\/wp-dash-wp-plugins-author-uri\/","TextDomain":"elementor-pro","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Elementor Pro","AuthorName":"Elementor.com"},"elementor\/elementor.php":{"Name":"Elementor","PluginURI":"https:\/\/elementor.com\/?utm_source=wp-plugins\u0026utm_campaign=plugin-uri\u0026utm_medium=wp-dash","Version":"3.6.7","Author":"Elementor.com","AuthorURI":"https:\/\/elementor.com\/?utm_source=wp-plugins\u0026utm_campaign=author-uri\u0026utm_medium=wp-dash","TextDomain":"elementor","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Elementor","AuthorName":"Elementor.com"},"event-tickets-plus\/event-tickets-plus.php":{"Name":"Event Tickets Plus","PluginURI":"https:\/\/evnt.is\/1acc","Version":"5.5.2","Author":"The Events Calendar","AuthorURI":"https:\/\/evnt.is\/28","TextDomain":"event-tickets-plus","DomainPath":"\/lang\/","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Event Tickets Plus","AuthorName":"The Events Calendar"},"event-tickets\/event-tickets.php":{"Name":"Event Tickets","PluginURI":"https:\/\/evnt.is\/1acb","Version":"5.4.2.1","Author":"The Events Calendar","AuthorURI":"https:\/\/evnt.is\/1aor","TextDomain":"event-tickets","DomainPath":"\/lang\/","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Event Tickets","AuthorName":"The Events Calendar"},"events-calendar-pro\/events-calendar-pro.php":{"Name":"The Events Calendar PRO","PluginURI":"","Version":"5.14.3","Author":"The Events Calendar","AuthorURI":"https:\/\/evnt.is\/20","TextDomain":"tribe-events-calendar-pro","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"The Events Calendar PRO","AuthorName":"The Events Calendar"},"filebird-pro\/filebird.php":{"Name":"FileBird","PluginURI":"https:\/\/ninjateam.org\/wordpress-media-library-folders\/","Version":"4.9.9.1","Author":"Ninja Team","AuthorURI":"https:\/\/ninjateam.org","TextDomain":"filebird","DomainPath":"\/i18n\/languages\/","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"FileBird","AuthorName":"Ninja Team"},"flamingo\/flamingo.php":{"Name":"Flamingo","PluginURI":"","Version":"2.3","Author":"Takayuki Miyoshi","AuthorURI":"","TextDomain":"flamingo","DomainPath":"\/languages\/","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Flamingo","AuthorName":"Takayuki Miyoshi"},"font-awesome\/index.php":{"Name":"Font Awesome","PluginURI":"https:\/\/fontawesome.com\/how-to-use\/on-the-web\/using-with\/wordpress","Version":"4.2.0","Author":"Font Awesome","AuthorURI":"https:\/\/fontawesome.com\/","TextDomain":"font-awesome","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Font Awesome","AuthorName":"Font Awesome"},"health-check\/health-check.php":{"Name":"Health Check \u0026 Troubleshooting","PluginURI":"https:\/\/wordpress.org\/plugins\/health-check\/","Version":"1.4.5","Author":"The WordPress.org community","AuthorURI":"https:\/\/wordpress.org\/plugins\/health-check\/","TextDomain":"health-check","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Health Check \u0026 Troubleshooting","AuthorName":"The WordPress.org community"},"hide-admin-bar-based-on-user-roles\/hide-admin-bar-based-on-user-roles.php":{"Name":"Hide Admin Bar From Front End","PluginURI":"https:\/\/wordpress.org\/plugins\/hide-admin-bar-based-on-user-roles\/","Version":"3.3.0","Author":"Ankit Panchal","AuthorURI":"https:\/\/iamankitpanchal.com\/","TextDomain":"hide-admin-bar-based-on-user-roles","DomainPath":"\/languages","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Hide Admin Bar From Front End","AuthorName":"Ankit Panchal"},"js_composer_theme\/js_composer.php":{"Name":"WPBakery Page Builder (Modified Version)","PluginURI":"http:\/\/wpbakery.com","Version":"6.9.0","Author":"Michael M - WPBakery.com","AuthorURI":"http:\/\/wpbakery.com","TextDomain":"js_composer_theme","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"WPBakery Page Builder (Modified Version)","AuthorName":"Michael M - WPBakery.com"},"jupiter-core\/jupiter-core.php":{"Name":"Jupiter Core","PluginURI":"https:\/\/jupiter.com","Version":"1.0.0","Author":"Artbees","AuthorURI":"https:\/\/artbees.net","TextDomain":"jupiter-core","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Jupiter Core","AuthorName":"Artbees"},"jupiter-donut\/jupiter-donut.php":{"Name":"Jupiter Donut","PluginURI":"https:\/\/artbees.net","Version":"1.0.2","Author":"Artbees","AuthorURI":"https:\/\/artbees.net","TextDomain":"jupiter-donut","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Jupiter Donut","AuthorName":"Artbees"},"leaflet-map\/leaflet-map.php":{"Name":"Leaflet Map","PluginURI":"https:\/\/wordpress.org\/plugins\/leaflet-map\/","Version":"3.0.4","Author":"bozdoz","AuthorURI":"https:\/\/bozdoz.com\/","TextDomain":"leaflet-map","DomainPath":"\/languages\/","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Leaflet Map","AuthorName":"bozdoz"},"litespeed-cache\/litespeed-cache.php":{"Name":"LiteSpeed Cache","PluginURI":"https:\/\/www.litespeedtech.com\/products\/cache-plugins\/wordpress-acceleration","Version":"4.6","Author":"LiteSpeed Technologies","AuthorURI":"https:\/\/www.litespeedtech.com","TextDomain":"litespeed-cache","DomainPath":"\/lang","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"LiteSpeed Cache","AuthorName":"LiteSpeed Technologies"},"login-or-logout-menu-item\/main.php":{"Name":"Login or Logout Menu Item","PluginURI":"https:\/\/caseproof.com","Version":"1.2.2","Author":"cartpauj","AuthorURI":"","TextDomain":"lolmi","DomainPath":"\/i18n","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Login or Logout Menu Item","AuthorName":"cartpauj"},"nav-menu-roles\/nav-menu-roles.php":{"Name":"Nav Menu Roles","PluginURI":"http:\/\/www.kathyisawesome.com\/449\/nav-menu-roles\/","Version":"2.1.0","Author":"Kathy Darling","AuthorURI":"http:\/\/www.kathyisawesome.com","TextDomain":"nav-menu-roles","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Nav Menu Roles","AuthorName":"Kathy Darling"},"payment-gateways-per-product-categories-for-woocommerce\/payment-gateways-per-product-for-woocommerce.php":{"Name":"Payment Gateways per Products for WooCommerce","PluginURI":"https:\/\/wpfactory.com\/item\/payment-gateways-per-product-for-woocommerce\/","Version":"1.7.1","Author":"WPWhale","AuthorURI":"https:\/\/wpwhale.com","TextDomain":"payment-gateways-per-product-categories-for-woocommerce","DomainPath":"\/langs","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Payment Gateways per Products for WooCommerce","AuthorName":"WPWhale"},"remove-dashboard-access-for-non-admins\/remove-dashboard-access.php":{"Name":"Remove Dashboard Access","PluginURI":"https:\/\/www.trustedlogin.com\/remove-dashboard-access\/","Version":"1.1.5","Author":"TrustedLogin","AuthorURI":"https:\/\/www.trustedlogin.com","TextDomain":"remove-dashboard-access-for-non-admins","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Remove Dashboard Access","AuthorName":"TrustedLogin"},"role-based-redirect\/role-based-redirect.php":{"Name":"Role Based Redirect","PluginURI":"","Version":"1.4","Author":"MohammedYasar Khalifa","AuthorURI":"https:\/\/myasark.wordpress.com\/","TextDomain":"role-based-redirect","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Role Based Redirect","AuthorName":"MohammedYasar Khalifa"},"seo-by-rank-math\/rank-math.php":{"Name":"Rank Math SEO","PluginURI":"https:\/\/s.rankmath.com\/home","Version":"1.0.109","Author":"Rank Math","AuthorURI":"https:\/\/s.rankmath.com\/home","TextDomain":"rank-math","DomainPath":"\/languages","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Rank Math SEO","AuthorName":"Rank Math"},"shared-variation-inventory-for-woocommerce\/woocommerce-shared-variation-inventory.php":{"Name":"Variation Shared Inventory for WooCommerce","PluginURI":"https:\/\/www.webiswoo.com\/plugins\/wvsi\/pluginsite","Version":"3.4.1","Author":"Webis","AuthorURI":"https:\/\/www.webis.ca","TextDomain":"webis-wsvi","DomainPath":"","Network":false,"RequiresWP":"5.3","RequiresPHP":"","UpdateURI":"","Title":"Variation Shared Inventory for WooCommerce","AuthorName":"Webis"},"shortcode-in-menus\/shortcode-in-menus.php":{"Name":"Shortcode in Menus","PluginURI":"http:\/\/wordpress.org\/plugins\/shortcode-in-menus\/","Version":"3.5.1","Author":"Gagan Deep Singh","AuthorURI":"https:\/\/gagan0123.com","TextDomain":"shortcode-in-menus","DomainPath":"\/languages","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Shortcode in Menus","AuthorName":"Gagan Deep Singh"},"the-events-calendar-community-events-tickets\/events-community-tickets.php":{"Name":"The Events Calendar: Community Events Tickets","PluginURI":"https:\/\/evnt.is\/1ace","Version":"4.7.13","Author":"The Events Calendar","AuthorURI":"https:\/\/evnt.is\/1aor","TextDomain":"tribe-events-community-tickets","DomainPath":"\/lang\/","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"The Events Calendar: Community Events Tickets","AuthorName":"The Events Calendar"},"the-events-calendar-community-events\/tribe-community-events.php":{"Name":"The Events Calendar: Community Events","PluginURI":"https:\/\/evnt.is\/1acd","Version":"4.9.2","Author":"The Events Calendar","AuthorURI":"https:\/\/evnt.is\/1aor","TextDomain":"tribe-events-community","DomainPath":"\/lang\/","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"The Events Calendar: Community Events","AuthorName":"The Events Calendar"},"the-events-calendar\/the-events-calendar.php":{"Name":"The Events Calendar","PluginURI":"","Version":"5.16.2.1","Author":"The Events Calendar","AuthorURI":"https:\/\/evnt.is\/1x","TextDomain":"the-events-calendar","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"The Events Calendar","AuthorName":"The Events Calendar"},"toolset-maps\/toolset-maps-loader.php":{"Name":"Toolset Maps","PluginURI":"https:\/\/toolset.com\/documentation\/user-guides\/display-on-google-maps\/","Version":"2.0.12","Author":"OnTheGoSystems","AuthorURI":"http:\/\/www.onthegosystems.com","TextDomain":"toolset-maps","DomainPath":"\/languages","Network":false,"RequiresWP":"3.4","RequiresPHP":"5.6","UpdateURI":"","Title":"Toolset Maps","AuthorName":"OnTheGoSystems"},"tribe-ext-attendees-table-dups\/index.php":{"Name":"Event Tickets Plus Extension: Show\/Hide Duplicates in Attendees Table","PluginURI":"","Version":"1.0.0","Author":"Modern Tribe, Inc.","AuthorURI":"http:\/\/m.tri.be\/1971","TextDomain":"tribe-ext-attendees-table-dups","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Event Tickets Plus Extension: Show\/Hide Duplicates in Attendees Table","AuthorName":"Modern Tribe, Inc."},"tribe-ext-calendar-customizer\/index.php":{"Name":"The Events Calendar Extension: Calendar Customizer","PluginURI":"https:\/\/theeventscalendar.com\/extensions\/calendar-customizer\/","Version":"1.0.0","Author":"Modern Tribe, Inc.","AuthorURI":"http:\/\/m.tri.be\/1971","TextDomain":"tribe-ext-calendar-customizer","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"The Events Calendar Extension: Calendar Customizer","AuthorName":"Modern Tribe, Inc."},"tribe-ext-community-google-maps-options\/index.php":{"Name":"The Events Calendar: Community Events: Add Google Map Display and Link Options","PluginURI":"","Version":"1.0.0","Author":"Modern Tribe, Inc.","AuthorURI":"http:\/\/m.tri.be\/1971","TextDomain":"tribe-ext-community-google-maps-options","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"The Events Calendar: Community Events: Add Google Map Display and Link Options","AuthorName":"Modern Tribe, Inc."},"tribe-ext-datepicker-jquery-fix-1.0.0\/tribe-ext-datepicker-jquery-fix.php":{"Name":"The Events Calendar Extension: Temporary fix for datepicker jQuery issue","PluginURI":"","Version":"1.0.0","Author":"","AuthorURI":"","TextDomain":"tribe-ext-datepicker-jquery-fix-1.0.0","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"The Events Calendar Extension: Temporary fix for datepicker jQuery issue","AuthorName":""},"tribe-ext-list-venues-organizers-shortcodes\/tribe-ext-list-venues-organizers-shortcodes.php":{"Name":"The Events Calendar Extension: List Venues\/Organizers Shortcodes","PluginURI":"https:\/\/theeventscalendar.com\/extensions\/list-venues-and-organizers-shortcodes\/","Version":"2.1.3","Author":"Modern Tribe, Inc","AuthorURI":"http:\/\/theeventscalendar.com","TextDomain":"tribe-ext-list-venues-organizers-shortcodes","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"The Events Calendar Extension: List Venues\/Organizers Shortcodes","AuthorName":"Modern Tribe, Inc"},"tribe-ext-maps-openstreetmap\/tribe-ext-maps-openstreetmap.php":{"Name":"The Events Calendar Extension: OpenStreetMap","PluginURI":"https:\/\/theeventscalendar.com\/extensions\/openstreetmap\/","Version":"1.0.0","Author":"Modern Tribe, Inc.","AuthorURI":"http:\/\/m.tri.be\/1971","TextDomain":"tribe-ext-openstreetmap","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"The Events Calendar Extension: OpenStreetMap","AuthorName":"Modern Tribe, Inc."},"tribe-ext-pdf-tickets\/tribe-ext-pdf-tickets.php":{"Name":"Event Tickets Extension: PDF Tickets","PluginURI":"https:\/\/theeventscalendar.com\/extensions\/pdf-tickets\/","Version":"1.2.1","Author":"Modern Tribe, Inc.","AuthorURI":"http:\/\/m.tri.be\/1971","TextDomain":"tribe-ext-pdf-tickets","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Event Tickets Extension: PDF Tickets","AuthorName":"Modern Tribe, Inc."},"tribe-ext-relabeler\/index.php":{"Name":"The Events Calendar Extension: Relabeler","PluginURI":"","Version":"1.0.1","Author":"Modern Tribe, Inc.","AuthorURI":"http:\/\/m.tri.be\/1971","TextDomain":"tribe-ext-relabeler","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"The Events Calendar Extension: Relabeler","AuthorName":"Modern Tribe, Inc."},"tribe-ext-selectively-show-html\/index.php":{"Name":"The Events Calendar Extension: Selectively Show HTML Boxes","PluginURI":"","Version":"1.0.2","Author":"Modern Tribe, Inc.","AuthorURI":"http:\/\/m.tri.be\/1971","TextDomain":"tribe-ext-selectively-show-html","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"The Events Calendar Extension: Selectively Show HTML Boxes","AuthorName":"Modern Tribe, Inc."},"tribe-ext-tickets-additional-fields\/tribe-ext-tickets-additional-fields.php":{"Name":"Event Tickets Extension: Additional Fields","PluginURI":"https:\/\/theeventscalendar.com\/extensions\/---the-extension-article-url---\/","Version":"1.0.1","Author":"The Events Calendar","AuthorURI":"http:\/\/m.tri.be\/1971","TextDomain":"tribe-ext-tickets-additional-fields","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Event Tickets Extension: Additional Fields","AuthorName":"The Events Calendar"},"types-access\/types-access.php":{"Name":"Toolset Access","PluginURI":"http:\/\/toolset.com\/home\/types-access\/?utm_source=accessplugin\u0026utm_campaign=access\u0026utm_medium=release-notes-plugins-list\u0026utm_term=Visit plugin site","Version":"2.8.14","Author":"OnTheGoSystems","AuthorURI":"http:\/\/www.onthegosystems.com\/","TextDomain":"types-access","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Toolset Access","AuthorName":"OnTheGoSystems"},"types\/wpcf.php":{"Name":"Toolset Types","PluginURI":"https:\/\/toolset.com\/?utm_source=typesplugin\u0026utm_campaign=types\u0026utm_medium=plugins-list-full-version\u0026utm_term=Visit plugin site","Version":"3.4.16","Author":"OnTheGoSystems","AuthorURI":"http:\/\/www.onthegosystems.com","TextDomain":"types","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Toolset Types","AuthorName":"OnTheGoSystems"},"ultimate-layouts-vc\/ultimate-layouts-vc.php":{"Name":"Ultimate Layouts - Responsive Grid – Addon For WPBakery Page Builder","PluginURI":"http:\/\/beeteam368.com\/ultimate-layouts\/","Version":"3.0.0","Author":"BeeTeam368","AuthorURI":"http:\/\/beeteam368.com\/ultimate-layouts\/","TextDomain":"ultimate-layouts-vc","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Ultimate Layouts - Responsive Grid – Addon For WPBakery Page Builder","AuthorName":"BeeTeam368"},"user-role-editor\/user-role-editor.php":{"Name":"User Role Editor","PluginURI":"https:\/\/www.role-editor.com","Version":"4.63","Author":"Vladimir Garagulya","AuthorURI":"https:\/\/www.role-editor.com","TextDomain":"user-role-editor","DomainPath":"\/lang\/","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"User Role Editor","AuthorName":"Vladimir Garagulya"},"user-switching\/user-switching.php":{"Name":"User Switching","PluginURI":"https:\/\/wordpress.org\/plugins\/user-switching\/","Version":"1.6.0","Author":"John Blackbourn \u0026 contributors","AuthorURI":"https:\/\/github.com\/johnbillion\/user-switching\/graphs\/contributors","TextDomain":"user-switching","DomainPath":"\/languages\/","Network":true,"RequiresWP":"","RequiresPHP":"5.3","UpdateURI":"","Title":"User Switching","AuthorName":"John Blackbourn \u0026 contributors"},"woo-discount-rules-pro\/woo-discount-rules-pro.php":{"Name":"Woo Discount Rules PRO 2.0","PluginURI":"http:\/\/www.flycart.org","Version":"2.3.4","Author":"Flycart","AuthorURI":"https:\/\/www.flycart.org","TextDomain":"woo-discount-rules-pro","DomainPath":"\/i18n\/languages\/","Network":false,"RequiresWP":"4.6.1","RequiresPHP":"","UpdateURI":"","Title":"Woo Discount Rules PRO 2.0","AuthorName":"Flycart"},"woo-discount-rules\/woo-discount-rules.php":{"Name":"Woo Discount Rules","PluginURI":"http:\/\/www.flycart.org","Version":"2.4.3","Author":"Flycart","AuthorURI":"https:\/\/www.flycart.org","TextDomain":"woo-discount-rules","DomainPath":"\/i18n\/languages\/","Network":false,"RequiresWP":"4.6.1","RequiresPHP":"","UpdateURI":"","Title":"Woo Discount Rules","AuthorName":"Flycart"},"woo-products-bulk-editor-premium\/products.php":{"Name":"WP Sheet Editor - WooCommerce Products (Premium)","PluginURI":"https:\/\/wpsheeteditor.com\/go\/woocommerce-addon?utm_source=wp-admin\u0026utm_medium=plugins-list\u0026utm_campaign=products","Version":"1.7.21-beta.2","Author":"WP Sheet Editor","AuthorURI":"http:\/\/wpsheeteditor.com\/?utm_source=wp-admin\u0026utm_medium=plugins-list\u0026utm_campaign=products","TextDomain":"vg_sheet_editor_wc_products","DomainPath":"\/lang","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"https:\/\/api.freemius.com","Title":"WP Sheet Editor - WooCommerce Products (Premium)","AuthorName":"WP Sheet Editor"},"woocommerce-advanced-extra-fees\/woocommerce-advanced-extra-fees.php":{"Name":"WooCommerce Advanced Extra Fees","PluginURI":"https:\/\/www.idomit.com\/","Version":"1.0.8","Author":"idomit","AuthorURI":"https:\/\/www.idomit.com\/","TextDomain":"woocommerce-advanced-extra-fees","DomainPath":"\/languages","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"WooCommerce Advanced Extra Fees","AuthorName":"idomit"},"woocommerce-checkout-field-editor-pro\/woocommerce-checkout-field-editor-pro.php":{"Name":"Checkout Field Editor for WooCommerce","PluginURI":"https:\/\/www.themehigh.com\/product\/woocommerce-checkout-field-editor-pro\/","Version":"3.1.0","Author":"ThemeHigh","AuthorURI":"https:\/\/www.themehigh.com","TextDomain":"woocommerce-checkout-field-editor-pro","DomainPath":"\/languages","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Checkout Field Editor for WooCommerce","AuthorName":"ThemeHigh"},"woocommerce-gateway-paypal-pro-hosted\/woocommerce-gateway-paypal-pro-hosted.php":{"Name":"WooCommerce PayPal Pro Hosted","PluginURI":"https:\/\/woocommerce.com\/products\/woocommerce-gateway-paypal-pro-hosted\/","Version":"1.0.22","Author":"WooCommerce","AuthorURI":"https:\/\/woocommerce.com\/","TextDomain":"woocommerce-gateway-paypal-pro-hosted","DomainPath":"\/languages","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"WooCommerce PayPal Pro Hosted","AuthorName":"WooCommerce"},"woocommerce-gateway-stripe\/woocommerce-gateway-stripe.php":{"Name":"WooCommerce Stripe Gateway","PluginURI":"https:\/\/wordpress.org\/plugins\/woocommerce-gateway-stripe\/","Version":"6.4.3","Author":"WooCommerce","AuthorURI":"https:\/\/woocommerce.com\/","TextDomain":"woocommerce-gateway-stripe","DomainPath":"\/languages","Network":false,"RequiresWP":"5.7","RequiresPHP":"","UpdateURI":"","Title":"WooCommerce Stripe Gateway","AuthorName":"WooCommerce"},"woocommerce-multistep-checkout\/woocommerce-multistep-checkout.php":{"Name":"Multi-Step Checkout for WooCommerce (Pro)","PluginURI":"https:\/\/themehigh.com\/product\/woocommerce-multistep-checkout","Version":"1.1.7","Author":"ThemeHigh","AuthorURI":"https:\/\/themehigh.com\/","TextDomain":"woocommerce-multistep-checkout","DomainPath":"\/languages","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Multi-Step Checkout for WooCommerce (Pro)","AuthorName":"ThemeHigh"},"woocommerce-paypal-payments\/woocommerce-paypal-payments.php":{"Name":"WooCommerce PayPal Payments","PluginURI":"https:\/\/woocommerce.com\/products\/woocommerce-paypal-payments\/","Version":"2.0.2","Author":"WooCommerce","AuthorURI":"https:\/\/woocommerce.com\/","TextDomain":"woocommerce-paypal-payments","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"7.2","UpdateURI":"","Title":"WooCommerce PayPal Payments","AuthorName":"WooCommerce"},"woocommerce-views\/views-woocommerce.php":{"Name":"Toolset WooCommerce Blocks","PluginURI":"https:\/\/toolset.com\/course\/custom-woocommerce-site\/?utm_source=plugin\u0026utm_medium=gui\u0026utm_campaign=woocommerceblocks","Version":"3.1.3","Author":"OnTheGoSystems","AuthorURI":"http:\/\/www.onthegosystems.com","TextDomain":"woocommerce-views","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Toolset WooCommerce Blocks","AuthorName":"OnTheGoSystems"},"woocommerce\/woocommerce.php":{"Name":"WooCommerce","PluginURI":"https:\/\/woocommerce.com\/","Version":"7.4.0","Author":"Automattic","AuthorURI":"https:\/\/woocommerce.com","TextDomain":"woocommerce","DomainPath":"\/i18n\/languages\/","Network":false,"RequiresWP":"5.9","RequiresPHP":"7.2","UpdateURI":"","Title":"WooCommerce","AuthorName":"Automattic"},"wp-maintenance-mode\/wp-maintenance-mode.php":{"Name":"WP Maintenance Mode \u0026 Coming Soon","PluginURI":"","Version":"2.4.6","Author":"Themeisle","AuthorURI":"https:\/\/themeisle.com\/","TextDomain":"wp-maintenance-mode","DomainPath":"\/languages","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"WP Maintenance Mode \u0026 Coming Soon","AuthorName":"Themeisle"},"wp-views-old\/wp-views.php":{"Name":"Toolset Views","PluginURI":"https:\/\/toolset.com\/?utm_source=viewsplugin\u0026utm_campaign=views\u0026utm_medium=plugins-list-full-version\u0026utm_term=Visit plugin site","Version":"3.6.1","Author":"OnTheGoSystems","AuthorURI":"https:\/\/toolset.com","TextDomain":"wp-views-old","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Toolset Views","AuthorName":"OnTheGoSystems"},"yikes-inc-easy-custom-woocommerce-product-tabs\/yikes-inc-easy-custom-woocommerce-product-tabs.php":{"Name":"Custom Product Tabs for WooCommerce","PluginURI":"http:\/\/www.yikesinc.com","Version":"1.7.9","Author":"YIKES, Inc.","AuthorURI":"http:\/\/www.yikesinc.com","TextDomain":"yikes-inc-easy-custom-woocommerce-product-tabs","DomainPath":"languages\/","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Custom Product Tabs for WooCommerce","AuthorName":"YIKES, Inc."}},"mu_plugins":{"health-check-troubleshooting-mode.php":{"WC requires at least":"","WC tested up to":"","Woo":"","Elementor tested up to":"","Elementor Pro tested up to":"","Name":"Health Check Troubleshooting Mode","PluginURI":"","Version":"1.7.2","Description":"Conditionally disabled themes or plugins on your site for a given session, used to rule out conflicts during troubleshooting.","Author":"","AuthorURI":"","TextDomain":"","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"Health Check Troubleshooting Mode","AuthorName":""}},"dropins":{"object-cache.php":{"WC requires at least":"","WC tested up to":"","Woo":"","Elementor tested up to":"","Elementor Pro tested up to":"","Name":"object-cache.php","PluginURI":"","Version":"","Description":"","Author":"","AuthorURI":"","TextDomain":"","DomainPath":"","Network":false,"RequiresWP":"","RequiresPHP":"","UpdateURI":"","Title":"","AuthorName":""}}},"theme":{"Name":"Jupiter Child Theme","ThemeURI":null,"Author":"Your name here","AuthorURI":null,"Template":"jupiter","Version":"","TextDomain":null,"DomainPath":null},"extra-debug":{"access":{"rules":[],"settings":{"types":{"tribe_organizer":{"mode":"permissions","permissions":{"publish":{"roles":[]},"delete_any":{"roles":[]},"edit_any":{"roles":[]},"delete_own":{"roles":[]},"edit_own":{"roles":[]},"read_private":{"roles":[]},"read":{"roles":[]}}},"rider":{"mode":"permissions","permissions":{"publish":{"roles":[]},"delete_any":{"roles":[]},"edit_any":{"roles":[]},"delete_own":{"roles":[]},"edit_own":{"roles":[]},"read_private":{"roles":[]},"read":{"roles":[]}}},"competitor":{"mode":"permissions","permissions":{"publish":{"roles":["administrator"]},"delete_any":{"roles":["administrator"]},"edit_any":{"roles":["administrator"]},"delete_own":{"roles":["administrator"]},"edit_own":{"roles":["administrator"]},"read_private":{"roles":["administrator"]},"read":{"roles":["administrator"]}}},"post":{"mode":"not_managed"},"page":{"mode":"permissions","permissions":{"publish":{"roles":[]},"delete_any":{"roles":[]},"edit_any":{"roles":[]},"delete_own":{"roles":[]},"edit_own":{"roles":[]},"read":{"roles":[]}}},"attachment":{"mode":"not_managed"},"product":{"mode":"not_managed"},"shop_order":{"mode":"not_managed"},"guest-author":{"mode":"not_managed"},"tribe_venue":{"mode":"not_managed"},"tribe_events":{"mode":"not_managed"},"news":{"mode":"not_managed"},"portfolio":{"mode":"not_managed"},"permit":{"mode":"not_managed"},"download":{"mode":"not_managed"},"wpcf-custom-group-f62071fb2eb560e8614c8dc829212273":{"permissions":{"delete_any":{"roles":["administrator"]},"edit_any":{"roles":["administrator"]},"read":{"roles":["administrator"]}},"mode":"not_managed","title":"Competitors"},"wpcf-custom-group-b8b6aeefcdc7025f6d390db76015006e":{"permissions":{"delete_any":{"roles":["administrator"]},"edit_any":{"roles":["administrator"]},"read":{"roles":{"0":"administrator","5":"official"}}},"mode":"not_managed","title":"Club Admin"},"wp_router_page":{"mode":"not_managed"},"oembed_cache":{"mode":"not_managed"},"user_request":{"mode":"not_managed"},"e-landing-page":{"mode":"not_managed"},"elementor_snippet":{"mode":"not_managed"},"acf-field":{"mode":"not_managed"},"product_variation":{"mode":"not_managed"},"shop_order_refund":{"mode":"not_managed"},"shop_coupon":{"mode":"not_managed"},"wpcf7_contact_form":{"mode":"not_managed"},"flamingo_contact":{"mode":"not_managed"},"flamingo_inbound":{"mode":"not_managed"},"flamingo_outbound":{"mode":"not_managed"},"vc_grid_item":{"mode":"not_managed"},"waef":{"mode":"not_managed"},"tribe-ea-record":{"mode":"not_managed"},"deleted_event":{"mode":"not_managed"},"mkhb_header":{"mode":"not_managed"},"mkhb_revision":{"mode":"not_managed"},"elementor_font":{"mode":"not_managed"},"elementor_icons":{"mode":"not_managed"},"vc4_templates":{"mode":"not_managed"},"tribe_rsvp_tickets":{"mode":"not_managed"},"tribe_rsvp_attendees":{"mode":"not_managed"},"tribe_tpp_tickets":{"mode":"not_managed"},"tribe_tpp_attendees":{"mode":"not_managed"},"tribe_tpp_orders":{"mode":"not_managed"},"ticket-meta-fieldset":{"mode":"not_managed"},"tribe_payout":{"mode":"not_managed"},"tribe_wooticket":{"mode":"not_managed"},"official":{"mode":"not_managed"},"previous-licences":{"mode":"not_managed"},"wp_template":{"mode":"not_managed"},"scheduled-action":{"mode":"not_managed"},"wp_template_part":{"mode":"not_managed"},"wp_global_styles":{"mode":"not_managed"},"wp_navigation":{"mode":"not_managed"},"shop_order_placehold":{"mode":"not_managed"}},"tax":[],"third_party":{"__CRED_CRED_USER":{"__CRED_CRED_USER_GROUP":{"permissions":{"use_any_attachment_with_cred_user_forms":{"roles":["administrator","editor","shop_manager"]},"edit_other_users_with_cred_827":{"roles":["administrator"]},"edit_own_user_with_cred_827":{"roles":["administrator","editor","shop_manager","author","club_admin","contributor","customer","subscriber"]}},"mode":"permissions"}},"__CRED_CRED":{"__CRED_CRED_GROUP":{"permissions":{"use_any_attachment_with_cred_post_forms":{"roles":["administrator","editor","shop_manager","author","club_admin"]},"delete_other_posts_with_cred":{"roles":["administrator","editor","shop_manager","author","club_admin"]},"delete_own_posts_with_cred":{"roles":["administrator","editor","shop_manager","author","club_admin"]},"edit_other_posts_with_cred_26011":{"roles":["administrator","editor","shop_manager","author","club_admin","customer"]},"edit_own_posts_with_cred_26011":{"roles":["administrator","editor","shop_manager","author","club_admin","customer"]},"edit_other_posts_with_cred_289":{"roles":["administrator","editor","shop_manager","author","club_admin"]},"edit_own_posts_with_cred_289":{"roles":["administrator","editor","shop_manager","author","club_admin","customer","contributor","subscriber"]},"edit_other_posts_with_cred_1518":{"roles":["administrator","editor","shop_manager","author","club_admin"]},"edit_own_posts_with_cred_1518":{"roles":["administrator","editor","shop_manager","author","club_admin","contributor"]},"edit_other_posts_with_cred_1177":{"roles":["administrator","editor","shop_manager","author","club_admin"]},"edit_own_posts_with_cred_1177":{"roles":["administrator","editor","shop_manager","author","club_admin"]},"create_posts_with_cred_1078":{"roles":["administrator","editor","shop_manager","author","club_admin","contributor"]},"create_posts_with_cred_1297":{"roles":["administrator","editor","shop_manager","author","club_admin"]},"create_posts_with_cred_1261":{"roles":["administrator","editor","shop_manager","author","club_admin"]},"create_posts_with_cred_21044":{"roles":["administrator","editor","shop_manager","author","club_admin","customer"]},"create_posts_with_cred_21037":{"roles":["administrator","editor","shop_manager","author","club_admin","customer"]},"create_posts_with_cred_1290":{"roles":["administrator","editor","shop_manager","author","club_admin"]},"create_posts_with_cred_16408":{"roles":["administrator","editor","shop_manager","author","club_admin","customer"]}},"mode":"permissions"}}}}},"types":{"add_resized_images_to_library":0,"images_remote":0,"images_remote_cache_time":"36","help_box":"by_types","hide_standard_custom_fields_metabox":"show","postmeta_unfiltered_html":"on","usermeta_unfiltered_html":"on"},"CRED":{"wizard":1,"cache_notice":1,"export_settings":1,"export_custom_fields":1,"autogeneration_email":{"subject":"Welcome new user","body":"[username]Your username is: %cuf_username%[\/username]\\n[nickname]Your nickname is: %cuf_nickname%[\/nickname]\\n[password]Your password is: %cuf_password%[\/password]"},"dont_load_cred_css":1},"views":{"views_template_loop_blog":0,"wpv_bootstrap_version":1,"wpv_custom_conditional_functions":["woo_product_on_sale","woo_product_in_stock","wpv_woo_single_products_rating_func","wpv_woo_list_attributes_func","wpv_woo_show_upsell_func","wpv_woo_products_rating_on_listing_func","woo_has_product_subcategory","woo_shop_display_is_categories","wpv_woo_product_belongs_to_this_order"],"wpv_custom_inner_shortcodes":[],"wpv_debug_mode":1,"wpv_debug_mode_type":"compact","wpv_map_plugin":0,"wpv_show_hidden_fields":"_billing_address_1,_billing_address_2,_billing_address_index,_billing_city,_billing_country,_billing_details,_billing_email,_billing_first_name,_billing_last_name,_billing_phone,_billing_postcode,_billing_state,_EventStartDate,_transient_tribe_attendees,_tribe_tickets_attendee_user_id,_tribe_tickets_meta,_tribe_wooticket_attendee_optout,_tribe_wooticket_event","wpv_saved_auto_detected_framework":"","wpv_codemirror_autoresize":"","wpv_enable_pagination_manage_history":0,"wpv_enable_parametric_search_manage_history":0,"support_spaces_in_meta_filters":0,"allow_views_wp_widgets_in_elementor":0,"default_user_editor":"basic","default_wpa_editor":"basic","manage_meta_transient_method":"cron","editing_experience":"classic","views_template_for_product":0,"views_template_for_permit":0,"views_template_for_competitor":2107,"views_template_conditions_for_attachment":[],"views_template_conditions_for_product":[],"views_template_conditions_for_competitor":[]},"installer":{"version":"2.6.1","repositories":{"wpml":{"api-url":"https:\/\/api.wpml.org\/","bucket-url":"not assigned","subscription":"","last-successful-subscription-fetch":"none"},"toolset":{"api-url":"https:\/\/api.toolset.com\/","bucket-url":"https:\/\/wptypes.s3.amazonaws.com\/toolset-bucket-22.json","subscription":{"key":"1GAi9SqKRO","data":{"subscription_type":5737,"expires":"2023-04-02","status":"1","notes":"resubscribed from #106629","order_id":"2332243","hasAutoRenewal":true},"registered_by":1,"site_url":"https:\/\/nora92.com"},"last-successful-subscription-fetch":"2023-02-28 12:26:11"}},"instances":{"\/home\/nora92\/public_html\/wp-content\/plugins\/types\/vendor\/otgs\/installer\/installer.php":{"bootfile":"\/home\/nora92\/public_html\/wp-content\/plugins\/types\/vendor\/otgs\/installer\/installer.php","version":"2.6.1","args":{"plugins_install_tab":"1","repositories_include":["toolset","wpml"],"site_key_nags":[{"repository_id":"toolset","product_name":"Toolset"}]},"delegated":true}}}}}

Many thanks
James

#2563859

Apologies, ignore that last message. I already had the code snippet in functions.php. I've removed it from there and activated in the custom code section.

I'll test again.

#2563867

Ok, brilliant. All fixed. many thanks Luo, thats great!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.