• Resolved takannaka

    (@takannaka)


    Hi,
    i need to use em-posts.php modified in my theme child but there is no effect in the folder i use to put modified plugins
    i only need to had that:

    ‘taxonomies’ => array( ‘category’ ),
    to the $event_post_type

    but i don’t know how to do
    i tryed things like that

    $args = array (
    ‘taxonomies’ => array( ‘category’ ),
    );
    function test( $args ) {

    return $args;
    }

    add_filter ( $event_post_type,’test’,10,1);

    but…

    Thanks in advance for your assistance

    Ann

    • This topic was modified 7 years, 11 months ago by takannaka.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to get em-posts.php in theme child plugins folder’ is closed to new replies.