gianism_admin_template_footer

gianism_admin_template_footer

Hook Type: action

See hook in core

Displaying hooks found in version: gianism.5.1.0

do_action('gianism_admin_template_footer') is found 1 times:

  • /app/Gianism/UI/Screen.php line 128
    		 * @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.
    	 *