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.7.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
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
         *
         * @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
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
         *
         * @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