manage_{$this->screen->id}_custom_column

manage_{$this->screen->id}_custom_column

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('manage_{$this->screen->id}_custom_column') is found 2 times:

  • /wp-admin/includes/class-wp-application-passwords-list-table.php line 141
    		 *
    		 * @param string $column_name Name of the custom column.
    		 * @param array  $item        The application password item.
    		 */
    		do_action( "manage_{$this->screen->id}_custom_column", $column_name, $item );
    	}
    
    	/**
    	 * Generates custom table navigation to prevent conflicting nonces.
    	 *
    	 * @since 5.6.0
    
  • /wp-admin/includes/class-wp-privacy-requests-table.php line 508
    		 *
    		 * @param string          $column_name The name of the column to display.
    		 * @param WP_User_Request $item        The item being shown.
    		 */
    		do_action( "manage_{$this->screen->id}_custom_column", $column_name, $item );
    	}
    
    	/**
    	 * Returns the markup for the Created timestamp column. Overridden by children.
    	 *
    	 * @since 5.7.0