• Can you help me to change the default texts:

    public static function standard_fields() {
                return array(
                    'image' => __('Image', 'yit'),
                    'title' => __('Title', 'yit'),
                    'price' => __('Price', 'yit'),
                    'add-to-cart' => __('Add to cart', 'yit'),
                    'description' => __('Description', 'yit'),
                    'stock' => __( 'Availability', 'yit' )
                );
            }

    I’m using gettext filter but description and stock not changed.

  • The topic ‘This is first time I used this plugin’ is closed to new replies.