WooCommerce Conditional Content

Allows you to display content on your store based on a set of rules that you configure.

Add Textdomain for WPML & Polylang

Hello. One of my customers bought your plugin. He gave me the plugin to translate into Arabic. But you forgot some strings to be translatable.
For example, this file. Line 34:

class-wc-conditional-content-admin-controller.php

Of course, I was able to do it myself.

add_meta_box( ‘wccc_settings’, __(‘Output Settings’,’wc_conditional_content’), array($instance, ‘settings_metabox’), ‘wccc’, ‘side’, ‘low’ );
add_meta_box( ‘wccc_rules’,

__(‘Rules’,’wc_conditional_content’), array($instance, ‘rules_metabox’), ‘wccc’, ‘normal’, ‘high’ );

Author

masouddarvishi1992

Current Status

Open

Last updated: January 31, 2023

0 comments

Log in to comment on this feature request.