Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'streamtube/core/user/profile/menu/items', function( $menu_items ){
- if( array_key_exists( 'post', $menu_items ) ){
- $menu_items['post']['title'] = esc_html__( 'Articles', 'streamtube-child' );
- }
- return $menu_items;
- }, 10, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement