Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Whysy

    (@whysy)

    in fact I can’t edit even changing the cpt onomie’s name ??

    Thread Starter Whysy

    (@whysy)

    My bad i didn’t FAQ ??

    Solved with :

    <?php
    add_action( 'admin_head', 'my_website_admin_head' );
    function my_website_admin_head() {
    wp_dequeue_script( 'custom-post-type-onomies-admin-options-validate' );
    }
    ?>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edition does not work anymore’ is closed to new replies.