Advertisement
buddydev

Mark published as the default landing tab for BuddyBlog pro.

May 10th, 2024
763
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. // Mark published as the default landing tab for BuddyBlog pro.
  2. add_filter( 'bblpro_default_landing_sub_tab', function ( $slug ) {
  3.     return 'published';
  4. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement