Guest User

Untitled

a guest
Mar 6th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. add_filter( 'rank_math/sitemap/exclude_post_type', function( $exclude, $type ){
  2.     if ( $type === 'ec-product' ) {
  3.          return false;
  4.     }
  5.  
  6.     return $exclude
  7. }
Add Comment
Please, Sign In to add comment