ud_licenses_screen_before

ud_licenses_screen_before

Hook Type: action

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

do_action('ud_licenses_screen_before') is found 1 times:

  • /vendor/udx/lib-ud-api-client/lib/classes/class-ui.php line 45
           * @return  void
           */
          public function get_header ( $token = 'ud-license-manager' ) {
            global $current_screen;
            do_action( 'ud_licenses_screen_before', $token );
            $html = '<div class="wrap ud-licenses-wrap">' . "\n";
            $html .= '<h2 class="ud-licenses-title">' . get_admin_page_title() . '</h2>' . "\n";
            $html .= '<h2 class="nav-tab-wrapper">' . "\n";
            $html .= $this->get_navigation_tabs();
            $html .= '</h2>' . "\n";
            echo $html;