Skip to content
Snippets Groups Projects
Commit 6756f054 authored by Lucas García's avatar Lucas García
Browse files

fix: render menu action hooks

parent 24c6cb86
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class Menu
</div>
<?php
$output = ob_get_clean();
echo apply_filters('wpct_st_menu_page_content', $output);
echo apply_filters('wpct_epr_forms_menu_page_content', $output);
}
public function get_settings()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment