Files
2026-04-28 15:13:50 +02:00

13 lines
218 B
PHP

<?php
do_action( 'mfn_footer_enqueue' );
/*do_action( 'in_admin_footer' );*/
do_action( 'admin_print_footer_scripts' );
//do_action( 'admin_footer' );
do_action( 'mfn_bebuilder_footer_scripts' );
?>
</body>
</html>