Advertisement
Guest User

Untitled

a guest
May 29th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?php // don't include this in your functions.php, since the start of the file should already have it
  2.  
  3. function remove_sprout_invoices_page_options( $filter ) {
  4. $filter[] = 'sa_invoice';
  5. return $filter;
  6. }
  7. add_filter( 'avada_hide_page_options', 'remove_sprout_invoices_page_options' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement