Viewing 5 replies - 1 through 5 (of 5 total)
  • HI, I have the same problem ! I don’t know where top pute ‘add_to_wpseo_analysis’ => true,

    Please try to help me !

    Need it !

    I have the same problem ! Don’t know where to put it !

    ‘add_to_wpseo_analysis’ => true,”

    Please Help me !

    wpdrwjs

    (@wpdrwjs)

    Same question !

    Where to place this string?

    svaika

    (@svaika)

    How I understand it should be added like argument for the field you create. An example with wysiwyg:

            $content = get_term_meta( $term->term_id, 'shipping_wysiwyg', true);
            wp_editor(htmlspecialchars_decode($content) , 'shipping_wysiwyg', array(
            "media_buttons" => true,
            "add_to_wpseo_analysis" => true
            ));

    It’s a field, which I added to the taxonomy term.

    But for me it doesn’t work. I don’t know what I am doing wrong..

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘What does this mean "To start using text limiter, just add the following para…’ is closed to new replies.