X WǥU Y 0Y vY PY `Y pY Y Y Y Y Y Y РY Y Y Y Y Y 0Y @Y PY `Y pY Y Y Y Y Y СY pY Y Y Y Y 0Y @Y PY `Y pY Y Y Y Y `QY Y ~Y Y Y Y Y Y Y ]Y $ 1 o ; 0 C c K o 4 4 D X o x! x! T g o ! ! v `" `" H B % % 0 0 0 0 2 2 `3 `3 5 5 [ t t ! $ $ ث ث ( ( 0 0 @ @ X X X X ` ` ` ` H H 4 | . */ public function add_page( $pages ) { \array_splice( $pages, 0, 0, [ [ self::PAGE, '', \__( 'General', 'wordpress-seo' ), 'wpseo_manage_options', self::PAGE, [ $this, 'display_page' ], ], ] ); return $pages; } /** * Displays the page. * * @return void */ public function display_page() { echo '
'; } /** * Enqueues the assets. * * @return void */ public function enqueue_assets() { // Remove the emoji script as it is incompatible with both React and any contenteditable fields. \remove_action( 'admin_print_scripts', 'print_emoji_detection_script' ); \wp_enqueue_media(); $this->asset_manager->enqueue_script( 'general-page' ); $this->asset_manager->enqueue_style( 'general-page' ); if ( $this->promotion_manager->is( 'black-friday-2024-promotion' ) ) { $this->asset_manager->enqueue_style( 'black-friday-banner' ); } $this->asset_manager->localize_script( 'general-page', 'wpseoScriptData', $this->get_script_data() ); } /** * Creates the script data. * * @return array