Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'streamtube/core/post/update/errors', function( $errors ){
- if( ! array_key_exists( 'categories', $_POST['tax_input'] ) ){
- $errors->add(
- 'no_category',
- esc_html__( 'Category is required', 'streamtube-child' )
- );
- }
- return $errors;
- }, 10, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement