an
groups-icon

Problem with hook_packages_before

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    Jean-Francois Demers
    0 points
    Beginner

    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 ?

    July 5, 2016 at 10:29 pm
  • Joe Bine
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    August 3, 2016 at 2:50 am

382

Views

1

Replies