Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'pre_get_posts', 'action_function_name_11' );
- function action_function_name_11( $query ) {
- $post_type = $query->query['post_type'] ?? 'undefined';
- if($post_type === 'post') {
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement