Bugs with CPT and taxonomy PHP code

Support MB Builder Bugs with CPT and taxonomy PHP code

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30439
    GregGreg
    Participant

    Custom post type "Get PHP Code":

    'icon_type'           => dashicons,
    'icon'                 => dashicons-location-alt,
    ...
    'menu_icon'            => '',

    These lines are invalid because 1- 'icon_type' and 'icon' are not valid; 2- strings need to be quoted, like 'dashicons-location-alt'; 3- setting 'menu_icon' to '' makes no icon display in the admin menu.

    Custom taxonomy "Get PHP Code":

    'meta_box_cb' => true,

    This line causes the taxonomy terms not to display on the edit post page the Classic editor. It should be set to false.

    #30446
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Thank you for your feedback.

    I will inform the development team to fix this issue in the next update.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.