Guest User

Untitled

a guest
Jan 19th, 2025
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. add_filter('salient_portfolio_project_type_rewrite', 'salient_child_mod_portfolio_permalinks');
  2.  
  3. function salient_child_mod_portfolio_permalinks() {
  4. return array( 'slug' => 'custom-slug', 'with_front' => false );
  5. }
Advertisement
Add Comment
Please, Sign In to add comment