Advertisement
wclovers

Untitled

Nov 23rd, 2021
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. add_filter( 'wcfm_is_allow_home_in_menu', '__return_false' );
  2. add_filter( 'wcfm_dashboard_home', function( $url ) {
  3.     return wcfm_get_endpoint_url( 'wcfm-products', '', get_wcfm_page() );
  4. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement