Advertisement
wclovers

Untitled

Sep 21st, 2023
781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. add_action( 'wp_footer', 'remove_action_wcfm_save_page_analytics_data', 9 );
  2.  
  3. function remove_action_wcfm_save_page_analytics_data() {
  4.     global $WCFM;
  5.     remove_action( 'wp_footer', array( $WCFM->frontend, 'wcfm_save_page_analytics_data') );
  6.  
  7.     // Rewrite the query as per your requirement
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement