Skip to content

Commit

Permalink
Update sales-funnel-woocommerce.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Finland93 authored Jul 4, 2023
1 parent 92e37e3 commit 138dcce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sales-funnel-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

// Exit if directly accessed
if (!defined('ABSPATH')) {
exit;
}

// Add menu page
function sales_funnel_woocommerce_menu_page() {
add_menu_page(
Expand Down

0 comments on commit 138dcce

Please sign in to comment.