How to get em-posts.php in theme child plugins folder
-
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_typebut 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
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.