• at line 89: try to add fields single and limit. E.g
    Line 89 $output .= '<div class="' . $classes . ' mb-10"><input type="checkbox" id="' . $post . '" name="' . $option_name . '[' . $name . '][' . $post . ']" value="1" class="" ' . ( $checked ? 'checked' : '') . '><label for="' . $post . '"><div></div></label> <strong>' . $post . '</strong></div>';
    add new field
    $singleInput = '<input type="text" class="regular-text" id="' . $post . '" name="' . $option_name . '[' . $name . '][' . $single . ']" value="' . $rangeV .'">' ; $output .= $singleInput;

    storeCustomTaxonomies() not as expect

    from tutorial Alecaddd / WordPressPlugin101

    • This topic was modified 2 years, 11 months ago by martin180322.
    • This topic was modified 2 years, 11 months ago by martin180322.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you please describe the problem?

    Thread Starter martin180322

    (@martin180322)

    Thanks for reply and the option_value format Incorrect
    a:3:{s:5:”genre”;a:4:{s:8:”taxonomy”;s:5:”genre”;s:13:”singular_name”;s:5:”Genre”;s:12:”hierarchical”;s:1:”1″;s:7:”objects”;a:7:{s:4:“post”;a:1:{s:5:”range”;s:0:””;}s:4:”page“;a:1:{s:5:”range”;s:0:””;}

    Sorry, I am still not able to understand the problem. You better ask the person who is owning that repository about you problems.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘add field into objects of register_taxonomy’ is closed to new replies.