Hi,
Is it normal to have the hook “hook_packages_before” inside tpl-add.php and add-table.php.
Because when I try this:
function jjjjj_hook_packages () { echo "hello"; } add_action('hook_packages_before', 'jjjjj_hook_packages');
It display on the page like that: hello hello
But, if I delete the line 17 in add-table.php hook_packages_before();
The display on the page is correct: hello
Did someone know a better solution, please ?
This reply is for PremiumPress customers only.
382
Views
1
Replies
Copyright © 2010-2026 PremiumPress Limited.
Hi,
Is it normal to have the hook “hook_packages_before” inside tpl-add.php and add-table.php.
Because when I try this:
It display on the page like that: hello hello
But, if I delete the line 17 in add-table.php
hook_packages_before();
The display on the page is correct: hello
Did someone know a better solution, please ?
Members Only Content
This reply is for PremiumPress customers only.
Login Now