load-edit-tags.php

load-edit-tags.php

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('load-edit-tags.php') is found 1 times:

  • /wp-admin/admin.php line 404
    		} elseif ( 'link_category' === $taxnow ) {
    			do_action( 'load-edit-link-categories.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    		}
    	} elseif ( 'term.php' === $pagenow ) {
    		do_action( 'load-edit-tags.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    	}
    }
    
    if ( ! empty( $_REQUEST['action'] ) ) {
    	$action = $_REQUEST['action'];
    
    

See this hook used in plugins: