PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
wordpress-seo
/
admin
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Bulk Editor * @since 1.5.0 */ /** * Implements table for bulk description editing. */ class WPSEO_Bulk_Description_List_Table extends WPSEO_Bulk_List_Table { /** * Current type for this class will be (meta) description. * * @var string */ protected $page_type = 'description'; /** * Settings with are used in __construct. * * @var array */ protected $settings = [ 'singular' => 'wpseo_bulk_description', 'plural' => 'wpseo_bulk_descriptions', 'ajax' => true, ]; /** * The field in the database where meta field is saved. * * @var string */ protected $target_db_field = 'metadesc'; /** * The columns shown on the table. * * @return array */ public function get_columns() { $columns = [ 'col_existing_yoast_seo_metadesc' => __( 'Existing Yoast Meta Description', 'wordpress-seo' ), 'col_new_yoast_seo_metadesc' => __( 'New Yoast Meta Description', 'wordpress-seo' ), ]; return $this->merge_columns( $columns ); } /** * Parse the metadescription. * * @param string $column_name Column name. * @param object $record Data object. * @param string $attributes HTML attributes. * * @return string */ protected function parse_page_specific_column( $column_name, $record, $attributes ) { switch ( $column_name ) { case 'col_new_yoast_seo_metadesc': return sprintf( '<textarea id="%1$s" name="%1$s" class="wpseo-new-metadesc" data-id="%2$s" aria-labelledby="col_new_yoast_seo_metadesc"></textarea>', esc_attr( 'wpseo-new-metadesc-' . $record->ID ), esc_attr( $record->ID ) ); case 'col_existing_yoast_seo_metadesc': // @todo Inconsistent return/echo behavior R. // I traced the escaping of the attributes to WPSEO_Bulk_List_Table::column_attributes. Alexander. // The output of WPSEO_Bulk_List_Table::parse_meta_data_field is properly escaped. // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo $this->parse_meta_data_field( $record->ID, $attributes ); break; } } }
[-] class-yoast-form.php
[edit]
[-] class-expose-shortlinks.php
[edit]
[+]
ajax
[-] class-admin.php
[edit]
[-] class-collector.php
[edit]
[-] class-yoast-notification-center.php
[edit]
[+]
tracking
[+]
watchers
[-] class-suggested-plugins.php
[edit]
[-] class-plugin-conflict.php
[edit]
[-] class-admin-asset-location.php
[edit]
[-] class-export.php
[edit]
[-] class-admin-recommended-replace-vars.php
[edit]
[-] ajax.php
[edit]
[+]
services
[-] class-bulk-editor-list-table.php
[edit]
[-] class-yoast-notification.php
[edit]
[+]
notifiers
[-] interface-installable.php
[edit]
[-] class-admin-gutenberg-compatibility-notification.php
[edit]
[-] class-remote-request.php
[edit]
[-] class-paper-presenter.php
[edit]
[-] class-meta-columns.php
[edit]
[-] index.php
[edit]
[+]
metabox
[-] class-yoast-plugin-conflict.php
[edit]
[+]
pages
[-] class-admin-asset-dev-server-location.php
[edit]
[+]
taxonomy
[-] class-asset.php
[edit]
[-] class-my-yoast-proxy.php
[edit]
[-] class-admin-init.php
[edit]
[+]
google_search_console
[-] class-bulk-title-editor-list-table.php
[edit]
[-] class-gutenberg-compatibility.php
[edit]
[-] class-premium-popup.php
[edit]
[+]
listeners
[-] class-yoast-network-settings-api.php
[edit]
[+]
roles
[-] class-admin-asset-analysis-worker-location.php
[edit]
[+]
formatter
[-] class-option-tabs.php
[edit]
[-] class-wincher-dashboard-widget.php
[edit]
[-] class-yoast-notifications.php
[edit]
[-] class-option-tab.php
[edit]
[-] class-schema-person-upgrade-notification.php
[edit]
[+]
capabilities
[-] class-product-upsell-notice.php
[edit]
[-] class-yoast-dashboard-widget.php
[edit]
[-] class-admin-asset-manager.php
[edit]
[-] class-config.php
[edit]
[-] admin-settings-changed-listener.php
[edit]
[-] class-premium-upsell-admin-block.php
[edit]
[-] class-admin-help-panel.php
[edit]
[-] class-option-tabs-formatter.php
[edit]
[-] class-admin-utils.php
[edit]
[-] class-yoast-input-validation.php
[edit]
[+]
menu
[+]
import
[+]
filters
[-] class-plugin-availability.php
[edit]
[+]
endpoints
[-] class-bulk-description-editor-list-table.php
[edit]
[-] interface-collection.php
[edit]
[+]
..
[-] class-yoast-columns.php
[edit]
[-] class-yoast-network-admin.php
[edit]
[-] class-admin-asset-seo-location.php
[edit]
[-] class-admin-user-profile.php
[edit]
[-] class-database-proxy.php
[edit]
[+]
exceptions
[-] class-primary-term-admin.php
[edit]
[-] class-admin-editor-specific-replace-vars.php
[edit]
[+]
views
[+]
statistics