gianism_admin_template_footer

gianism_admin_template_footer

Hook Type: action

See hook in core

Displaying hooks found in version: gianism.5.2.2

do_action('gianism_admin_template_footer') is found 1 times:

  • /app/Gianism/UI/Screen.php line 134
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
         * @action gianism_admin_template_footer
         * @param string $slug
         * @param string $name
         */
        do_action( 'gianism_admin_template_footer', $this->slug, $name );
        include $this->get_dir() . '/parts/footer.php';
    }
     
    /**
     * Override this function if template is outside.
     *