Complex expressions

Here is the list of the most complex expressions used in the code. A complex expression is an expression that requires more than 20 tokens to be build.

Literal arrays are omitted.

File Count Expression
/src/wp-includes/class-wp-customize-nav-menus.php:2581get_terms(array('taxonomy' => $object_name, 'child_of' => 0, 'exclude' => '', 'hide_empty' => false, 'hierarchical' => 1, 'include' => '', 'number' => 10, 'offset' => 10 * $page, 'order' => 'DESC', 'orderby' => 'count', 'pad_counts' => false, ))
/src/wp-includes/post.php:231register_post_type('post', array('labels' => array('name_admin_bar' => _x('Post', 'add new from admin bar'), ), 'public' => true, '_builtin' => true, '_edit_link' => 'post.php?post=%d', 'capability_type' => 'post', 'map_meta_cap' => true, 'menu_position' => 5, 'menu_icon' => 'dashicons-admin-post', 'hierarchical' => false, 'rewrite' => false, 'query_var' => false, 'delete_with_user' => true, 'supports' => array('title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', 'custom-fields', 'comments', 'revisions', 'post-formats'), 'show_in_rest' => true, 'rest_base' => 'posts', 'rest_controller_class' => 'WP_REST_Posts_Controller', ))
/src/wp-includes/class-wp-oembed-controller.php:351register_rest_route('oembed/1.0', '/embed', array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => '__return_true', 'args' => array('url' => array('description' => __('The URL of the resource for which to fetch oEmbed data.'), 'required' => true, 'type' => 'string', 'format' => 'uri', ), 'format' => array('default' => 'json', 'sanitize_callback' => 'wp_oembed_ensure_format', ), 'maxwidth' => array('default' => $maxwidth, 'sanitize_callback' => 'absint', ), ), ), ))
/src/wp-includes/class-wp-oembed-controller.php:631register_rest_route('oembed/1.0', '/proxy', array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_proxy_item'), 'permission_callback' => array($this, 'get_proxy_item_permissions_check'), 'args' => array('url' => array('description' => __('The URL of the resource for which to fetch oEmbed data.'), 'required' => true, 'type' => 'string', 'format' => 'uri', ), 'format' => array('description' => __('The oEmbed format to use.'), 'type' => 'string', 'default' => 'json', 'enum' => array('json', 'xml', ), ), 'maxwidth' => array('description' => __('The maximum width of the embed frame in pixels.'), 'type' => 'integer', 'default' => $maxwidth, 'sanitize_callback' => 'absint', ), 'maxheight' => array('description' => __('The maximum height of the embed frame in pixels.'), 'type' => 'integer', 'sanitize_callback' => 'absint', ), 'discover' => array('description' => __('Whether to perform an oEmbed discovery request for unsanctioned providers.'), 'type' => 'boolean', 'default' => true, ), ), ), ))
/src/wp-includes/taxonomy.php:2261register_taxonomy('wp_pattern_category', array('wp_block'), array('public' => false, 'publicly_queryable' => false, 'hierarchical' => false, 'labels' => array('name' => _x('Pattern Categories', 'taxonomy general name'), 'singular_name' => _x('Pattern Category', 'taxonomy singular name'), 'add_new_item' => __('Add New Category'), 'add_or_remove_items' => __('Add or remove pattern categories'), 'back_to_items' => __('← Go to Pattern Categories'), 'choose_from_most_used' => __('Choose from the most used pattern categories'), 'edit_item' => __('Edit Pattern Category'), 'item_link' => __('Pattern Category Link'), 'item_link_description' => __('A link to a pattern category.'), 'items_list' => __('Pattern Categories list'), 'items_list_navigation' => __('Pattern Categories list navigation'), 'new_item_name' => __('New Pattern Category Name'), 'no_terms' => __('No pattern categories'), 'not_found' => __('No pattern categories found.'), 'popular_items' => __('Popular Pattern Categories'), 'search_items' => __('Search Pattern Categories'), 'separate_items_with_commas' => __('Separate pattern categories with commas'), 'update_item' => __('Update Pattern Category'), 'view_item' => __('View Pattern Category'), ), 'query_var' => false, 'rewrite' => false, 'show_ui' => true, '_builtin' => true, 'show_in_nav_menus' => false, 'show_in_rest' => true, 'show_admin_column' => true, 'show_tagcloud' => false, ))
/src/wp-includes/class-wp-editor.php:851wp_parse_args($settings, array('wpautop' => !has_blocks( ), 'media_buttons' => true, 'default_editor' => '', 'drag_drop_upload' => false, 'textarea_name' => $editor_id, 'textarea_rows' => 20, 'tabindex' => '', 'tabfocus_elements' => ':prev,:next', 'editor_css' => '', 'editor_class' => '', 'teeny' => false, '_content_editor_dfw' => false, 'tinymce' => true, 'quicktags' => true, ))
/src/wp-includes/taxonomy.php:1881register_taxonomy('wp_theme', array('wp_template', 'wp_template_part', 'wp_global_styles'), array('public' => false, 'hierarchical' => false, 'labels' => array('name' => __('Themes'), 'singular_name' => __('Theme'), ), 'query_var' => false, 'rewrite' => false, 'show_ui' => false, '_builtin' => true, 'show_in_nav_menus' => false, 'show_in_rest' => false, ))
/src/wp-includes/taxonomy.php:2071register_taxonomy('wp_template_part_area', array('wp_template_part'), array('public' => false, 'hierarchical' => false, 'labels' => array('name' => __('Template Part Areas'), 'singular_name' => __('Template Part Area'), ), 'query_var' => false, 'rewrite' => false, 'show_ui' => false, '_builtin' => true, 'show_in_nav_menus' => false, 'show_in_rest' => false, ))
/src/wp-includes/script-loader.php:10661wp_json_encode(array('language' => strtolower(strtok(determine_locale( ), '_-')), 'strings' => array('mejs.download-file' => __('Download File'), 'mejs.install-flash' => __('You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https://get.adobe.com/flashplayer/'), 'mejs.fullscreen' => __('Fullscreen'), 'mejs.play' => __('Play'), 'mejs.pause' => __('Pause'), 'mejs.time-slider' => __('Time Slider'), 'mejs.time-help-text' => __('Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.'), 'mejs.live-broadcast' => __('Live Broadcast'), 'mejs.volume-help-text' => __('Use Up/Down Arrow keys to increase or decrease volume.'), 'mejs.unmute' => __('Unmute'), 'mejs.mute' => __('Mute'), 'mejs.volume-slider' => __('Volume Slider'), 'mejs.video-player' => __('Video Player'), 'mejs.audio-player' => __('Audio Player'), 'mejs.captions-subtitles' => __('Captions/Subtitles'), 'mejs.captions-chapters' => __('Chapters'), 'mejs.none' => __('None'), 'mejs.afrikaans' => __('Afrikaans'), 'mejs.albanian' => __('Albanian'), 'mejs.arabic' => __('Arabic'), 'mejs.belarusian' => __('Belarusian'), 'mejs.bulgarian' => __('Bulgarian'), 'mejs.catalan' => __('Catalan'), 'mejs.chinese' => __('Chinese'), 'mejs.chinese-simplified' => __('Chinese (Simplified)'), 'mejs.chinese-traditional' => __('Chinese (Traditional)'), 'mejs.croatian' => __('Croatian'), 'mejs.czech' => __('Czech'), 'mejs.danish' => __('Danish'), 'mejs.dutch' => __('Dutch'), 'mejs.english' => __('English'), 'mejs.estonian' => __('Estonian'), 'mejs.filipino' => __('Filipino'), 'mejs.finnish' => __('Finnish'), 'mejs.french' => __('French'), 'mejs.galician' => __('Galician'), 'mejs.german' => __('German'), 'mejs.greek' => __('Greek'), 'mejs.haitian-creole' => __('Haitian Creole'), 'mejs.hebrew' => __('Hebrew'), 'mejs.hindi' => __('Hindi'), 'mejs.hungarian' => __('Hungarian'), 'mejs.icelandic' => __('Icelandic'), 'mejs.indonesian' => __('Indonesian'), 'mejs.irish' => __('Irish'), 'mejs.italian' => __('Italian'), 'mejs.japanese' => __('Japanese'), 'mejs.korean' => __('Korean'), 'mejs.latvian' => __('Latvian'), 'mejs.lithuanian' => __('Lithuanian'), 'mejs.macedonian' => __('Macedonian'), 'mejs.malay' => __('Malay'), 'mejs.maltese' => __('Maltese'), 'mejs.norwegian' => __('Norwegian'), 'mejs.persian' => __('Persian'), 'mejs.polish' => __('Polish'), 'mejs.portuguese' => __('Portuguese'), 'mejs.romanian' => __('Romanian'), 'mejs.russian' => __('Russian'), 'mejs.serbian' => __('Serbian'), 'mejs.slovak' => __('Slovak'), 'mejs.slovenian' => __('Slovenian'), 'mejs.spanish' => __('Spanish'), 'mejs.swahili' => __('Swahili'), 'mejs.swedish' => __('Swedish'), 'mejs.tagalog' => __('Tagalog'), 'mejs.thai' => __('Thai'), 'mejs.turkish' => __('Turkish'), 'mejs.ukrainian' => __('Ukrainian'), 'mejs.vietnamese' => __('Vietnamese'), 'mejs.welsh' => __('Welsh'), 'mejs.yiddish' => __('Yiddish'), ), ))
/src/wp-includes/script-loader.php:19621wp_json_encode(array('closeText' => __('Close'), 'currentText' => __('Today'), 'monthNames' => array_values($wp_locale->month), 'monthNamesShort' => array_values($wp_locale->month_abbrev), 'nextText' => __('Next'), 'prevText' => __('Previous'), 'dayNames' => array_values($wp_locale->weekday), 'dayNamesShort' => array_values($wp_locale->weekday_abbrev), 'dayNamesMin' => array_values($wp_locale->weekday_initial), 'dateFormat' => $datepicker_date_format, 'firstDay' => absint(get_option('start_of_week')), 'isRTL' => $wp_locale->is_rtl( ), ))
/src/wp-includes/deprecated.php:51112wp_tinycolor_rgb_to_rgb(array('r' => base_convert($match[1] . $match[1], 16, 10), 'g' => base_convert($match[2] . $match[2], 16, 10), 'b' => base_convert($match[3] . $match[3], 16, 10), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php:661register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<id>[\d]+)', array('args' => array('font_family_id' => array('description' => __('The ID for the parent font family of the font face.'), 'type' => 'integer', 'required' => true, ), 'id' => array('description' => __('Unique identifier for the font face.'), 'type' => 'integer', 'required' => true, ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), array('methods' => WP_REST_Server::DELETABLE, 'callback' => array($this, 'delete_item'), 'permission_callback' => array($this, 'delete_item_permissions_check'), 'args' => array('force' => array('type' => 'boolean', 'default' => false, 'description' => __('Whether to bypass Trash and force deletion.', 'default'), ), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php:511register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<location>[\w-]+)', array('args' => array('location' => array('description' => __('An alphanumeric identifier for the menu location.'), 'type' => 'string', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/post.php:471register_post_type('page', array('labels' => array('name_admin_bar' => _x('Page', 'add new from admin bar'), ), 'public' => true, 'publicly_queryable' => false, '_builtin' => true, '_edit_link' => 'post.php?post=%d', 'capability_type' => 'page', 'map_meta_cap' => true, 'menu_position' => 20, 'menu_icon' => 'dashicons-admin-page', 'hierarchical' => true, 'rewrite' => false, 'query_var' => false, 'delete_with_user' => true, 'supports' => array('title', 'editor', 'author', 'thumbnail', 'page-attributes', 'custom-fields', 'comments', 'revisions'), 'show_in_rest' => true, 'rest_base' => 'pages', 'rest_controller_class' => 'WP_REST_Posts_Controller', ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php:391register_rest_route($this->namespace, '/' . $this->rest_base, array('args' => array('font_family_id' => array('description' => __('The ID for the parent font family of the font face.'), 'type' => 'integer', 'required' => true, ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_items'), 'permission_callback' => array($this, 'get_items_permissions_check'), 'args' => $this->get_collection_params( ), ), array('methods' => WP_REST_Server::CREATABLE, 'callback' => array($this, 'create_item'), 'permission_callback' => array($this, 'create_item_permissions_check'), 'args' => $this->get_create_params( ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-content/themes/twentysixteen/template-parts/content-page.php:224wp_link_pages(array('before' => '<div class="page-links"><span class="page-links-title">' . __('Pages:', 'twentysixteen') . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __('Page', 'twentysixteen') . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>', ))
/src/wp-includes/customize/class-wp-customize-nav-menu-setting.php:2642array_merge(array('term_id' => $this->term_id, 'term_taxonomy_id' => $this->term_id, 'slug' => sanitize_title($setting_value['name']), 'count' => 0, 'term_group' => 0, 'taxonomy' => self::TAXONOMY, 'filter' => 'raw', ), $setting_value)
/src/wp-includes/post.php:1991register_post_type('customize_changeset', array('labels' => array('name' => _x('Changesets', 'post type general name'), 'singular_name' => _x('Changeset', 'post type singular name'), 'add_new' => __('Add New Changeset'), 'add_new_item' => __('Add New Changeset'), 'new_item' => __('New Changeset'), 'edit_item' => __('Edit Changeset'), 'view_item' => __('View Changeset'), 'all_items' => __('All Changesets'), 'search_items' => __('Search Changesets'), 'not_found' => __('No changesets found.'), 'not_found_in_trash' => __('No changesets found in Trash.'), ), 'public' => false, '_builtin' => true, 'map_meta_cap' => true, 'hierarchical' => false, 'rewrite' => false, 'query_var' => false, 'can_export' => false, 'delete_with_user' => false, 'supports' => array('title', 'author'), 'capability_type' => 'customize_changeset', 'capabilities' => array('create_posts' => 'customize', 'delete_others_posts' => 'customize', 'delete_post' => 'customize', 'delete_posts' => 'customize', 'delete_private_posts' => 'customize', 'delete_published_posts' => 'customize', 'edit_others_posts' => 'customize', 'edit_post' => 'customize', 'edit_posts' => 'customize', 'edit_private_posts' => 'customize', 'edit_published_posts' => 'do_not_allow', 'publish_posts' => 'customize', 'read' => 'read', 'read_post' => 'customize', 'read_private_posts' => 'customize', ), ))
/src/wp-includes/customize/class-wp-customize-header-image-control.php:751wp_localize_script('customize-views', '_wpCustomizeHeader', array('data' => array('width' => absint(get_theme_support('custom-header', 'width')), 'height' => absint(get_theme_support('custom-header', 'height')), 'flex-width' => absint(get_theme_support('custom-header', 'flex-width')), 'flex-height' => absint(get_theme_support('custom-header', 'flex-height')), 'currentImgSrc' => $this->get_current_image_src( ), ), 'nonces' => array('add' => wp_create_nonce('header-add'), 'remove' => wp_create_nonce('header-remove'), ), 'uploads' => $this->uploaded_headers, 'defaults' => $this->default_headers, ))
/src/wp-includes/post.php:1671register_post_type('custom_css', array('labels' => array('name' => __('Custom CSS'), 'singular_name' => __('Custom CSS'), ), 'public' => false, 'hierarchical' => false, 'rewrite' => false, 'query_var' => false, 'delete_with_user' => false, 'can_export' => true, '_builtin' => true, 'supports' => array('title', 'revisions'), 'capabilities' => array('delete_posts' => 'edit_theme_options', 'delete_post' => 'edit_theme_options', 'delete_published_posts' => 'edit_theme_options', 'delete_private_posts' => 'edit_theme_options', 'delete_others_posts' => 'edit_theme_options', 'edit_post' => 'edit_css', 'edit_posts' => 'edit_css', 'edit_others_posts' => 'edit_css', 'edit_published_posts' => 'edit_css', 'read_post' => 'read', 'read_private_posts' => 'read', 'publish_posts' => 'edit_theme_options', ), ))
/src/wp-content/themes/twentyseventeen/index.php:513the_posts_pagination(array('prev_text' => twentyseventeen_get_svg(array('icon' => 'arrow-left')) . '<span class="screen-reader-text">' . __('Previous page', 'twentyseventeen') . '</span>', 'next_text' => '<span class="screen-reader-text">' . __('Next page', 'twentyseventeen') . '</span>' . twentyseventeen_get_svg(array('icon' => 'arrow-right')), 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __('Page', 'twentyseventeen') . ' </span>', ))
/src/wp-includes/post.php:2631register_post_type('user_request', array('labels' => array('name' => __('User Requests'), 'singular_name' => __('User Request'), ), 'public' => false, '_builtin' => true, 'hierarchical' => false, 'rewrite' => false, 'query_var' => false, 'can_export' => false, 'delete_with_user' => false, 'supports' => array( ), ))
/src/wp-includes/customize/class-wp-customize-nav-menu-setting.php:3632array_merge(array('term_id' => $this->term_id, 'term_taxonomy_id' => $this->term_id, 'slug' => sanitize_title($setting_value['name']), 'count' => 0, 'term_group' => 0, 'taxonomy' => self::TAXONOMY, 'filter' => 'raw', ), $setting_value)
/src/wp-includes/post.php:2451register_post_type('oembed_cache', array('labels' => array('name' => __('oEmbed Responses'), 'singular_name' => __('oEmbed Response'), ), 'public' => false, 'hierarchical' => false, 'rewrite' => false, 'query_var' => false, 'delete_with_user' => false, 'can_export' => false, '_builtin' => true, 'supports' => array( ), ))
/src/wp-content/themes/twentyseventeen/comments.php:691the_comments_pagination(array('prev_text' => twentyseventeen_get_svg(array('icon' => 'arrow-left')) . '<span class="screen-reader-text">' . __('Previous', 'twentyseventeen') . '</span>', 'next_text' => '<span class="screen-reader-text">' . __('Next', 'twentyseventeen') . '</span>' . twentyseventeen_get_svg(array('icon' => 'arrow-right')), ))
/src/wp-includes/post.php:721register_post_type('attachment', array('labels' => array('name' => _x('Media', 'post type general name'), 'name_admin_bar' => _x('Media', 'add new from admin bar'), 'add_new' => __('Add New Media File'), 'edit_item' => __('Edit Media'), 'view_item' => ('1' === get_option('wp_attachment_pages_enabled')) ? __('View Attachment Page') : __('View Media File'), 'attributes' => __('Attachment Attributes'), ), 'public' => true, 'show_ui' => true, '_builtin' => true, '_edit_link' => 'post.php?post=%d', 'capability_type' => 'post', 'capabilities' => array('create_posts' => 'upload_files', ), 'map_meta_cap' => true, 'menu_icon' => 'dashicons-admin-media', 'hierarchical' => false, 'rewrite' => false, 'query_var' => false, 'show_in_nav_menus' => false, 'delete_with_user' => true, 'supports' => array('title', 'author', 'comments'), 'show_in_rest' => true, 'rest_base' => 'media', 'rest_controller_class' => 'WP_REST_Attachments_Controller', ))
/src/wp-content/themes/twentyseventeen/archive.php:473the_posts_pagination(array('prev_text' => twentyseventeen_get_svg(array('icon' => 'arrow-left')) . '<span class="screen-reader-text">' . __('Previous page', 'twentyseventeen') . '</span>', 'next_text' => '<span class="screen-reader-text">' . __('Next page', 'twentyseventeen') . '</span>' . twentyseventeen_get_svg(array('icon' => 'arrow-right')), 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __('Page', 'twentyseventeen') . ' </span>', ))
/src/wp-content/themes/twentyseventeen/single.php:311the_post_navigation(array('prev_text' => '<span class="screen-reader-text">' . __('Previous Post', 'twentyseventeen') . '</span><span aria-hidden="true" class="nav-subtitle">' . __('Previous', 'twentyseventeen') . '</span> <span class="nav-title"><span class="nav-title-icon-wrapper">' . twentyseventeen_get_svg(array('icon' => 'arrow-left')) . '</span>%title</span>', 'next_text' => '<span class="screen-reader-text">' . __('Next Post', 'twentyseventeen') . '</span><span aria-hidden="true" class="nav-subtitle">' . __('Next', 'twentyseventeen') . '</span> <span class="nav-title">%title<span class="nav-title-icon-wrapper">' . twentyseventeen_get_svg(array('icon' => 'arrow-right')) . '</span></span>', ))
/src/wp-includes/post.php:1281register_post_type('nav_menu_item', array('labels' => array('name' => __('Navigation Menu Items'), 'singular_name' => __('Navigation Menu Item'), ), 'public' => false, '_builtin' => true, 'hierarchical' => false, 'rewrite' => false, 'delete_with_user' => false, 'query_var' => false, 'map_meta_cap' => true, 'capability_type' => array('edit_theme_options', 'edit_theme_options'), 'capabilities' => array('edit_post' => 'edit_post', 'read_post' => 'read_post', 'delete_post' => 'delete_post', 'edit_posts' => 'edit_theme_options', 'edit_others_posts' => 'edit_theme_options', 'delete_posts' => 'edit_theme_options', 'publish_posts' => 'edit_theme_options', 'read_private_posts' => 'edit_theme_options', 'read' => 'read', 'delete_private_posts' => 'edit_theme_options', 'delete_published_posts' => 'edit_theme_options', 'delete_others_posts' => 'edit_theme_options', 'edit_private_posts' => 'edit_theme_options', 'edit_published_posts' => 'edit_theme_options', ), 'show_in_rest' => true, 'rest_base' => 'menu-items', 'rest_controller_class' => 'WP_REST_Menu_Items_Controller', ))
/src/wp-content/themes/twentyseventeen/search.php:483the_posts_pagination(array('prev_text' => twentyseventeen_get_svg(array('icon' => 'arrow-left')) . '<span class="screen-reader-text">' . __('Previous page', 'twentyseventeen') . '</span>', 'next_text' => '<span class="screen-reader-text">' . __('Next page', 'twentyseventeen') . '</span>' . twentyseventeen_get_svg(array('icon' => 'arrow-right')), 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __('Page', 'twentyseventeen') . ' </span>', ))
/src/wp-includes/post.php:1071register_post_type('revision', array('labels' => array('name' => __('Revisions'), 'singular_name' => __('Revision'), ), 'public' => false, '_builtin' => true, '_edit_link' => 'revision.php?revision=%d', 'capability_type' => 'post', 'map_meta_cap' => true, 'hierarchical' => false, 'rewrite' => false, 'query_var' => false, 'can_export' => false, 'delete_with_user' => true, 'supports' => array('author'), ))
/src/wp-content/themes/twentyseventeen/inc/block-patterns.php:871register_block_pattern('twentyseventeen/images-with-link', array('title' => __('Images with Link', 'twentyseventeen'), 'categories' => array('twentyseventeen'), 'content' => '<!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:columns {"verticalAlignment":"top"} --> <div class="wp-block-columns are-vertically-aligned-top"><!-- wp:column --> <div class="wp-block-column"><!-- wp:group --> <div class="wp-block-group"><div class="wp-block-group__inner-container"> <!-- wp:image {"align":"center","sizeSlug":"large","className":"is-style-default"} --> <div class="wp-block-image is-style-default"><figure class="aligncenter size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/stripes.jpg" alt="' . __('Black Stripes', 'twentyseventeen') . '"/></figure></div> <!-- /wp:image --> <!-- wp:heading {"align":"left","textColor":"black","style":{"typography":{"fontSize":30}}} --> <h2 class="has-text-align-left has-black-color has-text-color" style="font-size:30px">' . __('Branding', 'twentyseventeen') . '</h2> <!-- /wp:heading --> <!-- wp:paragraph {"align":"left"} --> <p class="has-text-align-left"><a href="#">' . __('See Case Study', 'twentyseventeen') . ' →</a></p> <!-- /wp:paragraph --></div></div> <!-- /wp:group --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:group --> <div class="wp-block-group"><div class="wp-block-group__inner-container"> <!-- wp:image {"align":"center","sizeSlug":"large","className":"is-style-default"} --> <div class="wp-block-image is-style-default"><figure class="aligncenter size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/white-border.jpg" alt="' . __('White border', 'twentyseventeen') . '"/></figure></div> <!-- /wp:image --> <!-- wp:heading {"align":"left","textColor":"black","style":{"typography":{"fontSize":30}}} --> <h2 class="has-text-align-left has-black-color has-text-color" style="font-size:30px">' . __('Design', 'twentyseventeen') . '</h2> <!-- /wp:heading --> <!-- wp:paragraph {"align":"left"} --> <p class="has-text-align-left"><a href="#">' . __('See Case Study', 'twentyseventeen') . ' →</a></p> <!-- /wp:paragraph --></div></div> <!-- /wp:group --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:group --> <div class="wp-block-group"><div class="wp-block-group__inner-container"> <!-- wp:image {"align":"center","sizeSlug":"large","className":"is-style-default"} --> <div class="wp-block-image is-style-default"><figure class="aligncenter size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/direct-light.jpg" alt="' . __('Direct Light', 'twentyseventeen') . '"/></figure></div> <!-- /wp:image --> <!-- wp:heading {"align":"left","textColor":"black","style":{"typography":{"fontSize":30}}} --> <h2 class="has-text-align-left has-black-color has-text-color" style="font-size:30px">' . __('Strategy', 'twentyseventeen') . '</h2> <!-- /wp:heading --> <!-- wp:paragraph {"align":"left"} --> <p class="has-text-align-left"><a href="#">' . __('See Case Study', 'twentyseventeen') . ' →</a></p> <!-- /wp:paragraph --></div></div> <!-- /wp:group --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer -->', ))
/src/wp-includes/post.php:5701register_post_type('wp_font_family', array('labels' => array('name' => __('Font Families'), 'singular_name' => __('Font Family'), ), 'public' => false, '_builtin' => true, 'hierarchical' => false, 'capabilities' => array('read' => 'edit_theme_options', 'read_private_posts' => 'edit_theme_options', 'create_posts' => 'edit_theme_options', 'publish_posts' => 'edit_theme_options', 'edit_posts' => 'edit_theme_options', 'edit_others_posts' => 'edit_theme_options', 'edit_published_posts' => 'edit_theme_options', 'delete_posts' => 'edit_theme_options', 'delete_others_posts' => 'edit_theme_options', 'delete_published_posts' => 'edit_theme_options', ), 'map_meta_cap' => true, 'query_var' => false, 'rewrite' => false, 'show_in_rest' => true, 'rest_base' => 'font-families', 'rest_controller_class' => 'WP_REST_Font_Families_Controller', 'autosave_rest_controller_class' => 'stdClass', ))
/src/wp-content/themes/twentyseventeen/inc/block-patterns.php:421register_block_pattern('twentyseventeen/images-with-text-and-link', array('title' => __('Images with Text and Link', 'twentyseventeen'), 'categories' => array('twentyseventeen'), 'content' => '<!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column --> <div class="wp-block-column"> <!-- wp:image {"className":"size-large"} --> <figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/stripes.jpg" alt="' . __('Black Stripes', 'twentyseventeen') . '"/></figure> <!-- /wp:image --> <!-- wp:heading {"textColor":"black","style":{"typography":{"fontSize":45}}} --> <h2 class="has-black-color has-text-color" style="font-size:45px">' . __('Branding', 'twentyseventeen') . '</h2> <!-- /wp:heading --> <!-- wp:paragraph {"textColor":"black","style":{"typography":{"lineHeight":"1.8"}}} --> <p class="has-black-color has-text-color" style="line-height:1.8">' . __('Communicate your purpose and goals with a beautiful logo that encapsulates your business.', 'twentyseventeen') . '</p> <!-- /wp:paragraph --> <!-- wp:paragraph {"style":{"typography":{"lineHeight":"3"}}} --> <p style="line-height:3"><a href="#"><strong>' . __('See Case Study', 'twentyseventeen') . ' →</strong></a></p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:spacer {"height":254} --> <div style="height:254px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:image {"className":"size-large"} --> <figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/white-border.jpg" alt="' . __('White border', 'twentyseventeen') . '"/></figure> <!-- /wp:image --> <!-- wp:heading {"textColor":"black","style":{"typography":{"fontSize":45}}} --> <h2 class="has-black-color has-text-color" style="font-size:45px">' . __('Web Design', 'twentyseventeen') . '</h2> <!-- /wp:heading --> <!-- wp:paragraph {"textColor":"black","style":{"typography":{"lineHeight":"1.8"}}} --> <p class="has-black-color has-text-color" style="line-height:1.8">' . __('Need a website? We&#39;ve got you covered. Our design team will create a stunning design to transform your brand.', 'twentyseventeen') . '</p> <!-- /wp:paragraph --> <!-- wp:paragraph {"style":{"typography":{"lineHeight":"3.0"}}} --> <p style="line-height:3.0"><a href="#"><strong>' . __('See Case Study', 'twentyseventeen') . ' →</strong></a></p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns -->', ))
/src/wp-includes/post.php:5131register_post_type('wp_navigation', array('labels' => array('name' => _x('Navigation Menus', 'post type general name'), 'singular_name' => _x('Navigation Menu', 'post type singular name'), 'add_new' => __('Add New Navigation Menu'), 'add_new_item' => __('Add New Navigation Menu'), 'new_item' => __('New Navigation Menu'), 'edit_item' => __('Edit Navigation Menu'), 'view_item' => __('View Navigation Menu'), 'all_items' => __('Navigation Menus'), 'search_items' => __('Search Navigation Menus'), 'parent_item_colon' => __('Parent Navigation Menu:'), 'not_found' => __('No Navigation Menu found.'), 'not_found_in_trash' => __('No Navigation Menu found in Trash.'), 'archives' => __('Navigation Menu archives'), 'insert_into_item' => __('Insert into Navigation Menu'), 'uploaded_to_this_item' => __('Uploaded to this Navigation Menu'), 'filter_items_list' => __('Filter Navigation Menu list'), 'items_list_navigation' => __('Navigation Menus list navigation'), 'items_list' => __('Navigation Menus list'), ), 'description' => __('Navigation menus that can be inserted into your site.'), 'public' => false, '_builtin' => true, '_edit_link' => $navigation_post_edit_link, 'has_archive' => false, 'show_ui' => true, 'show_in_menu' => false, 'show_in_admin_bar' => false, 'show_in_rest' => true, 'rewrite' => false, 'map_meta_cap' => true, 'capabilities' => array('edit_others_posts' => 'edit_theme_options', 'delete_posts' => 'edit_theme_options', 'publish_posts' => 'edit_theme_options', 'create_posts' => 'edit_theme_options', 'read_private_posts' => 'edit_theme_options', 'delete_private_posts' => 'edit_theme_options', 'delete_published_posts' => 'edit_theme_options', 'delete_others_posts' => 'edit_theme_options', 'edit_private_posts' => 'edit_theme_options', 'edit_published_posts' => 'edit_theme_options', 'edit_posts' => 'edit_theme_options', ), 'rest_base' => 'navigation', 'rest_controller_class' => 'WP_REST_Posts_Controller', 'supports' => array('title', 'editor', 'revisions', ), ))
/src/wp-content/themes/twentysixteen/functions.php:1641add_theme_support('editor-color-palette', array(array('name' => __('Dark Gray', 'twentysixteen'), 'slug' => 'dark-gray', 'color' => '#1a1a1a', ), array('name' => __('Medium Gray', 'twentysixteen'), 'slug' => 'medium-gray', 'color' => '#686868', ), array('name' => __('Light Gray', 'twentysixteen'), 'slug' => 'light-gray', 'color' => '#e5e5e5', ), array('name' => __('White', 'twentysixteen'), 'slug' => 'white', 'color' => '#fff', ), array('name' => __('Blue Gray', 'twentysixteen'), 'slug' => 'blue-gray', 'color' => '#4d545c', ), array('name' => __('Bright Blue', 'twentysixteen'), 'slug' => 'bright-blue', 'color' => '#007acc', ), array('name' => __('Light Blue', 'twentysixteen'), 'slug' => 'light-blue', 'color' => '#9adffd', ), array('name' => __('Dark Brown', 'twentysixteen'), 'slug' => 'dark-brown', 'color' => '#402b30', ), array('name' => __('Medium Brown', 'twentysixteen'), 'slug' => 'medium-brown', 'color' => '#774e24', ), array('name' => __('Dark Red', 'twentysixteen'), 'slug' => 'dark-red', 'color' => '#640c1f', ), array('name' => __('Bright Red', 'twentysixteen'), 'slug' => 'bright-red', 'color' => '#ff675f', ), array('name' => __('Yellow', 'twentysixteen'), 'slug' => 'yellow', 'color' => '#ffef8e', ), ))
/src/wp-includes/theme.php:22951implode('', array('<strong>' . _x('Address', 'Theme starter content') . "</strong>\n", _x('123 Main Street', 'Theme starter content') . "\n", _x('New York, NY 10001', 'Theme starter content') . "\n\n", '<strong>' . _x('Hours', 'Theme starter content') . "</strong>\n", _x('Monday&ndash;Friday: 9:00AM&ndash;5:00PM', 'Theme starter content') . "\n", _x('Saturday &amp; Sunday: 11:00AM&ndash;3:00PM', 'Theme starter content'), ))
/src/wp-content/themes/twentyseventeen/inc/block-patterns.php:1451register_block_pattern('twentyseventeen/services', array('title' => __('Services', 'twentyseventeen'), 'categories' => array('twentyseventeen'), 'content' => '<!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:heading {"level":1,"style":{"typography":{"fontSize":50}}} --> <h1 style="font-size:50px">' . __('Our Services', 'twentyseventeen') . '</h1> <!-- /wp:heading --> <!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column --> <div class="wp-block-column"> <!-- wp:paragraph {"style":{"typography":{"fontSize":21, "lineHeight":"2.5"}}} --> <p style="font-size:21px"><a href="#">' . __('Branding', 'twentyseventeen') . ' →</a><br><a href="#">' . __('Web Design', 'twentyseventeen') . ' →</a><br><a href="#">' . __('Web Development', 'twentyseventeen') . ' →</a></p> <!-- /wp:paragraph --> </div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"> <!-- wp:paragraph {"style":{"typography":{"fontSize":21, "lineHeight":"2.5"}}} --> <p style="font-size:21px"><a href="#">' . __('Content Strategy', 'twentyseventeen') . ' →</a><br><a href="#">' . __('Marketing &amp; SEO', 'twentyseventeen') . ' →</a><br><a href="#">' . __('Video Production', 'twentyseventeen') . ' →</a></p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer -->', ))
/src/wp-includes/post.php:6031register_post_type('wp_font_face', array('labels' => array('name' => __('Font Faces'), 'singular_name' => __('Font Face'), ), 'public' => false, '_builtin' => true, 'hierarchical' => false, 'capabilities' => array('read' => 'edit_theme_options', 'read_private_posts' => 'edit_theme_options', 'create_posts' => 'edit_theme_options', 'publish_posts' => 'edit_theme_options', 'edit_posts' => 'edit_theme_options', 'edit_others_posts' => 'edit_theme_options', 'edit_published_posts' => 'edit_theme_options', 'delete_posts' => 'edit_theme_options', 'delete_others_posts' => 'edit_theme_options', 'delete_published_posts' => 'edit_theme_options', ), 'map_meta_cap' => true, 'query_var' => false, 'rewrite' => false, 'show_in_rest' => true, 'rest_base' => 'font-families/(?P<font_family_id>[\d]+)/font-faces', 'rest_controller_class' => 'WP_REST_Font_Faces_Controller', 'autosave_rest_controller_class' => 'stdClass', ))
/src/wp-content/themes/twentysixteen/image.php:564wp_link_pages(array('before' => '<div class="page-links"><span class="page-links-title">' . __('Pages:', 'twentysixteen') . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __('Page', 'twentysixteen') . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>', ))
/src/wp-includes/post.php:3471register_post_type('wp_template', array('labels' => array('name' => _x('Templates', 'post type general name'), 'singular_name' => _x('Template', 'post type singular name'), 'add_new' => __('Add New Template'), 'add_new_item' => __('Add New Template'), 'new_item' => __('New Template'), 'edit_item' => __('Edit Template'), 'view_item' => __('View Template'), 'all_items' => __('Templates'), 'search_items' => __('Search Templates'), 'parent_item_colon' => __('Parent Template:'), 'not_found' => __('No templates found.'), 'not_found_in_trash' => __('No templates found in Trash.'), 'archives' => __('Template archives'), 'insert_into_item' => __('Insert into template'), 'uploaded_to_this_item' => __('Uploaded to this template'), 'filter_items_list' => __('Filter templates list'), 'items_list_navigation' => __('Templates list navigation'), 'items_list' => __('Templates list'), 'item_updated' => __('Template updated.'), ), 'description' => __('Templates to include in your theme.'), 'public' => false, '_builtin' => true, '_edit_link' => $template_edit_link, 'has_archive' => false, 'show_ui' => false, 'show_in_menu' => false, 'show_in_rest' => true, 'rewrite' => false, 'rest_base' => 'templates', 'rest_controller_class' => 'WP_REST_Templates_Controller', 'autosave_rest_controller_class' => 'WP_REST_Template_Autosaves_Controller', 'revisions_rest_controller_class' => 'WP_REST_Template_Revisions_Controller', 'late_route_registration' => true, 'capability_type' => array('template', 'templates'), 'capabilities' => array('create_posts' => 'edit_theme_options', 'delete_posts' => 'edit_theme_options', 'delete_others_posts' => 'edit_theme_options', 'delete_private_posts' => 'edit_theme_options', 'delete_published_posts' => 'edit_theme_options', 'edit_posts' => 'edit_theme_options', 'edit_others_posts' => 'edit_theme_options', 'edit_private_posts' => 'edit_theme_options', 'edit_published_posts' => 'edit_theme_options', 'publish_posts' => 'edit_theme_options', 'read' => 'edit_theme_options', 'read_private_posts' => 'edit_theme_options', ), 'map_meta_cap' => true, 'supports' => array('title', 'slug', 'excerpt', 'editor', 'revisions', 'author', ), ))
/src/wp-content/themes/twentysixteen/single.php:361the_post_navigation(array('next_text' => '<span class="meta-nav" aria-hidden="true">' . __('Next', 'twentysixteen') . '</span> ' . '<span class="screen-reader-text">' . __('Next post:', 'twentysixteen') . '</span> ' . '<span class="post-title">%title</span>', 'prev_text' => '<span class="meta-nav" aria-hidden="true">' . __('Previous', 'twentysixteen') . '</span> ' . '<span class="screen-reader-text">' . __('Previous post:', 'twentysixteen') . '</span> ' . '<span class="post-title">%title</span>', ))
/src/wp-includes/post.php:2811register_post_type('wp_block', array('labels' => array('name' => _x('Patterns', 'post type general name'), 'singular_name' => _x('Pattern', 'post type singular name'), 'add_new' => __('Add New Pattern'), 'add_new_item' => __('Add New Pattern'), 'new_item' => __('New Pattern'), 'edit_item' => __('Edit Block Pattern'), 'view_item' => __('View Pattern'), 'view_items' => __('View Patterns'), 'all_items' => __('All Patterns'), 'search_items' => __('Search Patterns'), 'not_found' => __('No patterns found.'), 'not_found_in_trash' => __('No patterns found in Trash.'), 'filter_items_list' => __('Filter patterns list'), 'items_list_navigation' => __('Patterns list navigation'), 'items_list' => __('Patterns list'), 'item_published' => __('Pattern published.'), 'item_published_privately' => __('Pattern published privately.'), 'item_reverted_to_draft' => __('Pattern reverted to draft.'), 'item_scheduled' => __('Pattern scheduled.'), 'item_updated' => __('Pattern updated.'), ), 'public' => false, '_builtin' => true, 'show_ui' => true, 'show_in_menu' => false, 'rewrite' => false, 'show_in_rest' => true, 'rest_base' => 'blocks', 'rest_controller_class' => 'WP_REST_Blocks_Controller', 'capability_type' => 'block', 'capabilities' => array('read' => 'edit_posts', 'create_posts' => 'publish_posts', 'edit_posts' => 'edit_posts', 'edit_published_posts' => 'edit_published_posts', 'delete_published_posts' => 'delete_published_posts', 'delete_posts' => 'delete_posts', 'edit_others_posts' => 'edit_others_posts', 'delete_others_posts' => 'delete_others_posts', ), 'map_meta_cap' => true, 'supports' => array('title', 'excerpt', 'editor', 'revisions', 'custom-fields', ), ))
/src/wp-content/themes/twentysixteen/template-parts/content-single.php:244wp_link_pages(array('before' => '<div class="page-links"><span class="page-links-title">' . __('Pages:', 'twentysixteen') . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __('Page', 'twentysixteen') . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>', ))
/src/wp-includes/post.php:4761register_post_type('wp_global_styles', array('label' => _x('Global Styles', 'post type general name'), 'description' => __('Global styles to include in themes.'), 'public' => false, '_builtin' => true, '_edit_link' => '/site-editor.php?canvas=edit', 'show_ui' => false, 'show_in_rest' => false, 'rewrite' => false, 'capabilities' => array('read' => 'edit_theme_options', 'create_posts' => 'edit_theme_options', 'edit_posts' => 'edit_theme_options', 'edit_published_posts' => 'edit_theme_options', 'delete_published_posts' => 'edit_theme_options', 'edit_others_posts' => 'edit_theme_options', 'delete_others_posts' => 'edit_theme_options', ), 'map_meta_cap' => true, 'supports' => array('title', 'editor', 'revisions', ), ))
/src/wp-content/themes/twentysixteen/inc/customizer.php:3131apply_filters('twentysixteen_color_schemes', array('default' => array('label' => __('Default', 'twentysixteen'), 'colors' => array('#1a1a1a', '#ffffff', '#007acc', '#1a1a1a', '#686868', ), ), 'dark' => array('label' => __('Dark', 'twentysixteen'), 'colors' => array('#262626', '#1a1a1a', '#9adffd', '#e5e5e5', '#c1c1c1', ), ), 'gray' => array('label' => __('Gray', 'twentysixteen'), 'colors' => array('#616a73', '#4d545c', '#c7c7c7', '#f2f2f2', '#f2f2f2', ), ), 'red' => array('label' => __('Red', 'twentysixteen'), 'colors' => array('#ffffff', '#ff675f', '#640c1f', '#402b30', '#402b30', ), ), 'yellow' => array('label' => __('Yellow', 'twentysixteen'), 'colors' => array('#3b3721', '#ffef8e', '#774e24', '#3b3721', '#5b4d3e', ), ), ))
/src/wp-includes/post.php:4121register_post_type('wp_template_part', array('labels' => array('name' => _x('Template Parts', 'post type general name'), 'singular_name' => _x('Template Part', 'post type singular name'), 'add_new' => __('Add New Template Part'), 'add_new_item' => __('Add New Template Part'), 'new_item' => __('New Template Part'), 'edit_item' => __('Edit Template Part'), 'view_item' => __('View Template Part'), 'all_items' => __('Template Parts'), 'search_items' => __('Search Template Parts'), 'parent_item_colon' => __('Parent Template Part:'), 'not_found' => __('No template parts found.'), 'not_found_in_trash' => __('No template parts found in Trash.'), 'archives' => __('Template part archives'), 'insert_into_item' => __('Insert into template part'), 'uploaded_to_this_item' => __('Uploaded to this template part'), 'filter_items_list' => __('Filter template parts list'), 'items_list_navigation' => __('Template parts list navigation'), 'items_list' => __('Template parts list'), 'item_updated' => __('Template part updated.'), ), 'description' => __('Template parts to include in your templates.'), 'public' => false, '_builtin' => true, '_edit_link' => $template_edit_link, 'has_archive' => false, 'show_ui' => false, 'show_in_menu' => false, 'show_in_rest' => true, 'rewrite' => false, 'rest_base' => 'template-parts', 'rest_controller_class' => 'WP_REST_Templates_Controller', 'autosave_rest_controller_class' => 'WP_REST_Template_Autosaves_Controller', 'revisions_rest_controller_class' => 'WP_REST_Template_Revisions_Controller', 'late_route_registration' => true, 'map_meta_cap' => true, 'capabilities' => array('create_posts' => 'edit_theme_options', 'delete_posts' => 'edit_theme_options', 'delete_others_posts' => 'edit_theme_options', 'delete_private_posts' => 'edit_theme_options', 'delete_published_posts' => 'edit_theme_options', 'edit_posts' => 'edit_theme_options', 'edit_others_posts' => 'edit_theme_options', 'edit_private_posts' => 'edit_theme_options', 'edit_published_posts' => 'edit_theme_options', 'publish_posts' => 'edit_theme_options', 'read' => 'edit_theme_options', 'read_private_posts' => 'edit_theme_options', ), 'supports' => array('title', 'slug', 'excerpt', 'editor', 'revisions', 'author', ), ))
/src/wp-includes/theme.php:40721register_theme_feature('custom-logo', array('type' => 'object', 'description' => __('Custom logo if defined by the theme.'), 'show_in_rest' => array('schema' => array('properties' => array('width' => array('type' => 'integer', ), 'height' => array('type' => 'integer', ), 'flex-width' => array('type' => 'boolean', ), 'flex-height' => array('type' => 'boolean', ), 'header-text' => array('type' => 'array', 'items' => array('type' => 'string', ), ), 'unlink-homepage-logo' => array('type' => 'boolean', ), ), ), ), ))
/src/wp-includes/theme.php:41481register_theme_feature('editor-color-palette', array('type' => 'array', 'description' => __('Custom color palette if defined by the theme.'), 'show_in_rest' => array('schema' => array('items' => array('type' => 'object', 'properties' => array('name' => array('type' => 'string', ), 'slug' => array('type' => 'string', ), 'color' => array('type' => 'string', ), ), ), ), ), ))
/src/wp-includes/theme.php:39581register_theme_feature('custom-background', array('description' => __('Custom background if defined by the theme.'), 'type' => 'object', 'show_in_rest' => array('schema' => array('properties' => array('default-image' => array('type' => 'string', 'format' => 'uri', ), 'default-preset' => array('type' => 'string', 'enum' => array('default', 'fill', 'fit', 'repeat', 'custom', ), ), 'default-position-x' => array('type' => 'string', 'enum' => array('left', 'center', 'right', ), ), 'default-position-y' => array('type' => 'string', 'enum' => array('left', 'center', 'right', ), ), 'default-size' => array('type' => 'string', 'enum' => array('auto', 'contain', 'cover', ), ), 'default-repeat' => array('type' => 'string', 'enum' => array('repeat-x', 'repeat-y', 'repeat', 'no-repeat', ), ), 'default-attachment' => array('type' => 'string', 'enum' => array('scroll', 'fixed', ), ), 'default-color' => array('type' => 'string', ), ), ), ), ))
/src/wp-includes/theme.php:40281register_theme_feature('custom-header', array('description' => __('Custom header if defined by the theme.'), 'type' => 'object', 'show_in_rest' => array('schema' => array('properties' => array('default-image' => array('type' => 'string', 'format' => 'uri', ), 'random-default' => array('type' => 'boolean', ), 'width' => array('type' => 'integer', ), 'height' => array('type' => 'integer', ), 'flex-height' => array('type' => 'boolean', ), 'flex-width' => array('type' => 'boolean', ), 'default-text-color' => array('type' => 'string', ), 'header-text' => array('type' => 'boolean', ), 'uploads' => array('type' => 'boolean', ), 'video' => array('type' => 'boolean', ), ), ), ), ))
/src/wp-includes/theme.php:41731register_theme_feature('editor-font-sizes', array('type' => 'array', 'description' => __('Custom font sizes if defined by the theme.'), 'show_in_rest' => array('schema' => array('items' => array('type' => 'object', 'properties' => array('name' => array('type' => 'string', ), 'size' => array('type' => 'number', ), 'slug' => array('type' => 'string', ), ), ), ), ), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:351register_rest_route($this->namespace, '/' . $this->rest_base, array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_items'), 'permission_callback' => array($this, 'get_items_permissions_check'), 'args' => $this->get_collection_params( ), ), array('methods' => WP_REST_Server::CREATABLE, 'callback' => array($this, 'create_item'), 'permission_callback' => array($this, 'create_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema( ), ), array('methods' => WP_REST_Server::DELETABLE, 'callback' => array($this, 'delete_items'), 'permission_callback' => array($this, 'delete_items_permissions_check'), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php:361register_rest_route($this->namespace, '/' . $this->rest_base, array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'parse_url_details'), 'args' => array('url' => array('required' => true, 'description' => __('The URL to process.'), 'validate_callback' => 'wp_http_validate_url', 'sanitize_callback' => 'sanitize_url', 'type' => 'string', 'format' => 'uri', ), ), 'permission_callback' => array($this, 'permissions_check'), 'schema' => array($this, 'get_public_item_schema'), ), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:571register_rest_route($this->namespace, sprintf('/%s/(?P<stylesheet>%s)', $this->rest_base, self::PATTERN), array('args' => array('stylesheet' => array('description' => __("The theme's stylesheet. This uniquely identifies the theme."), 'type' => 'string', 'sanitize_callback' => array($this, '_sanitize_stylesheet_callback'), ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php:871register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<id>[\/\w-]+)', array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('id' => array('description' => __('The id of a template'), 'type' => 'string', 'sanitize_callback' => array($this, '_sanitize_global_styles_callback'), ), ), ), array('methods' => WP_REST_Server::EDITABLE, 'callback' => array($this, 'update_item'), 'permission_callback' => array($this, 'update_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::EDITABLE), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php:581register_rest_route($this->namespace, sprintf('/%s/themes/(?P<stylesheet>%s)', $this->rest_base, '[^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?'), array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_theme_item'), 'permission_callback' => array($this, 'get_theme_item_permissions_check'), 'args' => array('stylesheet' => array('description' => __('The theme identifier'), 'type' => 'string', 'sanitize_callback' => array($this, '_sanitize_global_styles_callback'), ), ), ), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php:391register_rest_route($this->namespace, '/' . $this->rest_base . '/themes/(?P<stylesheet>[\/\s%\w\.\(\)\[\]\@_\-]+)/variations', array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_theme_items'), 'permission_callback' => array($this, 'get_theme_items_permissions_check'), 'args' => array('stylesheet' => array('description' => __('The theme identifier'), 'type' => 'string', ), ), ), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:521register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<status>[\w-]+)', array('args' => array('status' => array('description' => __('An alphanumeric identifier for the status.'), 'type' => 'string', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php:721register_rest_route($this->namespace, $this->rest_base . '/(?P<id>[\w\-]+)', array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), array('methods' => WP_REST_Server::EDITABLE, 'callback' => array($this, 'update_item'), 'permission_callback' => array($this, 'update_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::EDITABLE), ), array('methods' => WP_REST_Server::DELETABLE, 'callback' => array($this, 'delete_item'), 'permission_callback' => array($this, 'delete_item_permissions_check'), 'args' => array('force' => array('description' => __('Whether to force removal of the widget, or move it to the inactive sidebar.'), 'type' => 'boolean', ), ), ), 'allow_batch' => $this->allow_batch, 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php:701register_rest_route($this->namespace, '/' . $this->rest_base . '/lookup', array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_template_fallback'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('slug' => array('description' => __('The slug of the template to get the fallback for'), 'type' => 'string', 'required' => true, ), 'is_custom' => array('description' => __('Indicates if a template is custom or part of the template hierarchy'), 'type' => 'boolean', ), 'template_prefix' => array('description' => __('The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy`'), 'type' => 'string', ), ), ), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php:493register_rest_route($this->namespace, '/' . $this->rest_base, array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_items'), 'permission_callback' => array($this, 'get_items_permissions_check'), 'args' => $this->get_collection_params( ), ), array('methods' => WP_REST_Server::CREATABLE, 'callback' => array($this, 'create_item'), 'permission_callback' => array($this, 'create_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::CREATABLE), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php:471register_rest_route($this->namespace, '/' . $this->rest_base, array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::READABLE), ), 'schema' => array($this, 'get_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:761register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<uuid>[\w\-]+)', array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), array('methods' => WP_REST_Server::EDITABLE, 'callback' => array($this, 'update_item'), 'permission_callback' => array($this, 'update_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::EDITABLE), ), array('methods' => WP_REST_Server::DELETABLE, 'callback' => array($this, 'delete_item'), 'permission_callback' => array($this, 'delete_item_permissions_check'), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:601register_rest_route($this->namespace, '/' . $this->rest_base . '/introspect', array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_current_item'), 'permission_callback' => array($this, 'get_current_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:1141register_rest_route($this->namespace, '/' . $this->parent_base . '/(?P<parent>[\d]+)/' . $this->rest_base . '/(?P<id>[\d]+)', array('args' => array('parent' => array('description' => __('The ID for the parent of the autosave.'), 'type' => 'integer', ), 'id' => array('description' => __('The ID for the autosave.'), 'type' => 'integer', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this->revisions_controller, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1051register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<id>[\d]+)', array('args' => array('id' => array('description' => __('Unique identifier for the term.'), 'type' => 'integer', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), array('methods' => WP_REST_Server::EDITABLE, 'callback' => array($this, 'update_item'), 'permission_callback' => array($this, 'update_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::EDITABLE), ), array('methods' => WP_REST_Server::DELETABLE, 'callback' => array($this, 'delete_item'), 'permission_callback' => array($this, 'delete_item_permissions_check'), 'args' => array('force' => array('type' => 'boolean', 'default' => false, 'description' => __('Required to be true, as terms do not support trashing.'), ), ), ), 'allow_batch' => $this->allow_batch, 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:483register_rest_route($this->namespace, '/' . $this->rest_base, array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_items'), 'permission_callback' => array($this, 'get_items_permissions_check'), 'args' => $this->get_collection_params( ), ), array('methods' => WP_REST_Server::CREATABLE, 'callback' => array($this, 'create_item'), 'permission_callback' => array($this, 'create_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::CREATABLE), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:681register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<id>[\d]+)', array('args' => array('id' => array('description' => __('Unique identifier for the comment.'), 'type' => 'integer', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), 'password' => array('description' => __('The password for the parent post of the comment (if the post is password protected).'), 'type' => 'string', ), ), ), array('methods' => WP_REST_Server::EDITABLE, 'callback' => array($this, 'update_item'), 'permission_callback' => array($this, 'update_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::EDITABLE), ), array('methods' => WP_REST_Server::DELETABLE, 'callback' => array($this, 'delete_item'), 'permission_callback' => array($this, 'delete_item_permissions_check'), 'args' => array('force' => array('type' => 'boolean', 'default' => false, 'description' => __('Whether to bypass Trash and force deletion.'), ), 'password' => array('description' => __('The password for the parent post of the comment (if the post is password protected).'), 'type' => 'string', ), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:881register_rest_route($this->namespace, '/' . $this->parent_base . '/(?P<id>[\d]+)/' . $this->rest_base, array('args' => array('parent' => array('description' => __('The ID for the parent of the autosave.'), 'type' => 'integer', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_items'), 'permission_callback' => array($this, 'get_items_permissions_check'), 'args' => $this->get_collection_params( ), ), array('methods' => WP_REST_Server::CREATABLE, 'callback' => array($this, 'create_item'), 'permission_callback' => array($this, 'create_item_permissions_check'), 'args' => $this->parent_controller->get_endpoint_args_for_item_schema(WP_REST_Server::EDITABLE), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:831register_rest_route($this->namespace, '/' . $this->parent_base . '/(?P<parent>[\d]+)/' . $this->rest_base, array('args' => array('parent' => array('description' => __('The ID for the parent of the revision.'), 'type' => 'integer', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_items'), 'permission_callback' => array($this, 'get_items_permissions_check'), 'args' => $this->get_collection_params( ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/script-loader.php:4281wp_json_encode(array('l10n' => array('locale' => get_user_locale( ), 'months' => array_values($wp_locale->month), 'monthsShort' => array_values($wp_locale->month_abbrev), 'weekdays' => array_values($wp_locale->weekday), 'weekdaysShort' => array_values($wp_locale->weekday_abbrev), 'meridiem' => (object) $wp_locale->meridiem, 'relative' => array('future' => __('%s from now'), 'past' => __('%s ago'), 's' => __('a second'), 'ss' => __('%d seconds'), 'm' => __('a minute'), 'mm' => __('%d minutes'), 'h' => __('an hour'), 'hh' => __('%d hours'), 'd' => __('a day'), 'dd' => __('%d days'), 'M' => __('a month'), 'MM' => __('%d months'), 'y' => __('a year'), 'yy' => __('%d years'), ), 'startOfWeek' => (int) get_option('start_of_week', 0), ), 'formats' => array('time' => get_option('time_format', __('g:i a')), 'date' => get_option('date_format', __('F j, Y')), 'datetime' => __('F j, Y g:i a'), 'datetimeAbbreviated' => __('M j, Y g:i a'), ), 'timezone' => array('offset' => (float) $gmt_offset, 'offsetFormatted' => str_replace(array('.25', '.5', '.75'), array(':15', ':30', ':45'), (string) $gmt_offset), 'string' => $timezone_string, 'abbr' => $timezone_abbr, ), ))
/src/wp-includes/script-loader.php:4261sprintf('wp.date.setSettings( %s );', wp_json_encode(array('l10n' => array('locale' => get_user_locale( ), 'months' => array_values($wp_locale->month), 'monthsShort' => array_values($wp_locale->month_abbrev), 'weekdays' => array_values($wp_locale->weekday), 'weekdaysShort' => array_values($wp_locale->weekday_abbrev), 'meridiem' => (object) $wp_locale->meridiem, 'relative' => array('future' => __('%s from now'), 'past' => __('%s ago'), 's' => __('a second'), 'ss' => __('%d seconds'), 'm' => __('a minute'), 'mm' => __('%d minutes'), 'h' => __('an hour'), 'hh' => __('%d hours'), 'd' => __('a day'), 'dd' => __('%d days'), 'M' => __('a month'), 'MM' => __('%d months'), 'y' => __('a year'), 'yy' => __('%d years'), ), 'startOfWeek' => (int) get_option('start_of_week', 0), ), 'formats' => array('time' => get_option('time_format', __('g:i a')), 'date' => get_option('date_format', __('F j, Y')), 'datetime' => __('F j, Y g:i a'), 'datetimeAbbreviated' => __('M j, Y g:i a'), ), 'timezone' => array('offset' => (float) $gmt_offset, 'offsetFormatted' => str_replace(array('.25', '.5', '.75'), array(':15', ':30', ':45'), (string) $gmt_offset), 'string' => $timezone_string, 'abbr' => $timezone_abbr, ), )))
/src/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:381register_rest_route($this->namespace, '/' . $this->rest_base, array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'args' => array( ), 'permission_callback' => array($this, 'get_item_permissions_check'), ), array('methods' => WP_REST_Server::EDITABLE, 'callback' => array($this, 'update_item'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::EDITABLE), 'permission_callback' => array($this, 'get_item_permissions_check'), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php:451register_rest_route($this->namespace, '/' . $this->rest_base, array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_items'), 'permission_callback' => array($this, 'get_items_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/script-loader.php:1461wp_json_encode(array('months' => array_values($wp_locale->month), 'monthsShort' => array_values($wp_locale->month_abbrev), 'weekdays' => array_values($wp_locale->weekday), 'weekdaysShort' => array_values($wp_locale->weekday_abbrev), 'week' => array('dow' => (int) get_option('start_of_week', 0), ), 'longDateFormat' => array('LT' => get_option('time_format', __('g:i a')), 'LTS' => null, 'L' => null, 'LL' => get_option('date_format', __('F j, Y')), 'LLL' => __('F j, Y g:i a'), 'LLLL' => null, ), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:1031register_rest_route($this->namespace, '/' . $this->parent_base . '/(?P<parent>[\d]+)/' . $this->rest_base . '/(?P<id>[\d]+)', array('args' => array('parent' => array('description' => __('The ID for the parent of the revision.'), 'type' => 'integer', ), 'id' => array('description' => __('Unique identifier for the revision.'), 'type' => 'integer', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), array('methods' => WP_REST_Server::DELETABLE, 'callback' => array($this, 'delete_item'), 'permission_callback' => array($this, 'delete_item_permissions_check'), 'args' => array('force' => array('type' => 'boolean', 'default' => false, 'description' => __('Required to be true, as revisions do not support trashing.'), ), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/script-loader.php:1431sprintf("moment.updateLocale( '%s', %s );", get_user_locale( ), wp_json_encode(array('months' => array_values($wp_locale->month), 'monthsShort' => array_values($wp_locale->month_abbrev), 'weekdays' => array_values($wp_locale->weekday), 'weekdaysShort' => array_values($wp_locale->weekday_abbrev), 'week' => array('dow' => (int) get_option('start_of_week', 0), ), 'longDateFormat' => array('LT' => get_option('time_format', __('g:i a')), 'LTS' => null, 'L' => null, 'LL' => get_option('date_format', __('F j, Y')), 'LLL' => __('F j, Y g:i a'), 'LLLL' => null, ), )))
/src/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php:981register_rest_route($this->namespace, sprintf('/%s/(?P<id>%s%s)', $this->rest_base, '([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)', '[\/\w%-]+'), array('args' => array('id' => array('description' => __('The id of a template'), 'type' => 'string', 'sanitize_callback' => array($this, '_sanitize_template_id'), ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), array('methods' => WP_REST_Server::EDITABLE, 'callback' => array($this, 'update_item'), 'permission_callback' => array($this, 'update_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::EDITABLE), ), array('methods' => WP_REST_Server::DELETABLE, 'callback' => array($this, 'delete_item'), 'permission_callback' => array($this, 'delete_item_permissions_check'), 'args' => array('force' => array('type' => 'boolean', 'default' => false, 'description' => __('Whether to bypass Trash and force deletion.'), ), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:521register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<taxonomy>[\w-]+)', array('args' => array('taxonomy' => array('description' => __('An alphanumeric identifier for the taxonomy.'), 'type' => 'string', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/script-loader.php:10641sprintf('var mejsL10n = %s;', wp_json_encode(array('language' => strtolower(strtok(determine_locale( ), '_-')), 'strings' => array('mejs.download-file' => __('Download File'), 'mejs.install-flash' => __('You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https://get.adobe.com/flashplayer/'), 'mejs.fullscreen' => __('Fullscreen'), 'mejs.play' => __('Play'), 'mejs.pause' => __('Pause'), 'mejs.time-slider' => __('Time Slider'), 'mejs.time-help-text' => __('Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.'), 'mejs.live-broadcast' => __('Live Broadcast'), 'mejs.volume-help-text' => __('Use Up/Down Arrow keys to increase or decrease volume.'), 'mejs.unmute' => __('Unmute'), 'mejs.mute' => __('Mute'), 'mejs.volume-slider' => __('Volume Slider'), 'mejs.video-player' => __('Video Player'), 'mejs.audio-player' => __('Audio Player'), 'mejs.captions-subtitles' => __('Captions/Subtitles'), 'mejs.captions-chapters' => __('Chapters'), 'mejs.none' => __('None'), 'mejs.afrikaans' => __('Afrikaans'), 'mejs.albanian' => __('Albanian'), 'mejs.arabic' => __('Arabic'), 'mejs.belarusian' => __('Belarusian'), 'mejs.bulgarian' => __('Bulgarian'), 'mejs.catalan' => __('Catalan'), 'mejs.chinese' => __('Chinese'), 'mejs.chinese-simplified' => __('Chinese (Simplified)'), 'mejs.chinese-traditional' => __('Chinese (Traditional)'), 'mejs.croatian' => __('Croatian'), 'mejs.czech' => __('Czech'), 'mejs.danish' => __('Danish'), 'mejs.dutch' => __('Dutch'), 'mejs.english' => __('English'), 'mejs.estonian' => __('Estonian'), 'mejs.filipino' => __('Filipino'), 'mejs.finnish' => __('Finnish'), 'mejs.french' => __('French'), 'mejs.galician' => __('Galician'), 'mejs.german' => __('German'), 'mejs.greek' => __('Greek'), 'mejs.haitian-creole' => __('Haitian Creole'), 'mejs.hebrew' => __('Hebrew'), 'mejs.hindi' => __('Hindi'), 'mejs.hungarian' => __('Hungarian'), 'mejs.icelandic' => __('Icelandic'), 'mejs.indonesian' => __('Indonesian'), 'mejs.irish' => __('Irish'), 'mejs.italian' => __('Italian'), 'mejs.japanese' => __('Japanese'), 'mejs.korean' => __('Korean'), 'mejs.latvian' => __('Latvian'), 'mejs.lithuanian' => __('Lithuanian'), 'mejs.macedonian' => __('Macedonian'), 'mejs.malay' => __('Malay'), 'mejs.maltese' => __('Maltese'), 'mejs.norwegian' => __('Norwegian'), 'mejs.persian' => __('Persian'), 'mejs.polish' => __('Polish'), 'mejs.portuguese' => __('Portuguese'), 'mejs.romanian' => __('Romanian'), 'mejs.russian' => __('Russian'), 'mejs.serbian' => __('Serbian'), 'mejs.slovak' => __('Slovak'), 'mejs.slovenian' => __('Slovenian'), 'mejs.spanish' => __('Spanish'), 'mejs.swahili' => __('Swahili'), 'mejs.swedish' => __('Swedish'), 'mejs.tagalog' => __('Tagalog'), 'mejs.thai' => __('Thai'), 'mejs.turkish' => __('Turkish'), 'mejs.ukrainian' => __('Ukrainian'), 'mejs.vietnamese' => __('Vietnamese'), 'mejs.welsh' => __('Welsh'), 'mejs.yiddish' => __('Yiddish'), ), )))
/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:361register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<id>[\d]+)/post-process', array('methods' => WP_REST_Server::CREATABLE, 'callback' => array($this, 'post_process_item'), 'permission_callback' => array($this, 'post_process_item_permissions_check'), 'args' => array('id' => array('description' => __('Unique identifier for the attachment.'), 'type' => 'integer', ), 'action' => array('type' => 'string', 'enum' => array('create-image-subsizes'), 'required' => true, ), ), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:681register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<id>[\d]+)', array('args' => array('id' => array('description' => __('Unique identifier for the user.'), 'type' => 'integer', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), array('methods' => WP_REST_Server::EDITABLE, 'callback' => array($this, 'update_item'), 'permission_callback' => array($this, 'update_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::EDITABLE), ), array('methods' => WP_REST_Server::DELETABLE, 'callback' => array($this, 'delete_item'), 'permission_callback' => array($this, 'delete_item_permissions_check'), 'args' => array('force' => array('type' => 'boolean', 'default' => false, 'description' => __('Required to be true, as users do not support trashing.'), ), 'reassign' => array('type' => 'integer', 'description' => __('Reassign the deleted user\'s posts and links to this user ID.'), 'required' => true, 'sanitize_callback' => array($this, 'check_reassign'), ), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:483register_rest_route($this->namespace, '/' . $this->rest_base, array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_items'), 'permission_callback' => array($this, 'get_items_permissions_check'), 'args' => $this->get_collection_params( ), ), array('methods' => WP_REST_Server::CREATABLE, 'callback' => array($this, 'create_item'), 'permission_callback' => array($this, 'create_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::CREATABLE), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:842register_rest_route($this->namespace, '/' . $this->rest_base, array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_items'), 'permission_callback' => array($this, 'get_items_permissions_check'), 'args' => $this->get_collection_params( ), ), array('methods' => WP_REST_Server::CREATABLE, 'callback' => array($this, 'create_item'), 'permission_callback' => array($this, 'create_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::CREATABLE), ), 'allow_batch' => $this->allow_batch, 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1141register_rest_route($this->namespace, '/' . $this->rest_base . '/me', array(array('methods' => WP_REST_Server::READABLE, 'permission_callback' => '__return_true', 'callback' => array($this, 'get_current_item'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), array('methods' => WP_REST_Server::EDITABLE, 'callback' => array($this, 'update_current_item'), 'permission_callback' => array($this, 'update_current_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::EDITABLE), ), array('methods' => WP_REST_Server::DELETABLE, 'callback' => array($this, 'delete_current_item'), 'permission_callback' => array($this, 'delete_current_item_permissions_check'), 'args' => array('force' => array('type' => 'boolean', 'default' => false, 'description' => __('Required to be true, as users do not support trashing.'), ), 'reassign' => array('type' => 'integer', 'description' => __('Reassign the deleted user\'s posts and links to this user ID.'), 'required' => true, 'sanitize_callback' => array($this, 'check_reassign'), ), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:861register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<namespace>[a-zA-Z0-9_-]+)/(?P<name>[a-zA-Z0-9_-]+)', array('args' => array('name' => array('description' => __('Block name.'), 'type' => 'string', ), 'namespace' => array('description' => __('Block namespace.'), 'type' => 'string', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php:611register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<id>[\w-]+)', array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('id' => array('description' => __('The id of a registered sidebar'), 'type' => 'string', ), 'context' => $this->get_context_param(array('default' => 'view')), ), ), array('methods' => WP_REST_Server::EDITABLE, 'callback' => array($this, 'update_item'), 'permission_callback' => array($this, 'update_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::EDITABLE), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php:731register_rest_route($this->namespace, '/' . $this->parent_base . '/(?P<parent>[\d]+)/' . $this->rest_base . '/(?P<id>[\d]+)', array('args' => array('parent' => array('description' => __('The ID for the parent of the global styles revision.'), 'type' => 'integer', ), 'id' => array('description' => __('Unique identifier for the global styles revision.'), 'type' => 'integer', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php:531register_rest_route($this->namespace, '/' . $this->parent_base . '/(?P<parent>[\d]+)/' . $this->rest_base, array('args' => array('parent' => array('description' => __('The ID for the parent of the revision.'), 'type' => 'integer', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_items'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => $this->get_collection_params( ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-content/themes/twentynineteen/single.php:361the_post_navigation(array('next_text' => '<span class="meta-nav" aria-hidden="true">' . __('Next Post', 'twentynineteen') . '</span> ' . '<span class="screen-reader-text">' . __('Next post:', 'twentynineteen') . '</span> <br/>' . '<span class="post-title">%title</span>', 'prev_text' => '<span class="meta-nav" aria-hidden="true">' . __('Previous Post', 'twentynineteen') . '</span> ' . '<span class="screen-reader-text">' . __('Previous post:', 'twentynineteen') . '</span> <br/>' . '<span class="post-title">%title</span>', ))
/src/wp-admin/themes.php:2221wp_localize_script('theme', '_wpThemeSettings', array('themes' => $themes, 'settings' => array('canInstall' => (!is_multisite( ) && current_user_can('install_themes')), 'installURI' => (!is_multisite( ) && current_user_can('install_themes')) ? admin_url('theme-install.php') : null, 'confirmDelete' => __("Are you sure you want to delete this theme?\n\nClick 'Cancel' to go back, 'OK' to confirm the delete."), 'adminUrl' => parse_url(admin_url( ), PHP_URL_PATH), ), 'l10n' => array('addNew' => __('Add New Theme'), 'search' => __('Search Installed Themes'), 'searchPlaceholder' => __('Search installed themes...'), 'themesFound' => __('Number of Themes found: %d'), 'noThemesFound' => __('No themes found. Try a different search.'), ), ))
/src/wp-admin/includes/upgrade.php:3971update_option('widget_block', array(2 => array('content' => '<!-- wp:search /-->'), 3 => array('content' => '<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>' . __('Recent Posts') . '</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->'), 4 => array('content' => '<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>' . __('Recent Comments') . '</h2><!-- /wp:heading --><!-- wp:latest-comments {"displayAvatar":false,"displayDate":false,"displayExcerpt":false} /--></div><!-- /wp:group -->'), 5 => array('content' => '<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>' . __('Archives') . '</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->'), 6 => array('content' => '<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>' . __('Categories') . '</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->'), '_multiwidget' => 1, ))
/src/wp-admin/network/upgrade.php:591get_sites(array('spam' => 0, 'deleted' => 0, 'archived' => 0, 'network_id' => get_current_network_id( ), 'number' => 5, 'offset' => $n, 'fields' => 'ids', 'order' => 'DESC', 'orderby' => 'id', 'update_site_meta_cache' => false, ))
/src/wp-admin/theme-install.php:451wp_localize_script('theme', '_wpThemeSettings', array('themes' => false, 'settings' => array('isInstall' => true, 'canInstall' => current_user_can('install_themes'), 'installURI' => current_user_can('install_themes') ? self_admin_url('theme-install.php') : null, 'adminUrl' => parse_url(self_admin_url( ), PHP_URL_PATH), ), 'l10n' => array('addNew' => __('Add New Theme'), 'search' => __('Search Themes'), 'searchPlaceholder' => __('Search themes...'), 'upload' => __('Upload Theme'), 'back' => __('Back'), 'error' => sprintf(__('An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="%s">support forums</a>.'), __('https://wordpress.org/support/forums/')), 'tryAgain' => __('Try Again'), 'themesFound' => __('Number of Themes found: %d'), 'noThemesFound' => __('No themes found. Try a different search.'), 'collapseSidebar' => __('Collapse Sidebar'), 'expandSidebar' => __('Expand Sidebar'), 'selectFeatureFilter' => __('Select one or more Theme features to filter by'), ), 'installedThemes' => array_keys($installed_themes), 'activeTheme' => get_stylesheet( ), ))
/src/wp-admin/includes/ms.php:10641apply_filters('network_edit_site_nav_links', array('site-info' => array('label' => __('Info'), 'url' => 'site-info.php', 'cap' => 'manage_sites', ), 'site-users' => array('label' => __('Users'), 'url' => 'site-users.php', 'cap' => 'manage_sites', ), 'site-themes' => array('label' => __('Themes'), 'url' => 'site-themes.php', 'cap' => 'manage_sites', ), 'site-settings' => array('label' => __('Settings'), 'url' => 'site-settings.php', 'cap' => 'manage_sites', ), ))
/src/wp-admin/includes/class-wp-automatic-updater.php:8631update_site_option('auto_core_update_failed', array('attempted' => $core_update->current, 'current' => $wp_version, 'error_code' => $error_code, 'error_data' => $result->get_error_data( ), 'timestamp' => time( ), 'retry' => in_array($error_code, $transient_failures, true), ))
/src/wp-content/themes/twentythirteen/inc/block-patterns.php:1431register_block_pattern('twentythirteen/informational-list', array('title' => esc_html__('Informational List', 'twentythirteen'), 'categories' => array('twentythirteen'), 'content' => '<!-- wp:cover {"overlayColor":"red","contentPosition":"center center","align":"wide"} --> <div class="wp-block-cover alignwide has-red-background-color has-background-dim"><div class="wp-block-cover__inner-container"><!-- wp:paragraph --> <p><strong>' . esc_html__('FAMOUS ASTRONAUTS', 'twentythirteen') . '</strong></p> <!-- /wp:paragraph --> <!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph --> <p>' . wp_kses_post(__('Yuri Gagarin<br>Alan B. Shepard Jr.<br>Valentina Tereshkova<br>John Glenn Jr.', 'twentythirteen')) . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph --> <p>' . wp_kses_post(__('Neil Armstrong<br>James Lovell Jr.<br>Dr. Sally Ride<br>Chris Hadfield', 'twentythirteen')) . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns --></div></div> <!-- /wp:cover -->', ))
/src/wp-content/themes/twentythirteen/inc/block-patterns.php:1241register_block_pattern('twentythirteen/big-quote', array('title' => esc_html__('Big Quote', 'twentythirteen'), 'categories' => array('twentythirteen'), 'blockTypes' => array('core/quote'), 'content' => '<!-- wp:cover {"overlayColor":"dark-gray","minHeight":100,"minHeightUnit":"vh","align":"full"} --> <div class="wp-block-cover alignfull has-dark-gray-background-color has-background-dim" style="min-height:100vh"><div class="wp-block-cover__inner-container"><!-- wp:image {"align":"center","sizeSlug":"thumbnail","linkDestination":"none","className":"is-style-rounded"} --> <div class="wp-block-image is-style-rounded"><figure class="aligncenter size-thumbnail"><img src="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/bernal-cutaway.jpg" alt="alt="' . esc_attr__('NASA Space Colony illustration, cutaway view of Bernal Sphere. The interior of the sphere is filled with greenery and houses, and a star shines brightly behind the colony.', 'twentythirteen') . '"/></figure></div> <!-- /wp:image --> <!-- wp:quote {"align":"center","className":"is-style-large"} --> <blockquote class="wp-block-quote has-text-align-center is-style-large"><p>' . esc_html__('When you look at the stars and the galaxy, you feel that you are not just from any particular piece of land, but from the solar system.', 'twentythirteen') . '</p><cite>' . esc_html__('Kalpana Chawla', 'twentythirteen') . '</cite></blockquote> <!-- /wp:quote --></div></div> <!-- /wp:cover -->', ))
/src/wp-content/themes/twentynineteen/functions.php:1381add_theme_support('editor-color-palette', array(array('name' => 'default' === get_theme_mod('primary_color', 'default') ? __('Blue', 'twentynineteen') : null, 'slug' => 'primary', 'color' => twentynineteen_hsl_hex('default' === get_theme_mod('primary_color') ? 199 : get_theme_mod('primary_color_hue', 199), 100, 33), ), array('name' => 'default' === get_theme_mod('primary_color', 'default') ? __('Dark Blue', 'twentynineteen') : null, 'slug' => 'secondary', 'color' => twentynineteen_hsl_hex('default' === get_theme_mod('primary_color') ? 199 : get_theme_mod('primary_color_hue', 199), 100, 23), ), array('name' => __('Dark Gray', 'twentynineteen'), 'slug' => 'dark-gray', 'color' => '#111', ), array('name' => __('Light Gray', 'twentynineteen'), 'slug' => 'light-gray', 'color' => '#767676', ), array('name' => __('White', 'twentynineteen'), 'slug' => 'white', 'color' => '#FFF', ), ))
/src/wp-content/themes/twentynineteen/functions.php:1071add_theme_support('editor-font-sizes', array(array('name' => __('Small', 'twentynineteen'), 'shortName' => __('S', 'twentynineteen'), 'size' => 19.5, 'slug' => 'small', ), array('name' => __('Normal', 'twentynineteen'), 'shortName' => __('M', 'twentynineteen'), 'size' => 22, 'slug' => 'normal', ), array('name' => __('Large', 'twentynineteen'), 'shortName' => __('L', 'twentynineteen'), 'size' => 36.5, 'slug' => 'large', ), array('name' => __('Huge', 'twentynineteen'), 'shortName' => __('XL', 'twentynineteen'), 'size' => 49.5, 'slug' => 'huge', ), ))
/src/wp-content/themes/twentythirteen/inc/block-patterns.php:431register_block_pattern('twentythirteen/informational-section', array('title' => esc_html__('Informational Section', 'twentythirteen'), 'categories' => array('twentythirteen'), 'content' => '<!-- wp:media-text {"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/toroidal-colony.jpg","mediaType":"image","imageFill":false,"backgroundColor":"off-white"} --> <div class="wp-block-media-text alignwide is-stacked-on-mobile has-off-white-background-color has-background"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/toroidal-colony.jpg" alt=""/></figure><div class="wp-block-media-text__content"><!-- wp:heading --> <h2>' . esc_html__('Exploring Space', 'twentythirteen') . '</h2> <!-- /wp:heading --> <!-- wp:paragraph --> <p>' . esc_html__("In the 1970s, NASA's Ames Research Center illustrated some explorations around what future space colonies could look like. This piece, illustrated by Rick Guidice, shows the inside of a toroidal shaped colony.", 'twentythirteen') . '</p> <!-- /wp:paragraph --> <!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button --> <div class="wp-block-button"><a class="wp-block-button__link">' . esc_html__('Discover More', 'twentythirteen') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --></div></div> <!-- /wp:media-text -->', ))
/src/wp-content/themes/twentythirteen/inc/block-patterns.php:291register_block_pattern('twentythirteen/decorative-gallery', array('title' => esc_html__('Decorative Gallery', 'twentythirteen'), 'categories' => array('twentythirteen'), 'content' => '<!-- wp:cover {"overlayColor":"yellow","minHeight":100,"minHeightUnit":"vh","align":"full"} --> <div class="wp-block-cover alignfull has-yellow-background-color has-background-dim" style="min-height:100vh"><div class="wp-block-cover__inner-container"><!-- wp:gallery {"ids":[null,null,null,null,null,null,null,null,null],"linkTo":"none"} --> <figure class="wp-block-gallery columns-3 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img src="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/dark-red.jpg#1" alt="' . esc_attr__('Solid red square', 'twentythirteen') . '" data-full-url="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/dark-red.jpg#1" data-link="#"/></figure></li><li class="blocks-gallery-item"><figure><img src="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/torus-interior.jpg" alt="' . esc_attr__('NASA Space Colony illustration, interior view of torus colony. Public spaces appear in the foreground of the torus, while housing, rolling hills, and a river snake up into the background.', 'twentythirteen') . '" data-full-url="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/torus-interior.jpg" data-link="#"/></figure></li><li class="blocks-gallery-item"><figure><img src="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/dark-red.jpg#2" alt="' . esc_attr__('Solid red square', 'twentythirteen') . '" data-full-url="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/dark-red.jpg#2" data-link="#"/></figure></li><li class="blocks-gallery-item"><figure><img src="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/cylinder-interior.jpg" alt="alt="' . esc_attr__('NASA Space Colony illustration, interior view of a cylindrical space colony, looking out through large windows. The interior contains fields, forests, and a river snaking from the foreground into the background. Low clouds hang over the land.', 'twentythirteen') . '" data-full-url="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/cylinder-interior.jpg" data-link="#"/></figure></li><li class="blocks-gallery-item"><figure><img src="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/orange.jpg" alt="' . esc_attr__('Solid orange square', 'twentythirteen') . '" data-full-url="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/orange.jpg" data-link="#"/></figure></li><li class="blocks-gallery-item"><figure><img src="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/toroidal-colony.jpg" alt="' . esc_attr__('NASA Space Colony illustration, cutaway view, exposing the interior of a toroidal colony. Trees and densely-packed housing line the inside of the torus.', 'twentythirteen') . '" data-full-url="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/toroidal-colony.jpg" data-link="#"/></figure></li><li class="blocks-gallery-item"><figure><img src="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/dark-red.jpg#3" alt="' . esc_attr__('Solid red square', 'twentythirteen') . '" data-full-url="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/dark-red.jpg#3" data-link="#"/></figure></li><li class="blocks-gallery-item"><figure><img src="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/bernal-cutaway.jpg" alt="' . esc_attr__('NASA Space Colony illustration, cutaway view of Bernal Sphere. The interior of the sphere is filled with greenery and houses, and a star shines brightly behind the colony.', 'twentythirteen') . '" data-full-url="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/bernal-cutaway.jpg" data-link="#"/></figure></li><li class="blocks-gallery-item"><figure><img src="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/dark-red.jpg#4" alt="' . esc_attr__('Solid red square', 'twentythirteen') . '" data-full-url="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/dark-red.jpg#4" data-link="#"/></figure></li></ul></figure> <!-- /wp:gallery --></div></div> <!-- /wp:cover -->', ))
/src/wp-content/themes/twentythirteen/inc/block-patterns.php:1011register_block_pattern('twentythirteen/callout-quote', array('title' => esc_html__('Callout Quote', 'twentythirteen'), 'categories' => array('twentythirteen'), 'blockTypes' => array('core/quote'), 'content' => '<!-- wp:columns {"verticalAlignment":"center"} --> <div class="wp-block-columns are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:separator {"className":"is-style-wide"} --> <hr class="wp-block-separator is-style-wide"/> <!-- /wp:separator --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:quote --> <blockquote class="wp-block-quote"><p>' . wp_kses_post(__('When you look at <br>the stars and the galaxy, you feel that you are not <br>just from any particular piece of land, but from the solar system.', 'twentythirteen')) . '</p><cite>' . esc_html__('Kalpana Chawla', 'twentythirteen') . '</cite></blockquote> <!-- /wp:quote --></div> <!-- /wp:column --></div> <!-- /wp:columns -->', ))
/src/wp-content/themes/twentythirteen/inc/block-patterns.php:671register_block_pattern('twentythirteen/decorative-columns', array('title' => esc_html__('Decorative Columns', 'twentythirteen'), 'categories' => array('twentythirteen'), 'content' => '<!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column --> <div class="wp-block-column"><!-- wp:cover {"overlayColor":"yellow"} --> <div class="wp-block-cover has-yellow-background-color has-background-dim"><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"' . esc_attr__('Write title…', 'twentythirteen') . '","textColor":"medium-brown","fontSize":"large"} --> <p class="has-text-align-center has-medium-brown-color has-text-color has-large-font-size">' . esc_html__('Space', 'twentythirteen') . '</p> <!-- /wp:paragraph --></div></div> <!-- /wp:cover --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:cover {"url":"' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/torus-interior.jpg","dimRatio":0,"focalPoint":{"x":"0.63","y":"0.33"}} --> <div class="wp-block-cover"><img class="wp-block-cover__image-background" alt="" src="' . esc_url(get_template_directory_uri( )) . '/images/block-patterns/torus-interior.jpg" style="object-position:63% 33%" data-object-fit="cover" data-object-position="63% 33%"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"' . esc_attr__('Write title…', 'twentythirteen') . '","fontSize":"large"} --> <p class="has-text-align-center has-large-font-size"></p> <!-- /wp:paragraph --></div></div> <!-- /wp:cover --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:cover {"overlayColor":"yellow"} --> <div class="wp-block-cover has-yellow-background-color has-background-dim"><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"' . esc_attr__('Write title…', 'twentythirteen') . '","textColor":"medium-brown","fontSize":"large"} --> <p class="has-text-align-center has-medium-brown-color has-text-color has-large-font-size">' . esc_html__('Colonies', 'twentythirteen') . '</p> <!-- /wp:paragraph --></div></div> <!-- /wp:cover --></div> <!-- /wp:column --></div> <!-- /wp:columns -->', ))
/src/wp-content/themes/twentythirteen/functions.php:1131add_theme_support('editor-color-palette', array(array('name' => __('Dark Gray', 'twentythirteen'), 'slug' => 'dark-gray', 'color' => '#141412', ), array('name' => __('Red', 'twentythirteen'), 'slug' => 'red', 'color' => '#bc360a', ), array('name' => __('Medium Orange', 'twentythirteen'), 'slug' => 'medium-orange', 'color' => '#db572f', ), array('name' => __('Light Orange', 'twentythirteen'), 'slug' => 'light-orange', 'color' => '#ea9629', ), array('name' => __('Yellow', 'twentythirteen'), 'slug' => 'yellow', 'color' => '#fbca3c', ), array('name' => __('White', 'twentythirteen'), 'slug' => 'white', 'color' => '#fff', ), array('name' => __('Dark Brown', 'twentythirteen'), 'slug' => 'dark-brown', 'color' => '#220e10', ), array('name' => __('Medium Brown', 'twentythirteen'), 'slug' => 'medium-brown', 'color' => '#722d19', ), array('name' => __('Light Brown', 'twentythirteen'), 'slug' => 'light-brown', 'color' => '#eadaa6', ), array('name' => __('Beige', 'twentythirteen'), 'slug' => 'beige', 'color' => '#e8e5ce', ), array('name' => __('Off-white', 'twentythirteen'), 'slug' => 'off-white', 'color' => '#f7f5e7', ), ))
/src/wp-content/themes/twentyeleven/inc/block-patterns.php:1331register_block_pattern('twentyeleven/lists', array('title' => esc_html__('Two Columns of Lists', 'twentyeleven'), 'categories' => array('twentyeleven'), 'viewportWidth' => 1000, 'content' => '<!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":25}}} --> <p style="font-size:25px"><strong>' . esc_html__('Books', 'twentyeleven') . '</strong></p> <!-- /wp:paragraph --> <!-- wp:list --> <ul><li>' . esc_html__('Aenean euismod elementum, 1999', 'twentyeleven') . '</li><li>' . esc_html__('Nisi quis eleifend, 1999', 'twentyeleven') . '</li><li>' . esc_html__('Lectus quam id leo in vitae turpis, 2006', 'twentyeleven') . '</li><li>' . esc_html__('Etiam tempor orci eu lobortis, 2009', 'twentyeleven') . '</li><li>' . esc_html__('At quis risus sed vulputate odio ut enim, 2015', 'twentyeleven') . '</li><li>' . esc_html__('Blandit. Id ornare arcu odio ut, 2018', 'twentyeleven') . '</li><li>' . esc_html__('Aenean euismod elementum II, 2020', 'twentyeleven') . '</li></ul> <!-- /wp:list --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":25}}} --> <p style="font-size:25px"><strong>' . esc_html__('Talks', 'twentyeleven') . '</strong></p> <!-- /wp:paragraph --> <!-- wp:list --> <ul><li>' . esc_html__('Aenean euismod elementum', 'twentyeleven') . '</li><li>' . esc_html__('Nisi quis eleifend', 'twentyeleven') . '</li><li>' . esc_html__('Lectus quam id leo in vitae turpis', 'twentyeleven') . '</li><li>' . esc_html__('Etiam tempor orci eu lobortis', 'twentyeleven') . '</li><li>' . esc_html__('At quis risus sed vulputate odio ut enim', 'twentyeleven') . '</li><li>' . esc_html__('Blandit. Id ornare arcu odio ut', 'twentyeleven') . '</li><li>' . esc_html__('Aenean euismod elementum', 'twentyeleven') . '</li></ul> <!-- /wp:list --></div> <!-- /wp:column --></div> <!-- /wp:columns -->', ))
/src/wp-content/themes/twentythirteen/inc/custom-header.php:451register_default_headers(array('circle' => array('url' => '%s/images/headers/circle.png', 'thumbnail_url' => '%s/images/headers/circle-thumbnail.png', 'description' => _x('Circle', 'header image description', 'twentythirteen'), ), 'diamond' => array('url' => '%s/images/headers/diamond.png', 'thumbnail_url' => '%s/images/headers/diamond-thumbnail.png', 'description' => _x('Diamond', 'header image description', 'twentythirteen'), ), 'star' => array('url' => '%s/images/headers/star.png', 'thumbnail_url' => '%s/images/headers/star-thumbnail.png', 'description' => _x('Star', 'header image description', 'twentythirteen'), ), ))
/src/wp-content/themes/twentythirteen/functions.php:1751add_theme_support('editor-gradient-presets', array(array('name' => __('Autumn Brown', 'twentythirteen'), 'gradient' => 'linear-gradient(135deg, rgba(226,45,15,1) 0%, rgba(158,25,13,1) 100%)', 'slug' => 'autumn-brown', ), array('name' => __('Sunset Yellow', 'twentythirteen'), 'gradient' => 'linear-gradient(135deg, rgba(233,139,41,1) 0%, rgba(238,179,95,1) 100%)', 'slug' => 'sunset-yellow', ), array('name' => __('Light Sky', 'twentythirteen'), 'gradient' => 'linear-gradient(135deg,rgba(228,228,228,1.0) 0%,rgba(208,225,252,1.0) 100%)', 'slug' => 'light-sky', ), array('name' => __('Dark Sky', 'twentythirteen'), 'gradient' => 'linear-gradient(135deg,rgba(0,0,0,1.0) 0%,rgba(56,61,69,1.0) 100%)', 'slug' => 'dark-sky', ), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php:511register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<id>[a-zA-Z0-9_-]+)', array('args' => array('id' => array('description' => __('The widget type id.'), 'type' => 'string', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => $this->get_collection_params( ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-content/themes/twentyeleven/inc/block-patterns.php:581register_block_pattern('twentyeleven/inline-quote', array('title' => esc_html__('Inline Quote', 'twentyeleven'), 'categories' => array('twentyeleven'), 'viewportWidth' => 1000, 'content' => '<!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph --> <p>' . esc_html__('This is just an example post to showcase the featured post section on the showcase page. Who doesn&#8217;t like flowers? I like flowers. Nullam hendrerit enim nunc. Vestibulum eget nulla magna! Fusce lobortis neque eu neque egestas tincidunt. Duis elementum consequat lorem, in eleifend justo mollis at. Nam quis adipiscing magna. Duis adipiscing est ac nibh feugiat rhoncus. Donec non lorem felis, eget commodo purus.', 'twentyeleven') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:separator {"color":"black","className":"is-style-wide"} --> <hr class="wp-block-separator has-text-color has-background has-black-background-color has-black-color is-style-wide"/> <!-- /wp:separator --> <!-- wp:quote {"className":"is-style-large"} --> <blockquote class="wp-block-quote is-style-large"><p><strong><em>' . esc_html__('"There are always flowers for those who want to see them."', 'twentyeleven') . '</em></strong></p><cite>' . esc_html__('Henri Matisse', 'twentyeleven') . '</cite></blockquote> <!-- /wp:quote --></div> <!-- /wp:column --></div> <!-- /wp:columns -->', ))
/src/wp-content/themes/twentyeleven/inc/block-patterns.php:301register_block_pattern('twentyeleven/large-text', array('title' => esc_html__('Image and Text Columns', 'twentyeleven'), 'categories' => array('twentyeleven'), 'viewportWidth' => 1000, 'content' => '<!-- wp:heading {"style":{"typography":{"fontSize":45}}} --> <h2 style="font-size:45px">' . esc_html__('A Bowl Full of&nbsp;Flowers', 'twentyeleven') . '</h2> <!-- /wp:heading --> <!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column --> <div class="wp-block-column"><!-- wp:image {"id":null,"sizeSlug":"large","linkDestination":"none"} --> <figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/images/patterns/pattern-flower.jpg" alt="' . esc_attr('A yellow flower against a dark background.', 'twentyeleven') . '" /></figure> <!-- /wp:image --> <!-- wp:paragraph {"dropCap":true} --> <p class="has-drop-cap">' . esc_html__('This is just an example post to showcase the featured post section on the showcase page. Who doesn&#8217;t like flowers? I like flowers. Nullam hendrerit enim nunc. Vestibulum eget nulla magna! Fusce lobortis neque eu neque egestas tincidunt. Duis elementum consequat lorem, in eleifend justo mollis at. Nam quis adipiscing magna. Duis adipiscing est ac nibh feugiat rhoncus. Donec non lorem felis, eget commodo purus.', 'twentyeleven') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"width":"40%"} --> <div class="wp-block-column" style="flex-basis:40%"><!-- wp:paragraph --> <p>' . esc_html__('Aenean euismod elementum nisi quis eleifend. Lectus quam id leo in vitae turpis. Etiam tempor orci eu lobortis elementum nibh. At quis risus sed vulputate odio ut enim blandit. Id ornare arcu odio ut. Blandit massa enim nec dui nunc mattis enim ut tellus. Fermentum iaculis eu non diam phasellus vestibulum. Magna fermentum iaculis eu non diam phasellus vestibulum lorem. Ullamcorper velit sed ullamcorper morbi tincidunt ornare massa. Cursus sit amet dictum sit amet justo donec. At tellus at urna condimentum mattis. Et ligula ullamcorper malesuada proin libero nunc. Ipsum dolor sit amet consectetur adipiscing elit duis tristique sollicitudin. Pellentesque diam volutpat commodo sed egestas. Mi proin sed libero enim sed faucibus.', 'twentyeleven') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns -->', ))
/src/wp-content/themes/twentyeleven/inc/block-patterns.php:1091register_block_pattern('twentyeleven/about', array('title' => esc_html__('About Me', 'twentyeleven'), 'categories' => array('twentyeleven'), 'viewportWidth' => 1000, 'content' => '<!-- wp:heading {"style":{"typography":{"fontSize":50}}} --> <h2 style="font-size:50px">' . esc_html__('About Me', 'twentyeleven') . '</h2> <!-- /wp:heading --><!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column --> <div class="wp-block-column"><!-- wp:image {"id":null,"sizeSlug":"large","linkDestination":"none"} --> <figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/images/patterns/pattern-woman.jpg" alt="' . esc_attr('Photo of a woman.', 'twentyeleven') . '" /></figure> <!-- /wp:image --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph --> <p><strong>' . esc_html__('This is a paragraph to tell about yourself.', 'twentyeleven') . '</strong> ' . esc_html__('Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Nulla porttitor massa id neque aliquam vestibulum morbi blandit cursus. Feugiat nisl pretium fusce id velit. Cursus risus at ultrices mi. Pellentesque nec nam aliquam sem et tortor consequat. Est lorem ipsum dolor sit amet consectetur adipiscing. Nisi porta lorem mollis aliquam. Aenean euismod elementum nisi quis eleifend quam adipiscing vitae proin. Malesuada bibendum arcu vitae elementum curabitur vitae nunc sed. Quis hendrerit dolor magna eget est lorem ipsum dolor sit. Viverra vitae congue eu consequat.', 'twentyeleven') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns -->', ))
/src/wp-content/themes/twentyeleven/inc/block-patterns.php:831register_block_pattern('twentyeleven/follow', array('title' => esc_html__('Follow Blog', 'twentyeleven'), 'categories' => array('twentyeleven'), 'viewportWidth' => 1000, 'content' => '<!-- wp:cover {"overlayColor":"black","minHeight":900,"minHeightUnit":"px","align":"center"} --> <div class="wp-block-cover aligncenter has-black-background-color has-background-dim" style="min-height:900px"><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":85}}} --> <p class="has-text-align-center" style="font-size:85px">' . esc_html__('Get In Touch', 'twentyeleven') . '</p> <!-- /wp:paragraph --> <!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":25}}} --> <p class="has-text-align-center" style="font-size:25px">' . esc_html__('Click to subscribe to this blog and receive notifications of new posts by email.', 'twentyeleven') . '</p> <!-- /wp:paragraph --> <!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":25}}} --> <p class="has-text-align-center" style="font-size:25px">' . esc_html__('Join 1,729 other followers', 'twentyeleven') . '</p> <!-- /wp:paragraph --> <!-- wp:buttons {"contentJustification":"center"} --> <div class="wp-block-buttons is-content-justification-center"><!-- wp:button {"borderRadius":0,"backgroundColor":"white","textColor":"black"} --> <div class="wp-block-button"><a class="wp-block-button__link has-black-color has-white-background-color has-text-color has-background no-border-radius">' . esc_html__('Follow', 'twentyeleven') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --></div></div> <!-- /wp:cover -->', ))
/src/wp-admin/includes/nav-menu.php:8891paginate_links(array('base' => add_query_arg(array($tab_name => 'all', 'paged' => '%#%', 'item-type' => 'taxonomy', 'item-object' => $taxonomy_name, )), 'format' => '', 'prev_text' => '<span aria-label="' . esc_attr__('Previous page') . '">' . __('&laquo;') . '</span>', 'next_text' => '<span aria-label="' . esc_attr__('Next page') . '">' . __('&raquo;') . '</span>', 'before_page_number' => '<span class="screen-reader-text">' . __('Page') . '</span> ', 'total' => $num_pages, 'current' => $pagenum, ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php:1061register_rest_route($this->namespace, sprintf('/%s/(?P<parent>%s%s)/%s/%s', $this->parent_base, '([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)', '[\/\w%-]+', $this->rest_base, '(?P<id>[\d]+)'), array('args' => array('parent' => array('description' => __('The id of a template'), 'type' => 'string', 'sanitize_callback' => array($this->parent_controller, '_sanitize_template_id'), ), 'id' => array('description' => __('Unique identifier for the revision.'), 'type' => 'integer', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), array('methods' => WP_REST_Server::DELETABLE, 'callback' => array($this, 'delete_item'), 'permission_callback' => array($this, 'delete_item_permissions_check'), 'args' => array('force' => array('type' => 'boolean', 'default' => false, 'description' => __('Required to be true, as revisions do not support trashing.'), ), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-content/themes/twentysixteen/template-parts/content.php:344wp_link_pages(array('before' => '<div class="page-links"><span class="page-links-title">' . __('Pages:', 'twentysixteen') . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __('Page', 'twentysixteen') . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>', ))
/src/wp-admin/includes/media.php:28291paginate_links(array('base' => add_query_arg('paged', '%#%'), 'format' => '', 'prev_text' => __('&laquo;'), 'next_text' => __('&raquo;'), 'total' => (int) ceil($wp_query->found_posts / 10), 'current' => $q['paged'], ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php:501register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<slug>[\/\w-]+)', array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_items_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-content/themes/twentyeleven/functions.php:1051add_theme_support('editor-color-palette', array(array('name' => __('Blue', 'twentyeleven'), 'slug' => 'blue', 'color' => '#1982d1', ), array('name' => __('Black', 'twentyeleven'), 'slug' => 'black', 'color' => '#000', ), array('name' => __('Dark Gray', 'twentyeleven'), 'slug' => 'dark-gray', 'color' => '#373737', ), array('name' => __('Medium Gray', 'twentyeleven'), 'slug' => 'medium-gray', 'color' => '#666', ), array('name' => __('Light Gray', 'twentyeleven'), 'slug' => 'light-gray', 'color' => '#e2e2e2', ), array('name' => __('White', 'twentyeleven'), 'slug' => 'white', 'color' => '#fff', ), ))
/src/wp-includes/functions.php:51951implode('|', array($rsUpper . '?' . $rsLower . '+' . '(?=' . implode('|', array($rsBreak, $rsUpper, '$')) . ')', $rsMiscUpper . '+' . '(?=' . implode('|', array($rsBreak, $rsUpper . $rsMiscLower, '$')) . ')', $rsUpper . '?' . $rsMiscLower . '+', $rsUpper . '+', $rsOrdUpper, $rsOrdLower, $rsDigits, ))
/src/wp-includes/widgets/class-wp-widget-media-audio.php:351array_merge($this->l10n, array('no_media_selected' => __('No audio selected'), 'add_media' => _x('Add Audio', 'label for button in the audio widget'), 'replace_media' => _x('Replace Audio', 'label for button in the audio widget; should preferably not be longer than ~13 characters long'), 'edit_media' => _x('Edit Audio', 'label for button in the audio widget; should preferably not be longer than ~13 characters long'), 'missing_attachment' => sprintf(__('That audio file cannot be found. Check your <a href="%s">media library</a> and make sure it was not deleted.'), esc_url(admin_url('upload.php'))), 'media_library_state_multi' => _n_noop('Audio Widget (%d)', 'Audio Widget (%d)'), 'media_library_state_single' => __('Audio Widget'), 'unsupported_file_type' => __('Looks like this is not the correct kind of file. Please link to an audio file instead.'), ))
/src/wp-content/themes/twentyeleven/functions.php:2421register_default_headers(array('wheel' => array('url' => '%s/images/headers/wheel.jpg', 'thumbnail_url' => '%s/images/headers/wheel-thumbnail.jpg', 'description' => __('Wheel', 'twentyeleven'), ), 'shore' => array('url' => '%s/images/headers/shore.jpg', 'thumbnail_url' => '%s/images/headers/shore-thumbnail.jpg', 'description' => __('Shore', 'twentyeleven'), ), 'trolley' => array('url' => '%s/images/headers/trolley.jpg', 'thumbnail_url' => '%s/images/headers/trolley-thumbnail.jpg', 'description' => __('Trolley', 'twentyeleven'), ), 'pine-cone' => array('url' => '%s/images/headers/pine-cone.jpg', 'thumbnail_url' => '%s/images/headers/pine-cone-thumbnail.jpg', 'description' => __('Pine Cone', 'twentyeleven'), ), 'chessboard' => array('url' => '%s/images/headers/chessboard.jpg', 'thumbnail_url' => '%s/images/headers/chessboard-thumbnail.jpg', 'description' => __('Chessboard', 'twentyeleven'), ), 'lanterns' => array('url' => '%s/images/headers/lanterns.jpg', 'thumbnail_url' => '%s/images/headers/lanterns-thumbnail.jpg', 'description' => __('Lanterns', 'twentyeleven'), ), 'willow' => array('url' => '%s/images/headers/willow.jpg', 'thumbnail_url' => '%s/images/headers/willow-thumbnail.jpg', 'description' => __('Willow', 'twentyeleven'), ), 'hanoi' => array('url' => '%s/images/headers/hanoi.jpg', 'thumbnail_url' => '%s/images/headers/hanoi-thumbnail.jpg', 'description' => __('Hanoi Plant', 'twentyeleven'), ), ))
/src/wp-includes/taxonomy.php:631register_taxonomy('category', 'post', array('hierarchical' => true, 'query_var' => 'category_name', 'rewrite' => $rewrite['category'], 'public' => true, 'show_ui' => true, 'show_admin_column' => true, '_builtin' => true, 'capabilities' => array('manage_terms' => 'manage_categories', 'edit_terms' => 'edit_categories', 'delete_terms' => 'delete_categories', 'assign_terms' => 'assign_categories', ), 'show_in_rest' => true, 'rest_base' => 'categories', 'rest_controller_class' => 'WP_REST_Terms_Controller', ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php:741register_rest_route($this->namespace, sprintf('/%s/(?P<parent>%s%s)/%s', $this->parent_base, '([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)', '[\/\w%-]+', $this->rest_base), array('args' => array('parent' => array('description' => __('The id of a template'), 'type' => 'string', 'sanitize_callback' => array($this->parent_controller, '_sanitize_template_id'), ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_items'), 'permission_callback' => array($this, 'get_items_permissions_check'), 'args' => $this->get_collection_params( ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/taxonomy.php:861register_taxonomy('post_tag', 'post', array('hierarchical' => false, 'query_var' => 'tag', 'rewrite' => $rewrite['post_tag'], 'public' => true, 'show_ui' => true, 'show_admin_column' => true, '_builtin' => true, 'capabilities' => array('manage_terms' => 'manage_post_tags', 'edit_terms' => 'edit_post_tags', 'delete_terms' => 'delete_post_tags', 'assign_terms' => 'assign_post_tags', ), 'show_in_rest' => true, 'rest_base' => 'tags', 'rest_controller_class' => 'WP_REST_Terms_Controller', ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:521register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<type>[\w-]+)', array('args' => array('type' => array('description' => __('An alphanumeric identifier for the post type.'), 'type' => 'string', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => '__return_true', 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/taxonomy.php:1091register_taxonomy('nav_menu', 'nav_menu_item', array('public' => false, 'hierarchical' => false, 'labels' => array('name' => __('Navigation Menus'), 'singular_name' => __('Navigation Menu'), ), 'query_var' => false, 'rewrite' => false, 'show_ui' => false, '_builtin' => true, 'show_in_nav_menus' => false, 'capabilities' => array('manage_terms' => 'edit_theme_options', 'edit_terms' => 'edit_theme_options', 'delete_terms' => 'edit_theme_options', 'assign_terms' => 'edit_theme_options', ), 'show_in_rest' => true, 'rest_base' => 'menus', 'rest_controller_class' => 'WP_REST_Menus_Controller', ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php:371register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<name>[a-z0-9-]+/[a-z0-9-]+)', array('args' => array('name' => array('description' => __('Unique registered name for the block.'), 'type' => 'string', ), ), array('methods' => array(WP_REST_Server::READABLE, WP_REST_Server::CREATABLE), 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), 'attributes' => array('description' => __('Attributes for the block.'), 'type' => 'object', 'default' => array( ), 'validate_callback' => static function ($value, $request) { /**/ } , 'sanitize_callback' => static function ($value, $request) { /**/ } , ), 'post_id' => array('description' => __('ID of the post context.'), 'type' => 'integer', ), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/taxonomy.php:1361register_taxonomy('link_category', 'link', array('hierarchical' => false, 'labels' => array('name' => __('Link Categories'), 'singular_name' => __('Link Category'), 'search_items' => __('Search Link Categories'), 'popular_items' => null, 'all_items' => __('All Link Categories'), 'edit_item' => __('Edit Link Category'), 'update_item' => __('Update Link Category'), 'add_new_item' => __('Add New Link Category'), 'new_item_name' => __('New Link Category Name'), 'separate_items_with_commas' => null, 'add_or_remove_items' => null, 'choose_from_most_used' => null, 'back_to_items' => __('&larr; Go to Link Categories'), ), 'capabilities' => array('manage_terms' => 'manage_links', 'edit_terms' => 'manage_links', 'delete_terms' => 'manage_links', 'assign_terms' => 'manage_links', ), 'query_var' => false, 'rewrite' => false, 'public' => false, 'show_ui' => true, '_builtin' => true, ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:752register_rest_route($this->namespace, '/' . $this->rest_base, array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_items'), 'permission_callback' => array($this, 'get_items_permissions_check'), 'args' => $this->get_collection_params( ), ), array('methods' => WP_REST_Server::CREATABLE, 'callback' => array($this, 'create_item'), 'permission_callback' => array($this, 'create_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::CREATABLE), ), 'allow_batch' => $this->allow_batch, 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/taxonomy.php:1701register_taxonomy('post_format', 'post', array('public' => true, 'hierarchical' => false, 'labels' => array('name' => _x('Formats', 'post format'), 'singular_name' => _x('Format', 'post format'), ), 'query_var' => true, 'rewrite' => $rewrite['post_format'], 'show_ui' => false, '_builtin' => true, 'show_in_nav_menus' => current_theme_supports('post-formats'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1121register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<id>[\d]+)', array('args' => array('id' => array('description' => __('Unique identifier for the post.'), 'type' => 'integer', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), 'args' => $get_item_args, ), array('methods' => WP_REST_Server::EDITABLE, 'callback' => array($this, 'update_item'), 'permission_callback' => array($this, 'update_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::EDITABLE), ), array('methods' => WP_REST_Server::DELETABLE, 'callback' => array($this, 'delete_item'), 'permission_callback' => array($this, 'delete_item_permissions_check'), 'args' => array('force' => array('type' => 'boolean', 'default' => false, 'description' => __('Whether to bypass Trash and force deletion.'), ), ), ), 'allow_batch' => $this->allow_batch, 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php:2371apply_filters('wp_sitemaps_posts_query_args', array('orderby' => 'ID', 'order' => 'ASC', 'post_type' => $post_type, 'posts_per_page' => wp_sitemaps_get_max_urls($this->object_type), 'post_status' => array('publish'), 'no_found_rows' => true, 'update_post_term_cache' => false, 'update_post_meta_cache' => false, 'ignore_sticky_posts' => true, ), $post_type)
/src/wp-includes/sodium_compat/src/Core32/BLAKE2b.php:6551implode('', array(self::intToChr($ctx4 & 0xff), self::intToChr(($ctx4 >> 8) & 0xff), self::intToChr(($ctx4 >> 16) & 0xff), self::intToChr(($ctx4 >> 24) & 0xff), "\x00\x00\x00\x00"))
/src/wp-includes/deprecated.php:51282wp_tinycolor_rgb_to_rgb(array('r' => base_convert($match[1] . $match[1], 16, 10), 'g' => base_convert($match[2] . $match[2], 16, 10), 'b' => base_convert($match[3] . $match[3], 16, 10), ))
/src/wp-includes/blocks/image.php:1711wp_json_encode(array('uploadedSrc' => $img_uploaded_src, 'figureClassNames' => $figure_class_names, 'figureStyles' => $figure_styles, 'imgClassNames' => $img_class_names, 'imgStyles' => $img_styles, 'targetWidth' => $img_width, 'targetHeight' => $img_height, 'scaleAttr' => $block['attrs']['scale'] ?? false, 'ariaLabel' => $aria_label, 'alt' => $alt, ), JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_QUOT | JSON_HEX_AMP)
/src/wp-includes/widgets/class-wp-widget-media-image.php:661array_merge(array('size' => array('type' => 'string', 'enum' => array_merge(get_intermediate_image_sizes( ), array('full', 'custom')), 'default' => 'medium', 'description' => __('Size'), ), 'width' => array('type' => 'integer', 'minimum' => 0, 'default' => 0, 'description' => __('Width'), ), 'height' => array('type' => 'integer', 'minimum' => 0, 'default' => 0, 'description' => __('Height'), ), 'caption' => array('type' => 'string', 'default' => '', 'sanitize_callback' => 'wp_kses_post', 'description' => __('Caption'), 'should_preview_update' => false, ), 'alt' => array('type' => 'string', 'default' => '', 'sanitize_callback' => 'sanitize_text_field', 'description' => __('Alternative Text'), ), 'link_type' => array('type' => 'string', 'enum' => array('none', 'file', 'post', 'custom'), 'default' => 'custom', 'media_prop' => 'link', 'description' => __('Link To'), 'should_preview_update' => true, ), 'link_url' => array('type' => 'string', 'default' => '', 'format' => 'uri', 'media_prop' => 'linkUrl', 'description' => __('URL'), 'should_preview_update' => true, ), 'image_classes' => array('type' => 'string', 'default' => '', 'sanitize_callback' => array($this, 'sanitize_token_list'), 'media_prop' => 'extraClasses', 'description' => __('Image CSS Class'), 'should_preview_update' => false, ), 'link_classes' => array('type' => 'string', 'default' => '', 'sanitize_callback' => array($this, 'sanitize_token_list'), 'media_prop' => 'linkClassName', 'should_preview_update' => false, 'description' => __('Link CSS Class'), ), 'link_rel' => array('type' => 'string', 'default' => '', 'sanitize_callback' => array($this, 'sanitize_token_list'), 'media_prop' => 'linkRel', 'description' => __('Link Rel'), 'should_preview_update' => false, ), 'link_target_blank' => array('type' => 'boolean', 'default' => false, 'media_prop' => 'linkTargetBlank', 'description' => __('Open link in a new tab'), 'should_preview_update' => false, ), 'image_title' => array('type' => 'string', 'default' => '', 'sanitize_callback' => 'sanitize_text_field', 'media_prop' => 'title', 'description' => __('Image Title Attribute'), 'should_preview_update' => false, ), ), parent::get_instance_schema( ))
/src/wp-admin/includes/ajax-actions.php:6951wp_dropdown_categories(array('taxonomy' => $taxonomy->name, 'hide_empty' => 0, 'name' => 'new' . $taxonomy->name . '_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '&mdash; ' . $taxonomy->labels->parent_item . ' &mdash;', ))
/src/wp-includes/widgets/class-wp-widget-media-video.php:351array_merge($this->l10n, array('no_media_selected' => __('No video selected'), 'add_media' => _x('Add Video', 'label for button in the video widget'), 'replace_media' => _x('Replace Video', 'label for button in the video widget; should preferably not be longer than ~13 characters long'), 'edit_media' => _x('Edit Video', 'label for button in the video widget; should preferably not be longer than ~13 characters long'), 'missing_attachment' => sprintf(__('That video cannot be found. Check your <a href="%s">media library</a> and make sure it was not deleted.'), esc_url(admin_url('upload.php'))), 'media_library_state_multi' => _n_noop('Video Widget (%d)', 'Video Widget (%d)'), 'media_library_state_single' => __('Video Widget'), 'unsupported_file_type' => sprintf(__('Sorry, the video at the supplied URL cannot be loaded. Please check that the URL is for a supported video file (%s) or stream (e.g. YouTube and Vimeo).'), '<code>.' . implode('</code>, <code>.', wp_get_video_extensions( )) . '</code>'), ))
/src/wp-admin/includes/nav-menu.php:5171paginate_links(array('base' => add_query_arg(array($tab_name => 'all', 'paged' => '%#%', 'item-type' => 'post_type', 'item-object' => $post_type_name, )), 'format' => '', 'prev_text' => '<span aria-label="' . esc_attr__('Previous page') . '">' . __('&laquo;') . '</span>', 'next_text' => '<span aria-label="' . esc_attr__('Next page') . '">' . __('&raquo;') . '</span>', 'before_page_number' => '<span class="screen-reader-text">' . __('Page') . '</span> ', 'total' => $num_pages, 'current' => $pagenum, ))
/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php:7241implode('', array(self::intToChr($ctx4 & 0xff), self::intToChr(($ctx4 >> 8) & 0xff), self::intToChr(($ctx4 >> 16) & 0xff), self::intToChr(($ctx4 >> 24) & 0xff), self::intToChr(($ctx4 >> 32) & 0xff), self::intToChr(($ctx4 >> 40) & 0xff), self::intToChr(($ctx4 >> 48) & 0xff), self::intToChr(($ctx4 >> 56) & 0xff)))
/src/wp-admin/includes/nav-menu.php:7441array_unshift($posts, (object) array('ID' => 0, 'object_id' => $_nav_menu_placeholder, 'object' => $post_type_name, 'post_content' => '', 'post_excerpt' => '', 'post_title' => $post_type->labels->archives, 'post_type' => 'nav_menu_item', 'type' => 'post_type_archive', 'url' => get_post_type_archive_link($post_type_name), ))
/src/wp-includes/widgets/class-wp-widget-media-image.php:351array_merge($this->l10n, array('no_media_selected' => __('No image selected'), 'add_media' => _x('Add Image', 'label for button in the image widget'), 'replace_media' => _x('Replace Image', 'label for button in the image widget; should preferably not be longer than ~13 characters long'), 'edit_media' => _x('Edit Image', 'label for button in the image widget; should preferably not be longer than ~13 characters long'), 'missing_attachment' => sprintf(__('That image cannot be found. Check your <a href="%s">media library</a> and make sure it was not deleted.'), esc_url(admin_url('upload.php'))), 'media_library_state_multi' => _n_noop('Image Widget (%d)', 'Image Widget (%d)'), 'media_library_state_single' => __('Image Widget'), ))
/src/wp-content/themes/twentyfifteen/inc/customizer.php:1801apply_filters('twentyfifteen_color_schemes', array('default' => array('label' => __('Default', 'twentyfifteen'), 'colors' => array('#f1f1f1', '#ffffff', '#ffffff', '#333333', '#333333', '#f7f7f7', ), ), 'dark' => array('label' => __('Dark', 'twentyfifteen'), 'colors' => array('#111111', '#202020', '#202020', '#bebebe', '#bebebe', '#1b1b1b', ), ), 'yellow' => array('label' => __('Yellow', 'twentyfifteen'), 'colors' => array('#f4ca16', '#ffdf00', '#ffffff', '#111111', '#111111', '#f1f1f1', ), ), 'pink' => array('label' => __('Pink', 'twentyfifteen'), 'colors' => array('#ffe5d1', '#e53b51', '#ffffff', '#352712', '#ffffff', '#f1f1f1', ), ), 'purple' => array('label' => __('Purple', 'twentyfifteen'), 'colors' => array('#674970', '#2e2256', '#ffffff', '#2e2256', '#ffffff', '#f1f1f1', ), ), 'blue' => array('label' => __('Blue', 'twentyfifteen'), 'colors' => array('#e9f2f9', '#55c3dc', '#ffffff', '#22313f', '#ffffff', '#f1f1f1', ), ), ))
/src/wp-content/themes/twentyfifteen/image.php:594wp_link_pages(array('before' => '<div class="page-links"><span class="page-links-title">' . __('Pages:', 'twentyfifteen') . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __('Page', 'twentyfifteen') . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>', ))
/src/wp-content/themes/twentyfifteen/single.php:331the_post_navigation(array('next_text' => '<span class="meta-nav" aria-hidden="true">' . __('Next', 'twentyfifteen') . '</span> ' . '<span class="screen-reader-text">' . __('Next post:', 'twentyfifteen') . '</span> ' . '<span class="post-title">%title</span>', 'prev_text' => '<span class="meta-nav" aria-hidden="true">' . __('Previous', 'twentyfifteen') . '</span> ' . '<span class="screen-reader-text">' . __('Previous post:', 'twentyfifteen') . '</span> ' . '<span class="post-title">%title</span>', ))
/src/wp-content/themes/twentyfifteen/content-link.php:374wp_link_pages(array('before' => '<div class="page-links"><span class="page-links-title">' . __('Pages:', 'twentyfifteen') . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __('Page', 'twentyfifteen') . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>', ))
/src/wp-content/themes/twentyfifteen/inc/block-patterns.php:501register_block_pattern('twentyfifteen/two-columns-with-images', array('title' => esc_html__('Two Columns with Images', 'twentyfifteen'), 'categories' => array('twentyfifteen'), 'content' => '<!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"><!-- wp:image {"id":null,"sizeSlug":"large","linkDestination":"none"} --><figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/pier-seagull.jpg" alt="' . esc_attr__('A pier with a seagull.', 'twentyfifteen') . '"/></figure><!-- /wp:image --><!-- wp:heading --><h2>' . esc_html__('Adventure', 'twentyfifteen') . '</h2><!-- /wp:heading --><!-- wp:paragraph --><p>' . esc_html__('I faced about again, and rushed towards the approaching Martian, rushed right down the gravelly beach and headlong into the water. Others did the same.', 'twentyfifteen') . '</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:image {"id":null,"sizeSlug":"large","linkDestination":"none"} --><figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/pier-seagulls.jpg" alt="' . esc_attr__('A pier with seagulls.', 'twentyfifteen') . '"/></figure><!-- /wp:image --><!-- wp:heading --><h2>' . esc_html__('Travels', 'twentyfifteen') . '</h2><!-- /wp:heading --><!-- wp:paragraph --><p>' . esc_html__('A boatload of people putting back came leaping out as I rushed past. The stones under my feet were muddy and slippery, and the river was so low.', 'twentyfifteen') . '</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns -->', ))
/src/wp-content/themes/twentyfifteen/inc/block-patterns.php:401register_block_pattern('twentyfifteen/contact-area', array('title' => esc_html__('Contact area', 'twentyfifteen'), 'categories' => array('twentyfifteen'), 'content' => '<!-- wp:group {"backgroundColor":"light-gray","textColor":"dark-gray"} --><div class="wp-block-group has-dark-gray-color has-light-gray-background-color has-text-color has-background"><div class="wp-block-group__inner-container"><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"><!-- wp:paragraph --><p><strong>' . esc_html__('Email', 'twentyfifteen') . '</strong><br><a href="mailto:#">' . esc_html__('example@example.com', 'twentyfifteen') . '</a></p><!-- /wp:paragraph --><!-- wp:paragraph --><p><strong>' . esc_html__('Follow us', 'twentyfifteen') . '</strong></p><!-- /wp:paragraph --><!-- wp:social-links --><ul class="wp-block-social-links"><!-- wp:social-link {"url":"https://facebook.com","service":"facebook"} /--><!-- wp:social-link {"url":"https://twitter.com","service":"twitter"} /--><!-- wp:social-link {"url":"https://instagram.com","service":"instagram"} /--><!-- wp:social-link {"url":"https://youtube.com","service":"youtube"} /--></ul><!-- /wp:social-links --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:paragraph --><p><strong>' . esc_html__('Phone', 'twentyfifteen') . '</strong><br>' . esc_html__('(123) 555-5555', 'twentyfifteen') . '</p><!-- /wp:paragraph --><!-- wp:paragraph --><p><strong>' . esc_html__('Address', 'twentyfifteen') . '</strong><br>' . esc_html__('123 Main Street', 'twentyfifteen') . '<br>' . esc_html__('City, State, 00000', 'twentyfifteen') . '</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --></div></div><!-- /wp:group -->', ))
/src/wp-content/themes/twentyfifteen/inc/block-patterns.php:301register_block_pattern('twentyfifteen/gallery-description', array('title' => esc_html__('Gallery and Description', 'twentyfifteen'), 'categories' => array('twentyfifteen'), 'content' => '<!-- wp:columns {"verticalAlignment":"top"} --><div class="wp-block-columns are-vertically-aligned-top"><!-- wp:column {"verticalAlignment":"top","width":"70%"} --><div class="wp-block-column is-vertically-aligned-top" style="flex-basis:70%"><!-- wp:gallery {"ids":[null,null,null],"columns":2,"linkTo":"none"} --><figure class="wp-block-gallery columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img src="' . esc_url(get_template_directory_uri( )) . '/assets/pier-seagull.jpg" alt="' . esc_attr__('A pier with a seagull.', 'twentyfifteen') . '" data-full-url="' . esc_url(get_template_directory_uri( )) . '/assets/pier-seagull.jpg" data-link="#"/></figure></li><li class="blocks-gallery-item"><figure><img src="' . esc_url(get_template_directory_uri( )) . '/assets/pier-seagulls.jpg" alt="' . esc_attr__('A pier with seagulls.', 'twentyfifteen') . '" data-full-url="' . esc_url(get_template_directory_uri( )) . '/assets/pier-seagulls.jpg" data-link="#"/></figure></li><li class="blocks-gallery-item"><figure><img src="' . esc_url(get_template_directory_uri( )) . '/assets/pier-sunset.jpg" alt="' . esc_attr__('A pier at sunset', 'twentyfifteen') . '" data-full-url="' . esc_url(get_template_directory_uri( )) . '/assets/pier-sunset.jpg" data-link="#"/></figure></li></ul></figure><!-- /wp:gallery --></div><!-- /wp:column --><!-- wp:column {"verticalAlignment":"top"} --><div class="wp-block-column is-vertically-aligned-top"><!-- wp:paragraph {"fontSize":"small"} --><p class="has-small-font-size"><em>' . esc_html__('Our default 2015 theme is clean, blog-focused, and designed for clarity. Twenty Fifteen’s simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages.', 'twentyfifteen') . '</em></p><!-- /wp:paragraph --><!-- wp:separator {"color":"dark-gray","className":"is-style-wide"} --><hr class="wp-block-separator has-text-color has-background has-dark-gray-background-color has-dark-gray-color is-style-wide"/><!-- /wp:separator --></div><!-- /wp:column --></div><!-- /wp:columns -->', ))
/src/wp-content/themes/twentytwenty/inc/starter-content.php:511implode('', array('<!-- wp:group {"align":"wide"} -->', '<div class="wp-block-group alignwide"><div class="wp-block-group__inner-container"><!-- wp:heading {"align":"center"} -->', '<h2 class="has-text-align-center">' . __('The premier destination for modern art in Northern Sweden. Open from 10 AM to 6 PM every day during the summer months.', 'twentytwenty') . '</h2>', '<!-- /wp:heading --></div></div>', '<!-- /wp:group -->', '<!-- wp:columns {"align":"wide"} -->', '<div class="wp-block-columns alignwide"><!-- wp:column -->', '<div class="wp-block-column"><!-- wp:group -->', '<div class="wp-block-group"><div class="wp-block-group__inner-container">', '<!-- wp:image {"align":"full","id":37,"sizeSlug":"full"} -->', '<figure class="wp-block-image alignfull size-full"><img src="' . get_theme_file_uri( ) . '/assets/images/2020-three-quarters-1.png" alt="" class="wp-image-37"/></figure>', '<!-- /wp:image -->', '<!-- wp:heading {"level":3} -->', '<h3>' . __('Works and Days', 'twentytwenty') . '</h3>', '<!-- /wp:heading -->', '<!-- wp:paragraph -->', '<p>' . __('August 1 -- December 1', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"className":"is-style-outline"} -->', '<div class="wp-block-button is-style-outline"><a class="wp-block-button__link" href="https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/">' . __('Read More', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div></div>', '<!-- /wp:group -->', '<!-- wp:group -->', '<div class="wp-block-group"><div class="wp-block-group__inner-container">', '<!-- wp:image {"align":"full","id":37,"sizeSlug":"full"} -->', '<figure class="wp-block-image alignfull size-full"><img src="' . get_theme_file_uri( ) . '/assets/images/2020-three-quarters-3.png" alt="" class="wp-image-37"/></figure>', '<!-- /wp:image -->', '<!-- wp:heading {"level":3} -->', '<h3>' . __('Theatre of Operations', 'twentytwenty') . '</h3>', '<!-- /wp:heading -->', '<!-- wp:paragraph -->', '<p>' . __('October 1 -- December 1', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"className":"is-style-outline"} -->', '<div class="wp-block-button is-style-outline"><a class="wp-block-button__link" href="https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/">' . __('Read More', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div></div>', '<!-- /wp:group --></div>', '<!-- /wp:column -->', '<!-- wp:column -->', '<div class="wp-block-column"><!-- wp:group -->', '<div class="wp-block-group"><div class="wp-block-group__inner-container">', '<!-- wp:image {"align":"full","id":37,"sizeSlug":"full"} -->', '<figure class="wp-block-image alignfull size-full"><img src="' . get_theme_file_uri( ) . '/assets/images/2020-three-quarters-2.png" alt="" class="wp-image-37"/></figure>', '<!-- /wp:image -->', '<!-- wp:heading {"level":3} -->', '<h3>' . __('The Life I Deserve', 'twentytwenty') . '</h3>', '<!-- /wp:heading -->', '<!-- wp:paragraph -->', '<p>' . __('August 1 -- December 1', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"className":"is-style-outline"} -->', '<div class="wp-block-button is-style-outline"><a class="wp-block-button__link" href="https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/">' . __('Read More', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div></div>', '<!-- /wp:group -->', '<!-- wp:group -->', '<div class="wp-block-group"><div class="wp-block-group__inner-container">', '<!-- wp:image {"align":"full","id":37,"sizeSlug":"full"} -->', '<figure class="wp-block-image alignfull size-full"><img src="' . get_theme_file_uri( ) . '/assets/images/2020-three-quarters-4.png" alt="" class="wp-image-37"/></figure>', '<!-- /wp:image -->', '<!-- wp:heading {"level":3} -->', '<h3>' . __('From Signac to Matisse', 'twentytwenty') . '</h3>', '<!-- /wp:heading -->', '<!-- wp:paragraph -->', '<p>' . __('October 1 -- December 1', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"className":"is-style-outline"} -->', '<div class="wp-block-button is-style-outline"><a class="wp-block-button__link" href="https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/">' . __('Read More', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div></div>', '<!-- /wp:group --></div>', '<!-- /wp:column --></div>', '<!-- /wp:columns -->', '<!-- wp:image {"align":"full","id":37,"sizeSlug":"full"} -->', '<figure class="wp-block-image alignfull size-full"><img src="' . get_theme_file_uri( ) . '/assets/images/2020-landscape-2.png" alt="" class="wp-image-37"/></figure>', '<!-- /wp:image -->', '<!-- wp:group {"align":"wide"} -->', '<div class="wp-block-group alignwide"><div class="wp-block-group__inner-container"><!-- wp:heading {"align":"center","textColor":"accent"} -->', '<h2 class="has-accent-color has-text-align-center">' . __('&#8220;Cyborgs, as the philosopher Donna Haraway established, are not reverent. They do not remember the cosmos.&#8221;', 'twentytwenty') . '</h2>', '<!-- /wp:heading --></div></div>', '<!-- /wp:group -->', '<!-- wp:paragraph {"dropCap":true} -->', '<p class="has-drop-cap">' . __('With seven floors of striking architecture, UMoMA shows exhibitions of international contemporary art, sometimes along with art historical retrospectives. Existential, political and philosophical issues are intrinsic to our programme. As visitor you are invited to guided tours artist talks, lectures, film screenings and other events with free admission', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:paragraph -->', '<p>' . __('The exhibitions are produced by UMoMA in collaboration with artists and museums around the world and they often attract international attention. UMoMA has received a Special Commendation from the European Museum of the Year, and was among the top candidates for the Swedish Museum of the Year Award as well as for the Council of Europe Museum Prize.', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:paragraph -->', '<p></p>', '<!-- /wp:paragraph -->', '<!-- wp:group {"customBackgroundColor":"#ffffff","align":"wide"} -->', '<div class="wp-block-group alignwide has-background" style="background-color:#ffffff"><div class="wp-block-group__inner-container"><!-- wp:group -->', '<div class="wp-block-group"><div class="wp-block-group__inner-container"><!-- wp:heading {"align":"center"} -->', '<h2 class="has-text-align-center">' . __('Become a Member and Get Exclusive Offers!', 'twentytwenty') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:paragraph {"align":"center"} -->', '<p class="has-text-align-center">' . __('Members get access to exclusive exhibits and sales. Our memberships cost $99.99 and are billed annually.', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"align":"center"} -->', '<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/">' . __('Join the Club', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div></div>', '<!-- /wp:group --></div></div>', '<!-- /wp:group -->', '<!-- wp:gallery {"ids":[39,38],"align":"wide"} -->', '<figure class="wp-block-gallery alignwide columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img src="' . get_theme_file_uri( ) . '/assets/images/2020-square-2.png" alt="" data-id="39" data-full-url="' . get_theme_file_uri( ) . '/assets/images/2020-square-2.png" data-link="assets/images/2020-square-2/" class="wp-image-39"/></figure></li><li class="blocks-gallery-item"><figure><img src="' . get_theme_file_uri( ) . '/assets/images/2020-square-1.png" alt="" data-id="38" data-full-url="' . get_theme_file_uri( ) . '/assets/images/2020-square-1.png" data-link="' . get_theme_file_uri( ) . '/assets/images/2020-square-1/" class="wp-image-38"/></figure></li></ul></figure>', '<!-- /wp:gallery -->', ))
/src/wp-content/themes/twentytwenty/inc/block-patterns.php:1391register_block_pattern('twentytwenty/featured-content', array('title' => esc_html__('Featured Content', 'twentytwenty'), 'categories' => array('twentytwenty'), 'viewportWidth' => 1400, 'content' => implode('', array('<!-- wp:columns {"align":"wide"} -->', '<div class="wp-block-columns alignwide"><!-- wp:column -->', '<div class="wp-block-column"><!-- wp:image {"sizeSlug":"full"} -->', '<figure class="wp-block-image size-full"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/2020-three-quarters-1.png" alt="' . esc_attr__('Abstract Rectangles', 'twentytwenty') . '"/></figure>', '<!-- /wp:image -->', '<!-- wp:heading -->', '<h2>' . esc_html__('Works and Days', 'twentytwenty') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:paragraph {"fontSize":"larger"} -->', '<p class="has-larger-font-size">' . esc_html__('August 1 — December 1', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"align":"left","className":"is-style-outline"} -->', '<div class="wp-block-button alignleft is-style-outline"><a class="wp-block-button__link" href="#">' . esc_html__('Read More', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div>', '<!-- /wp:column -->', '<!-- wp:column -->', '<div class="wp-block-column"><!-- wp:image {sizeSlug":"full"} -->', '<figure class="wp-block-image size-full"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/2020-three-quarters-2.png" alt="' . esc_attr__('Abstract Rectangles', 'twentytwenty') . '"/></figure>', '<!-- /wp:image -->', '<!-- wp:heading -->', '<h2>' . esc_html__('The Life I Deserve', 'twentytwenty') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:paragraph {"fontSize":"larger"} -->', '<p class="has-larger-font-size">' . esc_html__('August 1 — December 1', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"align":"left","className":"is-style-outline"} -->', '<div class="wp-block-button alignleft is-style-outline"><a class="wp-block-button__link" href="#">' . esc_html__('Read More', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div>', '<!-- /wp:column --></div>', '<!-- /wp:columns -->', )), ))
/src/wp-content/themes/twentytwenty/inc/block-patterns.php:1111implode('', array('<!-- wp:group {"align":"wide","backgroundColor":"primary"} -->', '<div class="wp-block-group alignwide has-primary-background-color has-background"><div class="wp-block-group__inner-container"><!-- wp:columns -->', '<div class="wp-block-columns"><!-- wp:column -->', '<div class="wp-block-column"><!-- wp:paragraph {"align":"center","textColor":"background","fontSize":"large"} -->', '<p class="has-text-align-center has-background-color has-text-color has-large-font-size">' . wp_kses_post(__('<em>Dates</em><br>Aug 1 — Dec 1', 'twentytwenty')) . '</p>', '<!-- /wp:paragraph --></div>', '<!-- /wp:column -->', '<!-- wp:column -->', '<div class="wp-block-column"><!-- wp:paragraph {"align":"center","textColor":"background","fontSize":"large"} -->', '<p class="has-text-align-center has-background-color has-text-color has-large-font-size">' . wp_kses_post(__('<em>Location</em><br>Exhibit Hall B', 'twentytwenty')) . '</p>', '<!-- /wp:paragraph --></div>', '<!-- /wp:column -->', '<!-- wp:column -->', '<div class="wp-block-column"><!-- wp:paragraph {"align":"center","textColor":"background","fontSize":"large"} -->', '<p class="has-text-align-center has-background-color has-text-color has-large-font-size">' . wp_kses_post(__('<em>Price</em><br>Included', 'twentytwenty')) . '</p>', '<!-- /wp:paragraph --></div>', '<!-- /wp:column --></div>', '<!-- /wp:columns --></div></div>', '<!-- /wp:group -->', ))
/src/wp-content/themes/twentytwenty/inc/block-patterns.php:1051register_block_pattern('twentytwenty/event-details', array('title' => esc_html__('Event Details', 'twentytwenty'), 'categories' => array('twentytwenty'), 'viewportWidth' => 1400, 'content' => implode('', array('<!-- wp:group {"align":"wide","backgroundColor":"primary"} -->', '<div class="wp-block-group alignwide has-primary-background-color has-background"><div class="wp-block-group__inner-container"><!-- wp:columns -->', '<div class="wp-block-columns"><!-- wp:column -->', '<div class="wp-block-column"><!-- wp:paragraph {"align":"center","textColor":"background","fontSize":"large"} -->', '<p class="has-text-align-center has-background-color has-text-color has-large-font-size">' . wp_kses_post(__('<em>Dates</em><br>Aug 1 — Dec 1', 'twentytwenty')) . '</p>', '<!-- /wp:paragraph --></div>', '<!-- /wp:column -->', '<!-- wp:column -->', '<div class="wp-block-column"><!-- wp:paragraph {"align":"center","textColor":"background","fontSize":"large"} -->', '<p class="has-text-align-center has-background-color has-text-color has-large-font-size">' . wp_kses_post(__('<em>Location</em><br>Exhibit Hall B', 'twentytwenty')) . '</p>', '<!-- /wp:paragraph --></div>', '<!-- /wp:column -->', '<!-- wp:column -->', '<div class="wp-block-column"><!-- wp:paragraph {"align":"center","textColor":"background","fontSize":"large"} -->', '<p class="has-text-align-center has-background-color has-text-color has-large-font-size">' . wp_kses_post(__('<em>Price</em><br>Included', 'twentytwenty')) . '</p>', '<!-- /wp:paragraph --></div>', '<!-- /wp:column --></div>', '<!-- /wp:columns --></div></div>', '<!-- /wp:group -->', )), ))
/src/wp-content/themes/twentytwenty/inc/block-patterns.php:641implode('', array('<!-- wp:columns {"align":"wide"} -->', '<div class="wp-block-columns alignwide"><!-- wp:column -->', '<div class="wp-block-column"><!-- wp:group {"style":{"color":{"background":"#ffffff"}}} -->', '<div class="wp-block-group has-background" style="background-color:#ffffff"><div class="wp-block-group__inner-container"><!-- wp:heading {"align":"center"} -->', '<h2 class="has-text-align-center">' . esc_html__('The Museum', 'twentytwenty') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:paragraph {"align":"center"} -->', '<p class="has-text-align-center">' . esc_html__('Award-winning exhibitions featuring internationally-renowned artists.', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:buttons {"align":"center"} -->', '<div class="wp-block-buttons aligncenter"><!-- wp:button {"className":"is-style-outline"} -->', '<div class="wp-block-button is-style-outline"><a class="wp-block-button__link">' . esc_html__('Read More', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div>', '<!-- /wp:buttons --></div></div>', '<!-- /wp:group --></div>', '<!-- /wp:column -->', '<!-- wp:column -->', '<div class="wp-block-column"><!-- wp:group {"style":{"color":{"background":"#ffffff"}}} -->', '<div class="wp-block-group has-background" style="background-color:#ffffff"><div class="wp-block-group__inner-container"><!-- wp:heading {"align":"center"} -->', '<h2 class="has-text-align-center">' . esc_html__('The Store', 'twentytwenty') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:paragraph {"align":"center"} -->', '<p class="has-text-align-center">' . esc_html__('An awe-inspiring collection of books, prints, and gifts from our exhibitions.', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:buttons {"align":"center"} -->', '<div class="wp-block-buttons aligncenter"><!-- wp:button {"className":"is-style-outline"} -->', '<div class="wp-block-button is-style-outline"><a class="wp-block-button__link">' . esc_html__('Shop Now', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div>', '<!-- /wp:buttons --></div></div>', '<!-- /wp:group --></div>', '<!-- /wp:column --></div>', '<!-- /wp:columns -->', ))
/src/wp-content/themes/twentytwenty/inc/block-patterns.php:1841register_block_pattern('twentytwenty/introduction', array('title' => esc_html__('Introduction', 'twentytwenty'), 'categories' => array('twentytwenty'), 'viewportWidth' => 1400, 'content' => implode('', array('<!-- wp:heading {"align":"center"} -->', '<h2 class="has-text-align-center">' . esc_html__('The Premier Destination for Modern Art in Sweden', 'twentytwenty') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:paragraph {"dropCap":true} -->', '<p class="has-drop-cap">' . esc_html__('With seven floors of striking architecture, UMoMA shows exhibitions of international contemporary art, sometimes along with art historical retrospectives. Existential, political, and philosophical issues are intrinsic to our program. As visitor, you are invited to guided tours artist talks, lectures, film screenings, and other events with free admission.', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', )), ))
/src/wp-content/themes/twentyfifteen/content.php:394wp_link_pages(array('before' => '<div class="page-links"><span class="page-links-title">' . __('Pages:', 'twentyfifteen') . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __('Page', 'twentyfifteen') . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>', ))
/src/wp-content/themes/twentyfifteen/content-page.php:244wp_link_pages(array('before' => '<div class="page-links"><span class="page-links-title">' . __('Pages:', 'twentyfifteen') . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __('Page', 'twentyfifteen') . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>', ))
/src/wp-content/themes/twentytwenty/inc/block-patterns.php:1451implode('', array('<!-- wp:columns {"align":"wide"} -->', '<div class="wp-block-columns alignwide"><!-- wp:column -->', '<div class="wp-block-column"><!-- wp:image {"sizeSlug":"full"} -->', '<figure class="wp-block-image size-full"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/2020-three-quarters-1.png" alt="' . esc_attr__('Abstract Rectangles', 'twentytwenty') . '"/></figure>', '<!-- /wp:image -->', '<!-- wp:heading -->', '<h2>' . esc_html__('Works and Days', 'twentytwenty') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:paragraph {"fontSize":"larger"} -->', '<p class="has-larger-font-size">' . esc_html__('August 1 — December 1', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"align":"left","className":"is-style-outline"} -->', '<div class="wp-block-button alignleft is-style-outline"><a class="wp-block-button__link" href="#">' . esc_html__('Read More', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div>', '<!-- /wp:column -->', '<!-- wp:column -->', '<div class="wp-block-column"><!-- wp:image {sizeSlug":"full"} -->', '<figure class="wp-block-image size-full"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/2020-three-quarters-2.png" alt="' . esc_attr__('Abstract Rectangles', 'twentytwenty') . '"/></figure>', '<!-- /wp:image -->', '<!-- wp:heading -->', '<h2>' . esc_html__('The Life I Deserve', 'twentytwenty') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:paragraph {"fontSize":"larger"} -->', '<p class="has-larger-font-size">' . esc_html__('August 1 — December 1', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"align":"left","className":"is-style-outline"} -->', '<div class="wp-block-button alignleft is-style-outline"><a class="wp-block-button__link" href="#">' . esc_html__('Read More', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div>', '<!-- /wp:column --></div>', '<!-- /wp:columns -->', ))
/src/wp-content/themes/twentytwentyone/inc/block-patterns.php:941register_block_pattern('twentytwentyone/two-images-showcase', array('title' => esc_html__('Two images showcase', 'twentytwentyone'), 'categories' => array('twentytwentyone'), 'viewportWidth' => 1440, 'description' => esc_html_x('A media & text block with a big image on the left and a smaller one with bordered frame on the right.', 'Block pattern description', 'twentytwentyone'), 'content' => '<!-- wp:media-text {"mediaId":1747,"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/assets/images/Daffodils.jpg","mediaType":"image"} --><div class="wp-block-media-text alignwide is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/Daffodils.jpg" alt="' . esc_attr__('&#8220;Daffodils&#8221; by Berthe Morisot', 'twentytwentyone') . '" size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:image {"align":"center","width":400,"height":512,"sizeSlug":"large","className":"is-style-twentytwentyone-image-frame"} --><figure class="wp-block-image aligncenter size-large is-resized is-style-twentytwentyone-image-frame"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/self-portrait-1885.jpg" alt="' . esc_attr__('&#8220;Self portrait&#8221; by Berthe Morisot', 'twentytwentyone') . '" width="400" height="512"/></figure><!-- /wp:image --></div></div><!-- /wp:media-text -->', ))
/src/wp-content/themes/twentytwentyone/functions.php:2071add_theme_support('editor-color-palette', array(array('name' => esc_html__('Black', 'twentytwentyone'), 'slug' => 'black', 'color' => $black, ), array('name' => esc_html__('Dark gray', 'twentytwentyone'), 'slug' => 'dark-gray', 'color' => $dark_gray, ), array('name' => esc_html__('Gray', 'twentytwentyone'), 'slug' => 'gray', 'color' => $gray, ), array('name' => esc_html__('Green', 'twentytwentyone'), 'slug' => 'green', 'color' => $green, ), array('name' => esc_html__('Blue', 'twentytwentyone'), 'slug' => 'blue', 'color' => $blue, ), array('name' => esc_html__('Purple', 'twentytwentyone'), 'slug' => 'purple', 'color' => $purple, ), array('name' => esc_html__('Red', 'twentytwentyone'), 'slug' => 'red', 'color' => $red, ), array('name' => esc_html__('Orange', 'twentytwentyone'), 'slug' => 'orange', 'color' => $orange, ), array('name' => esc_html__('Yellow', 'twentytwentyone'), 'slug' => 'yellow', 'color' => $yellow, ), array('name' => esc_html__('White', 'twentytwentyone'), 'slug' => 'white', 'color' => $white, ), ))
/src/wp-content/themes/twentytwentyone/functions.php:2631add_theme_support('editor-gradient-presets', array(array('name' => esc_html__('Purple to yellow', 'twentytwentyone'), 'gradient' => 'linear-gradient(160deg, ' . $purple . ' 0%, ' . $yellow . ' 100%)', 'slug' => 'purple-to-yellow', ), array('name' => esc_html__('Yellow to purple', 'twentytwentyone'), 'gradient' => 'linear-gradient(160deg, ' . $yellow . ' 0%, ' . $purple . ' 100%)', 'slug' => 'yellow-to-purple', ), array('name' => esc_html__('Green to yellow', 'twentytwentyone'), 'gradient' => 'linear-gradient(160deg, ' . $green . ' 0%, ' . $yellow . ' 100%)', 'slug' => 'green-to-yellow', ), array('name' => esc_html__('Yellow to green', 'twentytwentyone'), 'gradient' => 'linear-gradient(160deg, ' . $yellow . ' 0%, ' . $green . ' 100%)', 'slug' => 'yellow-to-green', ), array('name' => esc_html__('Red to yellow', 'twentytwentyone'), 'gradient' => 'linear-gradient(160deg, ' . $red . ' 0%, ' . $yellow . ' 100%)', 'slug' => 'red-to-yellow', ), array('name' => esc_html__('Yellow to red', 'twentytwentyone'), 'gradient' => 'linear-gradient(160deg, ' . $yellow . ' 0%, ' . $red . ' 100%)', 'slug' => 'yellow-to-red', ), array('name' => esc_html__('Purple to red', 'twentytwentyone'), 'gradient' => 'linear-gradient(160deg, ' . $purple . ' 0%, ' . $red . ' 100%)', 'slug' => 'purple-to-red', ), array('name' => esc_html__('Red to purple', 'twentytwentyone'), 'gradient' => 'linear-gradient(160deg, ' . $red . ' 0%, ' . $purple . ' 100%)', 'slug' => 'red-to-purple', ), ))
/src/wp-content/themes/twentyfifteen/inc/block-patterns.php:601register_block_pattern('twentyfifteen/columns-with-list', array('title' => esc_html__('Columns with a List', 'twentyfifteen'), 'categories' => array('twentyfifteen'), 'content' => '<!-- wp:heading --><h2>' . esc_html__('What to pack for the beach', 'twentyfifteen') . '</h2><!-- /wp:heading --><!-- wp:paragraph {"style":{"color":{"text":"#707070"}}} --><p class="has-text-color" style="color:#707070"><em>' . esc_html__('You don’t need a lot, trust us!', 'twentyfifteen') . '</em></p><!-- /wp:paragraph --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column {"width":"65%"} --><div class="wp-block-column" style="flex-basis:65%"><!-- wp:paragraph --><p>' . esc_html__('As I watched, the planet seemed to grow larger and smaller and to advance and recede, but that was simply that my eye was tired. Forty millions of miles it was from us — more than forty millions of miles of void. Few people realize the immensity of vacancy in which the dust of the material universe swims.', 'twentyfifteen') . '</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column {"width":"5%"} --><div class="wp-block-column" style="flex-basis:5%"></div><!-- /wp:column --><!-- wp:column {"width":"30%"} --><div class="wp-block-column" style="flex-basis:30%"><!-- wp:list --><ul><li>' . esc_html__('Towels', 'twentyfifteen') . '</li><li>' . esc_html__('Camera', 'twentyfifteen') . '</li><li>' . esc_html__('Water Bottle', 'twentyfifteen') . '</li><li>' . esc_html__('Swimsuit', 'twentyfifteen') . '</li><li>' . esc_html__('Snacks', 'twentyfifteen') . '</li></ul><!-- /wp:list --></div><!-- /wp:column --></div><!-- /wp:columns -->', ))
/src/wp-content/themes/twentytwentyone/functions.php:1391add_theme_support('editor-font-sizes', array(array('name' => esc_html__('Extra small', 'twentytwentyone'), 'shortName' => esc_html_x('XS', 'Font size', 'twentytwentyone'), 'size' => 16, 'slug' => 'extra-small', ), array('name' => esc_html__('Small', 'twentytwentyone'), 'shortName' => esc_html_x('S', 'Font size', 'twentytwentyone'), 'size' => 18, 'slug' => 'small', ), array('name' => esc_html__('Normal', 'twentytwentyone'), 'shortName' => esc_html_x('M', 'Font size', 'twentytwentyone'), 'size' => 20, 'slug' => 'normal', ), array('name' => esc_html__('Large', 'twentytwentyone'), 'shortName' => esc_html_x('L', 'Font size', 'twentytwentyone'), 'size' => 24, 'slug' => 'large', ), array('name' => esc_html__('Extra large', 'twentytwentyone'), 'shortName' => esc_html_x('XL', 'Font size', 'twentytwentyone'), 'size' => 40, 'slug' => 'extra-large', ), array('name' => esc_html__('Huge', 'twentytwentyone'), 'shortName' => esc_html_x('XXL', 'Font size', 'twentytwentyone'), 'size' => 96, 'slug' => 'huge', ), array('name' => esc_html__('Gigantic', 'twentytwentyone'), 'shortName' => esc_html_x('XXXL', 'Font size', 'twentytwentyone'), 'size' => 144, 'slug' => 'gigantic', ), ))
/src/wp-content/themes/twentytwentyone/inc/block-patterns.php:691register_block_pattern('twentytwentyone/media-text-article-title', array('title' => esc_html__('Media and text article title', 'twentytwentyone'), 'categories' => array('twentytwentyone'), 'viewportWidth' => 1440, 'description' => esc_html_x('A Media & Text block with a big image on the left and a heading on the right. The heading is followed by a separator and a description paragraph.', 'Block pattern description', 'twentytwentyone'), 'content' => '<!-- wp:media-text {"mediaId":1752,"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/assets/images/playing-in-the-sand.jpg","mediaType":"image","className":"is-style-twentytwentyone-border"} --><div class="wp-block-media-text alignwide is-stacked-on-mobile is-style-twentytwentyone-border"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/playing-in-the-sand.jpg" alt="' . esc_attr__('&#8220;Playing in the Sand&#8221; by Berthe Morisot', 'twentytwentyone') . '" class="wp-image-1752"/></figure><div class="wp-block-media-text__content"><!-- wp:heading {"align":"center"} --><h2 class="has-text-align-center">' . esc_html__('Playing in the Sand', 'twentytwentyone') . '</h2><!-- /wp:heading --><!-- wp:separator {"className":"is-style-dots"} --><hr class="wp-block-separator is-style-dots"/><!-- /wp:separator --><!-- wp:paragraph {"align":"center","fontSize":"small"} --><p class="has-text-align-center has-small-font-size">' . wp_kses_post(__('Berthe Morisot<br>(French, 1841-1895)', 'twentytwentyone')) . '</p><!-- /wp:paragraph --></div></div><!-- /wp:media-text -->', ))
/src/wp-content/themes/twentytwentyone/inc/block-patterns.php:811register_block_pattern('twentytwentyone/overlapping-images', array('title' => esc_html__('Overlapping images', 'twentytwentyone'), 'categories' => array('twentytwentyone'), 'viewportWidth' => 1024, 'blockTypes' => array('core/columns'), 'description' => esc_html_x('Three images inside an overlapping columns block.', 'Block pattern description', 'twentytwentyone'), 'content' => '<!-- wp:columns {"verticalAlignment":"center","align":"wide","className":"is-style-twentytwentyone-columns-overlap"} --><div class="wp-block-columns alignwide are-vertically-aligned-center is-style-twentytwentyone-columns-overlap"><!-- wp:column {"verticalAlignment":"center"} --><div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"align":"full","sizeSlug":"full"} --><figure class="wp-block-image alignfull size-full"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/roses-tremieres-hollyhocks-1884.jpg" alt="' . esc_attr__('&#8220;Roses Trémières&#8221; by Berthe Morisot', 'twentytwentyone') . '"/></figure><!-- /wp:image --><!-- wp:spacer --><div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:image {"align":"full","sizeSlug":"full"} --><figure class="wp-block-image alignfull size-full"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/in-the-bois-de-boulogne.jpg" alt="' . esc_attr__('&#8220;In the Bois de Boulogne&#8221; by Berthe Morisot', 'twentytwentyone') . '"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {"verticalAlignment":"center"} --><div class="wp-block-column is-vertically-aligned-center"><!-- wp:spacer --><div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:image {"align":"full",sizeSlug":"full"} --><figure class="wp-block-image alignfull size-full"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/young-woman-in-mauve.jpg" alt="' . esc_attr__('&#8220;Young Woman in Mauve&#8221; by Berthe Morisot', 'twentytwentyone') . '"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns -->', ))
/src/wp-content/themes/twentytwentyone/comments.php:591the_comments_pagination(array('before_page_number' => esc_html__('Page', 'twentytwentyone') . ' ', 'mid_size' => 0, 'prev_text' => sprintf('%s <span class="nav-prev-text">%s</span>', is_rtl( ) ? twenty_twenty_one_get_icon_svg('ui', 'arrow_right') : twenty_twenty_one_get_icon_svg('ui', 'arrow_left'), esc_html__('Older comments', 'twentytwentyone')), 'next_text' => sprintf('<span class="nav-next-text">%s</span> %s', esc_html__('Newer comments', 'twentytwentyone'), is_rtl( ) ? twenty_twenty_one_get_icon_svg('ui', 'arrow_left') : twenty_twenty_one_get_icon_svg('ui', 'arrow_right')), ))
/src/wp-content/themes/twentytwentyone/inc/block-patterns.php:561register_block_pattern('twentytwentyone/links-area', array('title' => esc_html__('Links area', 'twentytwentyone'), 'categories' => array('twentytwentyone'), 'viewportWidth' => 1440, 'blockTypes' => array('core/cover'), 'description' => esc_html_x('A huge text followed by social networks and email address links.', 'Block pattern description', 'twentytwentyone'), 'content' => '<!-- wp:cover {"overlayColor":"green","contentPosition":"center center","align":"wide","className":"is-style-twentytwentyone-border"} --><div class="wp-block-cover alignwide has-green-background-color has-background-dim is-style-twentytwentyone-border"><div class="wp-block-cover__inner-container"><!-- wp:spacer {"height":20} --><div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:paragraph {"fontSize":"huge"} --><p class="has-huge-font-size">' . wp_kses_post(__('Let&#8217;s Connect.', 'twentytwentyone')) . '</p><!-- /wp:paragraph --><!-- wp:spacer {"height":75} --><div style="height:75px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"><!-- wp:paragraph --><p><a href="#" data-type="URL">' . esc_html__('Twitter', 'twentytwentyone') . '</a> / <a href="#" data-type="URL">' . esc_html__('Instagram', 'twentytwentyone') . '</a> / <a href="#" data-type="URL">' . esc_html__('Dribbble', 'twentytwentyone') . '</a></p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:paragraph --><p><a href="#">' . esc_html__('example@example.com', 'twentytwentyone') . '</a></p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":20} --><div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --></div></div><!-- /wp:cover --><!-- wp:paragraph --><p></p><!-- /wp:paragraph -->', ))
/src/wp-content/themes/twentynineteen/inc/block-patterns.php:1481implode('', array('<!-- wp:heading -->', '<h2>' . esc_html__('Team', 'twentynineteen') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:media-text {"mediaType":"image","mediaWidth":28,"imageFill":true} -->', '<div class="wp-block-media-text alignwide is-stacked-on-mobile is-image-fill" style="grid-template-columns:28% auto"><figure class="wp-block-media-text__media" style="background-image:url(' . esc_url(get_template_directory_uri( )) . '/images/pattern_01.jpg);background-position:50% 50%"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_01.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:heading {"level":3} -->', '<h3>' . esc_html__('Eva Young', 'twentynineteen') . '</h3>', '<!-- /wp:heading -->', '<!-- wp:paragraph -->', '<p>' . esc_html__('Eva Young grew up working alongside her parents at their restaurant in Queens, NY. She opened Eva Young Consulting in 2014 to help small businesses like her parents’ restaurant adapt to the digital age.', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text -->', '<!-- wp:media-text {"mediaType":"image","mediaWidth":28,"imageFill":true} -->', '<div class="wp-block-media-text alignwide is-stacked-on-mobile is-image-fill" style="grid-template-columns:28% auto"><figure class="wp-block-media-text__media" style="background-image:url(' . esc_url(get_template_directory_uri( )) . '/images/pattern_02.jpg);background-position:50% 50%"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_02.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:heading {"level":3} -->', '<h3>' . esc_html__('Doug Watson', 'twentynineteen') . '</h3>', '<!-- /wp:heading -->', '<!-- wp:paragraph -->', '<p>' . esc_html__('Oddly enough, Doug Watson also grew up working alongside his parents at a family-owned restaurant in Queens, NY. He &nbsp;worked on digital campaigns for Fortune 500 Companies before joining Eva Green Consulting.', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text -->', ))
/src/wp-content/themes/twentynineteen/inc/block-patterns.php:1761register_block_pattern('twentynineteen/what-we-do', array('title' => esc_html__('What We Do', 'twentynineteen'), 'categories' => array('twentynineteen'), 'viewportWidth' => 1400, 'content' => implode('', array('<!-- wp:heading -->', '<h2>' . esc_html__('What We Do', 'twentynineteen') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:pullquote {"align":"wide","className":"is-style-solid-color"} -->', '<figure class="wp-block-pullquote alignwide is-style-solid-color"><blockquote><p>' . esc_html__('Redefine brands', 'twentynineteen') . '</p><cite>' . esc_html__('We help startups define (or refine) a clear brand identity.', 'twentynineteen') . '</cite></blockquote></figure>', '<!-- /wp:pullquote -->', '<!-- wp:pullquote {"mainColor":"dark-gray","customTextColor":"#ffffff","align":"wide","className":"is-style-solid-color"} -->', '<figure class="wp-block-pullquote alignwide has-background has-dark-gray-background-color is-style-solid-color"><blockquote class="has-text-color" style="color:#ffffff"><p>' . esc_html__('Activate new customers', 'twentynineteen') . '</p><cite>' . esc_html__('We help businesses grow.', 'twentynineteen') . '</cite></blockquote></figure>', '<!-- /wp:pullquote -->', '<!-- wp:pullquote {"customMainColor":"#f7f7f7","customTextColor":"#111111","align":"wide","className":"is-style-solid-color"} -->', '<figure class="wp-block-pullquote alignwide has-background is-style-solid-color" style="background-color:#f7f7f7"><blockquote class="has-text-color" style="color:#111111"><p>' . esc_html__('Spark interest on social media', 'twentynineteen') . '</p><cite>' . esc_html__('We help companies communicate with their customers.', 'twentynineteen') . '</cite></blockquote></figure>', '<!-- /wp:pullquote -->', )), ))
/src/wp-content/themes/twentynineteen/inc/block-patterns.php:1821implode('', array('<!-- wp:heading -->', '<h2>' . esc_html__('What We Do', 'twentynineteen') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:pullquote {"align":"wide","className":"is-style-solid-color"} -->', '<figure class="wp-block-pullquote alignwide is-style-solid-color"><blockquote><p>' . esc_html__('Redefine brands', 'twentynineteen') . '</p><cite>' . esc_html__('We help startups define (or refine) a clear brand identity.', 'twentynineteen') . '</cite></blockquote></figure>', '<!-- /wp:pullquote -->', '<!-- wp:pullquote {"mainColor":"dark-gray","customTextColor":"#ffffff","align":"wide","className":"is-style-solid-color"} -->', '<figure class="wp-block-pullquote alignwide has-background has-dark-gray-background-color is-style-solid-color"><blockquote class="has-text-color" style="color:#ffffff"><p>' . esc_html__('Activate new customers', 'twentynineteen') . '</p><cite>' . esc_html__('We help businesses grow.', 'twentynineteen') . '</cite></blockquote></figure>', '<!-- /wp:pullquote -->', '<!-- wp:pullquote {"customMainColor":"#f7f7f7","customTextColor":"#111111","align":"wide","className":"is-style-solid-color"} -->', '<figure class="wp-block-pullquote alignwide has-background is-style-solid-color" style="background-color:#f7f7f7"><blockquote class="has-text-color" style="color:#111111"><p>' . esc_html__('Spark interest on social media', 'twentynineteen') . '</p><cite>' . esc_html__('We help companies communicate with their customers.', 'twentynineteen') . '</cite></blockquote></figure>', '<!-- /wp:pullquote -->', ))
/src/wp-content/themes/twentyfifteen/functions.php:2011add_theme_support('editor-color-palette', array(array('name' => __('Dark Gray', 'twentyfifteen'), 'slug' => 'dark-gray', 'color' => '#111', ), array('name' => __('Light Gray', 'twentyfifteen'), 'slug' => 'light-gray', 'color' => '#f1f1f1', ), array('name' => __('White', 'twentyfifteen'), 'slug' => 'white', 'color' => '#fff', ), array('name' => __('Yellow', 'twentyfifteen'), 'slug' => 'yellow', 'color' => '#f4ca16', ), array('name' => __('Dark Brown', 'twentyfifteen'), 'slug' => 'dark-brown', 'color' => '#352712', ), array('name' => __('Medium Pink', 'twentyfifteen'), 'slug' => 'medium-pink', 'color' => '#e53b51', ), array('name' => __('Light Pink', 'twentyfifteen'), 'slug' => 'light-pink', 'color' => '#ffe5d1', ), array('name' => __('Dark Purple', 'twentyfifteen'), 'slug' => 'dark-purple', 'color' => '#2e2256', ), array('name' => __('Purple', 'twentyfifteen'), 'slug' => 'purple', 'color' => '#674970', ), array('name' => __('Blue Gray', 'twentyfifteen'), 'slug' => 'blue-gray', 'color' => '#22313f', ), array('name' => __('Bright Blue', 'twentyfifteen'), 'slug' => 'bright-blue', 'color' => '#55c3dc', ), array('name' => __('Light Blue', 'twentyfifteen'), 'slug' => 'light-blue', 'color' => '#e9f2f9', ), ))
/src/wp-content/themes/twentyfifteen/functions.php:2681add_theme_support('editor-gradient-presets', array(array('name' => __('Dark Gray Gradient', 'twentyfifteen'), 'slug' => 'dark-gray-gradient-gradient', 'gradient' => 'linear-gradient(90deg, rgba(17,17,17,1) 0%, rgba(42,42,42,1) 100%)', ), array('name' => __('Light Gray Gradient', 'twentyfifteen'), 'slug' => 'light-gray-gradient', 'gradient' => 'linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(215,215,215,1) 100%)', ), array('name' => __('White Gradient', 'twentyfifteen'), 'slug' => 'white-gradient', 'gradient' => 'linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%)', ), array('name' => __('Yellow Gradient', 'twentyfifteen'), 'slug' => 'yellow-gradient', 'gradient' => 'linear-gradient(90deg, rgba(244,202,22,1) 0%, rgba(205,168,10,1) 100%)', ), array('name' => __('Dark Brown Gradient', 'twentyfifteen'), 'slug' => 'dark-brown-gradient', 'gradient' => 'linear-gradient(90deg, rgba(53,39,18,1) 0%, rgba(91,67,31,1) 100%)', ), array('name' => __('Medium Pink Gradient', 'twentyfifteen'), 'slug' => 'medium-pink-gradient', 'gradient' => 'linear-gradient(90deg, rgba(229,59,81,1) 0%, rgba(209,28,51,1) 100%)', ), array('name' => __('Light Pink Gradient', 'twentyfifteen'), 'slug' => 'light-pink-gradient', 'gradient' => 'linear-gradient(90deg, rgba(255,229,209,1) 0%, rgba(255,200,158,1) 100%)', ), array('name' => __('Dark Purple Gradient', 'twentyfifteen'), 'slug' => 'dark-purple-gradient', 'gradient' => 'linear-gradient(90deg, rgba(46,34,86,1) 0%, rgba(66,48,123,1) 100%)', ), array('name' => __('Purple Gradient', 'twentyfifteen'), 'slug' => 'purple-gradient', 'gradient' => 'linear-gradient(90deg, rgba(103,73,112,1) 0%, rgba(131,93,143,1) 100%)', ), array('name' => __('Blue Gray Gradient', 'twentyfifteen'), 'slug' => 'blue-gray-gradient', 'gradient' => 'linear-gradient(90deg, rgba(34,49,63,1) 0%, rgba(52,75,96,1) 100%)', ), array('name' => __('Bright Blue Gradient', 'twentyfifteen'), 'slug' => 'bright-blue-gradient', 'gradient' => 'linear-gradient(90deg, rgba(85,195,220,1) 0%, rgba(43,180,211,1) 100%)', ), array('name' => __('Light Blue Gradient', 'twentyfifteen'), 'slug' => 'light-blue-gradient', 'gradient' => 'linear-gradient(90deg, rgba(233,242,249,1) 0%, rgba(193,218,238,1) 100%)', ), ))
/src/wp-content/themes/twentytwenty/inc/block-patterns.php:301register_block_pattern('twentytwenty/call-to-action', array('title' => esc_html__('Call to Action', 'twentytwenty'), 'categories' => array('twentytwenty'), 'viewportWidth' => 1400, 'content' => implode('', array('<!-- wp:group {"align":"wide","style":{"color":{"background":"#ffffff"}}} -->', '<div class="wp-block-group alignwide has-background" style="background-color:#ffffff"><div class="wp-block-group__inner-container"><!-- wp:group -->', '<div class="wp-block-group"><div class="wp-block-group__inner-container"><!-- wp:heading {"align":"center"} -->', '<h2 class="has-text-align-center">' . esc_html__('Support the Museum and Get Exclusive Offers', 'twentytwenty') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:paragraph {"align":"center"} -->', '<p class="has-text-align-center">' . esc_html__('Members get access to exclusive exhibits and sales. Our memberships cost $99.99 and are billed annually.', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"align":"center","className":"is-style-outline"} -->', '<div class="wp-block-button aligncenter is-style-outline"><a class="wp-block-button__link" href="#">' . esc_html__('Become a Member', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div></div>', '<!-- /wp:group --></div></div>', '<!-- /wp:group -->', )), ))
/src/wp-content/themes/twentytwenty/inc/block-patterns.php:361implode('', array('<!-- wp:group {"align":"wide","style":{"color":{"background":"#ffffff"}}} -->', '<div class="wp-block-group alignwide has-background" style="background-color:#ffffff"><div class="wp-block-group__inner-container"><!-- wp:group -->', '<div class="wp-block-group"><div class="wp-block-group__inner-container"><!-- wp:heading {"align":"center"} -->', '<h2 class="has-text-align-center">' . esc_html__('Support the Museum and Get Exclusive Offers', 'twentytwenty') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:paragraph {"align":"center"} -->', '<p class="has-text-align-center">' . esc_html__('Members get access to exclusive exhibits and sales. Our memberships cost $99.99 and are billed annually.', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"align":"center","className":"is-style-outline"} -->', '<div class="wp-block-button aligncenter is-style-outline"><a class="wp-block-button__link" href="#">' . esc_html__('Become a Member', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div></div>', '<!-- /wp:group --></div></div>', '<!-- /wp:group -->', ))
/src/wp-content/themes/twentytwenty/inc/block-patterns.php:581register_block_pattern('twentytwenty/double-call-to-action', array('title' => esc_html__('Double Call to Action', 'twentytwenty'), 'categories' => array('twentytwenty'), 'viewportWidth' => 1400, 'content' => implode('', array('<!-- wp:columns {"align":"wide"} -->', '<div class="wp-block-columns alignwide"><!-- wp:column -->', '<div class="wp-block-column"><!-- wp:group {"style":{"color":{"background":"#ffffff"}}} -->', '<div class="wp-block-group has-background" style="background-color:#ffffff"><div class="wp-block-group__inner-container"><!-- wp:heading {"align":"center"} -->', '<h2 class="has-text-align-center">' . esc_html__('The Museum', 'twentytwenty') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:paragraph {"align":"center"} -->', '<p class="has-text-align-center">' . esc_html__('Award-winning exhibitions featuring internationally-renowned artists.', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:buttons {"align":"center"} -->', '<div class="wp-block-buttons aligncenter"><!-- wp:button {"className":"is-style-outline"} -->', '<div class="wp-block-button is-style-outline"><a class="wp-block-button__link">' . esc_html__('Read More', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div>', '<!-- /wp:buttons --></div></div>', '<!-- /wp:group --></div>', '<!-- /wp:column -->', '<!-- wp:column -->', '<div class="wp-block-column"><!-- wp:group {"style":{"color":{"background":"#ffffff"}}} -->', '<div class="wp-block-group has-background" style="background-color:#ffffff"><div class="wp-block-group__inner-container"><!-- wp:heading {"align":"center"} -->', '<h2 class="has-text-align-center">' . esc_html__('The Store', 'twentytwenty') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:paragraph {"align":"center"} -->', '<p class="has-text-align-center">' . esc_html__('An awe-inspiring collection of books, prints, and gifts from our exhibitions.', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:buttons {"align":"center"} -->', '<div class="wp-block-buttons aligncenter"><!-- wp:button {"className":"is-style-outline"} -->', '<div class="wp-block-button is-style-outline"><a class="wp-block-button__link">' . esc_html__('Shop Now', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div>', '<!-- /wp:buttons --></div></div>', '<!-- /wp:group --></div>', '<!-- /wp:column --></div>', '<!-- /wp:columns -->', )), ))
/src/wp-content/themes/twentynineteen/image.php:501wp_link_pages(array('before' => '<div class="page-links"><span class="page-links-title">' . __('Pages:', 'twentynineteen') . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __('Page', 'twentynineteen') . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>', ))
/src/wp-content/themes/twentynineteen/inc/block-patterns.php:301register_block_pattern('twentynineteen/about', array('title' => esc_html__('About', 'twentynineteen'), 'categories' => array('twentynineteen'), 'content' => implode('', array('<!-- wp:paragraph {"fontSize":"huge","style":{"typography":{"lineHeight":"1.3"}}} -->', '<p class="has-huge-font-size" style="line-height:1.3">' . esc_html__('Advocating for Businesses and Entrepreneurs since 2014', 'twentynineteen') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:paragraph -->', '<p>' . esc_html__('Eva Young Consulting was founded in 2014 to meet the needs of small businesses in the San Francisco Bay Area. We help startups define a clear brand identity and digital strategy that will carry them through their financing rounds and scale as their business grows. Discover how we can boost your brand with a unique and powerful digital marketing strategy.', 'twentynineteen') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:buttons -->', '<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"dark-gray"} -->', '<div class="wp-block-button"><a class="wp-block-button__link has-dark-gray-background-color has-background">' . esc_html__('Learn More', 'twentynineteen') . '</a></div>', '<!-- /wp:button --></div>', '<!-- /wp:buttons -->', )), ))
/src/wp-content/themes/twentynineteen/inc/block-patterns.php:551register_block_pattern('twentynineteen/get-in-touch', array('title' => esc_html__('Get In Touch', 'twentynineteen'), 'categories' => array('twentynineteen'), 'content' => implode('', array('<!-- wp:paragraph {"fontSize":"huge"} -->', '<p class="has-huge-font-size">' . esc_html__('Get In Touch', 'twentynineteen') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:columns -->', '<div class="wp-block-columns"><!-- wp:column -->', '<div class="wp-block-column"><!-- wp:paragraph -->', '<p>' . esc_html__('20 Cooper Avenue', 'twentynineteen') . '<br>' . esc_html__('New York, New York 10023', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div>', '<!-- /wp:column -->', '<!-- wp:column -->', '<div class="wp-block-column"><!-- wp:paragraph -->', '<p>' . esc_html__('(555) 555-5555', 'twentynineteen') . '<br><a href="mailto:example@example.com">' . esc_html__('example@example.com', 'twentynineteen') . '</a></p>', '<!-- /wp:paragraph --></div>', '<!-- /wp:column --></div>', '<!-- /wp:columns -->', '<!-- wp:buttons -->', '<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"dark-gray"} -->', '<div class="wp-block-button"><a class="wp-block-button__link has-dark-gray-background-color has-background">' . esc_html__('Contact Us', 'twentynineteen') . '</a></div>', '<!-- /wp:button --></div>', '<!-- /wp:buttons -->', )), ))
/src/wp-content/themes/twentynineteen/inc/block-patterns.php:601implode('', array('<!-- wp:paragraph {"fontSize":"huge"} -->', '<p class="has-huge-font-size">' . esc_html__('Get In Touch', 'twentynineteen') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:columns -->', '<div class="wp-block-columns"><!-- wp:column -->', '<div class="wp-block-column"><!-- wp:paragraph -->', '<p>' . esc_html__('20 Cooper Avenue', 'twentynineteen') . '<br>' . esc_html__('New York, New York 10023', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div>', '<!-- /wp:column -->', '<!-- wp:column -->', '<div class="wp-block-column"><!-- wp:paragraph -->', '<p>' . esc_html__('(555) 555-5555', 'twentynineteen') . '<br><a href="mailto:example@example.com">' . esc_html__('example@example.com', 'twentynineteen') . '</a></p>', '<!-- /wp:paragraph --></div>', '<!-- /wp:column --></div>', '<!-- /wp:columns -->', '<!-- wp:buttons -->', '<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"dark-gray"} -->', '<div class="wp-block-button"><a class="wp-block-button__link has-dark-gray-background-color has-background">' . esc_html__('Contact Us', 'twentynineteen') . '</a></div>', '<!-- /wp:button --></div>', '<!-- /wp:buttons -->', ))
/src/wp-content/themes/twentynineteen/inc/block-patterns.php:891register_block_pattern('twentynineteen/services', array('title' => esc_html__('Services', 'twentynineteen'), 'categories' => array('twentynineteen'), 'content' => implode('', array('<!-- wp:heading -->', '<h2>' . esc_html__('Services', 'twentynineteen') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:columns {"className":"has-2-columns"} -->', '<div class="wp-block-columns has-2-columns"><!-- wp:column -->', '<div class="wp-block-column"><!-- wp:media-text {"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/images/pattern_01.jpg","mediaType":"image","mediaWidth":10,"isStackedOnMobile":false} -->', '<div class="wp-block-media-text alignwide" style="grid-template-columns:10% auto"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_01.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph -->', '<p>' . esc_html__('Website Design', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text -->', '<!-- wp:media-text {"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/images/pattern_02.jpg","mediaType":"image","mediaWidth":10,"isStackedOnMobile":false} -->', '<div class="wp-block-media-text alignwide" style="grid-template-columns:10% auto"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_02.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph -->', '<p>' . esc_html__('Mobile', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text -->', '<!-- wp:media-text {"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/images/pattern_03.jpg","mediaType":"image","mediaWidth":10,"isStackedOnMobile":false} -->', '<div class="wp-block-media-text alignwide" style="grid-template-columns:10% auto"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_03.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph -->', '<p>' . esc_html__('Social Media', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text --></div>', '<!-- /wp:column -->', '<!-- wp:column -->', '<div class="wp-block-column"><!-- wp:media-text {"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/images/pattern_03.jpg","mediaType":"image","mediaWidth":10,"isStackedOnMobile":false} -->', '<div class="wp-block-media-text alignwide" style="grid-template-columns:10% auto"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_03.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph -->', '<p>' . esc_html__('Marketing', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text -->', '<!-- wp:media-text {"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/images/pattern_04.jpg","mediaType":"image","mediaWidth":10,"isStackedOnMobile":false} -->', '<div class="wp-block-media-text alignwide" style="grid-template-columns:10% auto"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_04.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph -->', '<p>' . esc_html__('Copywriting', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text -->', '<!-- wp:media-text {"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/images/pattern_01.jpg","mediaType":"image","mediaWidth":10,"isStackedOnMobile":false} -->', '<div class="wp-block-media-text alignwide" style="grid-template-columns:10% auto"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_01.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph -->', '<p>' . esc_html__('Content Strategy', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text --></div>', '<!-- /wp:column --></div>', '<!-- /wp:columns -->', )), ))
/src/wp-content/themes/twentynineteen/inc/block-patterns.php:941implode('', array('<!-- wp:heading -->', '<h2>' . esc_html__('Services', 'twentynineteen') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:columns {"className":"has-2-columns"} -->', '<div class="wp-block-columns has-2-columns"><!-- wp:column -->', '<div class="wp-block-column"><!-- wp:media-text {"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/images/pattern_01.jpg","mediaType":"image","mediaWidth":10,"isStackedOnMobile":false} -->', '<div class="wp-block-media-text alignwide" style="grid-template-columns:10% auto"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_01.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph -->', '<p>' . esc_html__('Website Design', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text -->', '<!-- wp:media-text {"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/images/pattern_02.jpg","mediaType":"image","mediaWidth":10,"isStackedOnMobile":false} -->', '<div class="wp-block-media-text alignwide" style="grid-template-columns:10% auto"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_02.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph -->', '<p>' . esc_html__('Mobile', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text -->', '<!-- wp:media-text {"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/images/pattern_03.jpg","mediaType":"image","mediaWidth":10,"isStackedOnMobile":false} -->', '<div class="wp-block-media-text alignwide" style="grid-template-columns:10% auto"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_03.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph -->', '<p>' . esc_html__('Social Media', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text --></div>', '<!-- /wp:column -->', '<!-- wp:column -->', '<div class="wp-block-column"><!-- wp:media-text {"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/images/pattern_03.jpg","mediaType":"image","mediaWidth":10,"isStackedOnMobile":false} -->', '<div class="wp-block-media-text alignwide" style="grid-template-columns:10% auto"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_03.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph -->', '<p>' . esc_html__('Marketing', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text -->', '<!-- wp:media-text {"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/images/pattern_04.jpg","mediaType":"image","mediaWidth":10,"isStackedOnMobile":false} -->', '<div class="wp-block-media-text alignwide" style="grid-template-columns:10% auto"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_04.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph -->', '<p>' . esc_html__('Copywriting', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text -->', '<!-- wp:media-text {"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/images/pattern_01.jpg","mediaType":"image","mediaWidth":10,"isStackedOnMobile":false} -->', '<div class="wp-block-media-text alignwide" style="grid-template-columns:10% auto"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_01.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph -->', '<p>' . esc_html__('Content Strategy', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text --></div>', '<!-- /wp:column --></div>', '<!-- /wp:columns -->', ))
/src/wp-content/themes/twentynineteen/inc/block-patterns.php:1421register_block_pattern('twentynineteen/team', array('title' => esc_html__('Team', 'twentynineteen'), 'categories' => array('twentynineteen'), 'viewportWidth' => 1400, 'content' => implode('', array('<!-- wp:heading -->', '<h2>' . esc_html__('Team', 'twentynineteen') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:media-text {"mediaType":"image","mediaWidth":28,"imageFill":true} -->', '<div class="wp-block-media-text alignwide is-stacked-on-mobile is-image-fill" style="grid-template-columns:28% auto"><figure class="wp-block-media-text__media" style="background-image:url(' . esc_url(get_template_directory_uri( )) . '/images/pattern_01.jpg);background-position:50% 50%"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_01.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:heading {"level":3} -->', '<h3>' . esc_html__('Eva Young', 'twentynineteen') . '</h3>', '<!-- /wp:heading -->', '<!-- wp:paragraph -->', '<p>' . esc_html__('Eva Young grew up working alongside her parents at their restaurant in Queens, NY. She opened Eva Young Consulting in 2014 to help small businesses like her parents’ restaurant adapt to the digital age.', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text -->', '<!-- wp:media-text {"mediaType":"image","mediaWidth":28,"imageFill":true} -->', '<div class="wp-block-media-text alignwide is-stacked-on-mobile is-image-fill" style="grid-template-columns:28% auto"><figure class="wp-block-media-text__media" style="background-image:url(' . esc_url(get_template_directory_uri( )) . '/images/pattern_02.jpg);background-position:50% 50%"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern_02.jpg" alt="' . esc_html__('Gradient', 'twentynineteen') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:heading {"level":3} -->', '<h3>' . esc_html__('Doug Watson', 'twentynineteen') . '</h3>', '<!-- /wp:heading -->', '<!-- wp:paragraph -->', '<p>' . esc_html__('Oddly enough, Doug Watson also grew up working alongside his parents at a family-owned restaurant in Queens, NY. He &nbsp;worked on digital campaigns for Fortune 500 Companies before joining Eva Green Consulting.', 'twentynineteen') . '</p>', '<!-- /wp:paragraph --></div></div>', '<!-- /wp:media-text -->', )), ))
/src/wp-content/themes/twentyten/functions.php:2131register_default_headers(array('berries' => array('url' => '%s/images/headers/berries.jpg', 'thumbnail_url' => '%s/images/headers/berries-thumbnail.jpg', 'description' => __('Berries', 'twentyten'), ), 'cherryblossom' => array('url' => '%s/images/headers/cherryblossoms.jpg', 'thumbnail_url' => '%s/images/headers/cherryblossoms-thumbnail.jpg', 'description' => __('Cherry Blossoms', 'twentyten'), ), 'concave' => array('url' => '%s/images/headers/concave.jpg', 'thumbnail_url' => '%s/images/headers/concave-thumbnail.jpg', 'description' => __('Concave', 'twentyten'), ), 'fern' => array('url' => '%s/images/headers/fern.jpg', 'thumbnail_url' => '%s/images/headers/fern-thumbnail.jpg', 'description' => __('Fern', 'twentyten'), ), 'forestfloor' => array('url' => '%s/images/headers/forestfloor.jpg', 'thumbnail_url' => '%s/images/headers/forestfloor-thumbnail.jpg', 'description' => __('Forest Floor', 'twentyten'), ), 'inkwell' => array('url' => '%s/images/headers/inkwell.jpg', 'thumbnail_url' => '%s/images/headers/inkwell-thumbnail.jpg', 'description' => __('Inkwell', 'twentyten'), ), 'path' => array('url' => '%s/images/headers/path.jpg', 'thumbnail_url' => '%s/images/headers/path-thumbnail.jpg', 'description' => __('Path', 'twentyten'), ), 'sunset' => array('url' => '%s/images/headers/sunset.jpg', 'thumbnail_url' => '%s/images/headers/sunset-thumbnail.jpg', 'description' => __('Sunset', 'twentyten'), ), ))
/src/wp-content/themes/twentyten/functions.php:881add_theme_support('editor-color-palette', array(array('name' => __('Blue', 'twentyten'), 'slug' => 'blue', 'color' => '#0066cc', ), array('name' => __('Black', 'twentyten'), 'slug' => 'black', 'color' => '#000', ), array('name' => __('Medium Gray', 'twentyten'), 'slug' => 'medium-gray', 'color' => '#666', ), array('name' => __('Light Gray', 'twentyten'), 'slug' => 'light-gray', 'color' => '#f1f1f1', ), array('name' => __('White', 'twentyten'), 'slug' => 'white', 'color' => '#fff', ), ))
/src/wp-content/themes/twentytwelve/inc/block-patterns.php:861register_block_pattern('twentytwelve/mixed-content-columns', array('title' => esc_html__('Left-aligned Image and Paragraph', 'twentytwelve'), 'categories' => array('twentytwelve'), 'viewportWidth' => 700, 'content' => '<!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column --> <div class="wp-block-column"><!-- wp:image {"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} --> <figure class="wp-block-image size-large is-style-default"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern-jumble-3.jpg" alt="' . esc_attr__('Close up of a yellow leaf.', 'twentytwelve') . '" /></figure> <!-- /wp:image --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph {"dropCap":true} --> <p class="has-drop-cap">' . esc_html__('Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.', 'twentytwelve') . '</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>' . esc_html__('The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn&#8217;t listen. She packed her seven versalia, put her initial into the belt and made herself on the way. When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.', 'twentytwelve') . '</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>' . esc_html__('It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.', 'twentytwelve') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns -->', ))
/src/wp-content/themes/twentytwelve/inc/block-patterns.php:301register_block_pattern('twentytwelve/floating-images', array('title' => esc_html__('Floating Images Gallery', 'twentytwelve'), 'categories' => array('twentytwelve'), 'viewportWidth' => 700, 'content' => '<!-- wp:group --> <div class="wp-block-group"><div class="wp-block-group__inner-container"><!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column --> <div class="wp-block-column"><!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:image {"align":"center","sizeSlug":"large","linkDestination":"none"} --> <div class="wp-block-image"><figure class="aligncenter size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern-jumble-2.jpg" alt="' . esc_attr__('Close up of a yellow and green leaf.', 'twentytwelve') . '" /></figure></div> <!-- /wp:image --></div> <!-- /wp:column --> <!-- wp:column {"width":"29%"} --> <div class="wp-block-column" style="flex-basis:29%"><!-- wp:image {"align":"center","sizeSlug":"large","linkDestination":"none"} --> <div class="wp-block-image"><figure class="aligncenter size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern-jumble-3.jpg" alt="' . esc_attr__('Close up of a yellow leaf.', 'twentytwelve') . '" /></figure></div> <!-- /wp:image --> <!-- wp:spacer {"height":25} --> <div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:image {"sizeSlug":"large","linkDestination":"none"} --> <figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern-jumble-4.jpg" alt="' . esc_attr__('Close up of a yellow and green leaf.', 'twentytwelve') . '" /></figure> <!-- /wp:image --></div> <!-- /wp:column --> <!-- wp:column {"width":"43%"} --> <div class="wp-block-column" style="flex-basis:43%"><!-- wp:spacer {"height":37} --> <div style="height:37px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:image {"sizeSlug":"large","linkDestination":"none"} --> <figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/images/pattern-jumble-1.jpg" alt="' . esc_attr__('Close up of a yellow and green leaf.', 'twentytwelve') . '" /></figure> <!-- /wp:image --></div> <!-- /wp:column --></div> <!-- /wp:columns --></div></div> <!-- /wp:group -->', ))
/src/wp-content/themes/twentytwelve/functions.php:771add_theme_support('editor-color-palette', array(array('name' => __('Blue', 'twentytwelve'), 'slug' => 'blue', 'color' => '#21759b', ), array('name' => __('Dark Gray', 'twentytwelve'), 'slug' => 'dark-gray', 'color' => '#444', ), array('name' => __('Medium Gray', 'twentytwelve'), 'slug' => 'medium-gray', 'color' => '#9f9f9f', ), array('name' => __('Light Gray', 'twentytwelve'), 'slug' => 'light-gray', 'color' => '#e6e6e6', ), array('name' => __('White', 'twentytwelve'), 'slug' => 'white', 'color' => '#fff', ), ))
/src/wp-content/themes/twentyfourteen/inc/template-tags.php:431paginate_links(array('base' => $pagenum_link, 'format' => $format, 'total' => $wp_query->max_num_pages, 'current' => $paged, 'mid_size' => 1, 'add_args' => array_map('urlencode', $query_args), 'prev_text' => __('&larr; Previous', 'twentyfourteen'), 'next_text' => __('Next &rarr;', 'twentyfourteen'), ))
/src/wp-content/themes/twentyfourteen/inc/block-patterns.php:631register_block_pattern('twentyfourteen/contact', array('title' => esc_html__('Contact', 'twentyfourteen'), 'categories' => array('twentyfourteen'), 'viewportWidth' => 1000, 'content' => '<!-- wp:cover {"customOverlayColor":"#e6f0e4","minHeight":450,"contentPosition":"center center","className":"is-style-default"} --><div class="wp-block-cover has-background-dim is-style-default" style="background-color:#e6f0e4;min-height:450px"><div class="wp-block-cover__inner-container"><!-- wp:spacer {"height":10} --><div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:paragraph {"align":"left","placeholder":"' . esc_attr__('Write title…', 'twentyfourteen') . '","textColor":"black","fontSize":"large"} --><p class="has-text-align-left has-black-color has-text-color has-large-font-size">' . esc_html__('GOT A QUESTION?', 'twentyfourteen') . '</p><!-- /wp:paragraph --><!-- wp:paragraph {"align":"left","textColor":"black","style":{"typography":{"fontSize":22}}} --><p class="has-text-align-left has-black-color has-text-color" style="font-size:22px">' . esc_html__('Don’t hesitate to reach out.', 'twentyfourteen') . '</p><!-- /wp:paragraph --><!-- wp:buttons --><div class="wp-block-buttons"><!-- wp:button {"borderRadius":0} --><div class="wp-block-button"><a class="wp-block-button__link no-border-radius">' . esc_html__('GET IN TOUCH', 'twentyfourteen') . '</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div></div><!-- /wp:cover -->', ))
/src/wp-content/themes/twentyfourteen/inc/block-patterns.php:521register_block_pattern('twentyfourteen/summary', array('title' => esc_html__('Summary', 'twentyfourteen'), 'categories' => array('twentyfourteen'), 'viewportWidth' => 1000, 'content' => '<!-- wp:group {"backgroundColor":"light-gray"} --><div class="wp-block-group has-light-gray-background-color has-background"><div class="wp-block-group__inner-container"><!-- wp:spacer {"height":50} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:heading {"level":3,"style":{"typography":{"lineHeight":"1.5"}}} --><h3 style="line-height:1.5">' . esc_html__('Traveling Nostalgia', 'twentyfourteen') . '</h3><!-- /wp:heading --><!-- wp:paragraph --><p><em>' . esc_html__('Here are some photos from my all-time favorite destinations.', 'twentyfourteen') . '</em></p><!-- /wp:paragraph --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"><!-- wp:image {"id":null,"sizeSlug":"large","linkDestination":"none"} --><figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/images/sunset.jpg" alt="' . esc_html__('Photo of a sunset', 'twentyfourteen') . '"/><figcaption><span class="has-inline-color has-dark-gray-color">' . esc_html__('Sunset', 'twentyfourteen') . '</span></figcaption></figure><!-- /wp:image --><!-- wp:image {"id":null,"sizeSlug":"large","linkDestination":"none"} --><figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/images/bridge.jpg" alt="' . esc_attr__('Photo of a bridge', 'twentyfourteen') . '"/><figcaption><span class="has-inline-color has-dark-gray-color">' . esc_html__('Bridge', 'twentyfourteen') . '</span></figcaption></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:image {"id":null,"sizeSlug":"large","linkDestination":"none"} --><figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/images/street.jpg" alt="' . esc_attr__('Photo of a streetscape', 'twentyfourteen') . '"/><figcaption><span class="has-inline-color has-dark-gray-color">' . esc_html__('Streetscape', 'twentyfourteen') . '</span></figcaption></figure><!-- /wp:image --><!-- wp:image {"id":null,"sizeSlug":"large","linkDestination":"none"} --><figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/images/clouds.jpg" alt="' . esc_attr__('Photo of a cloudy mountain', 'twentyfourteen') . '"/><figcaption><span class="has-inline-color has-dark-gray-color">' . esc_html__('Clouds', 'twentyfourteen') . '</span></figcaption></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:buttons --><div class="wp-block-buttons"><!-- wp:button {"borderRadius":0,"backgroundColor":"dark-gray"} --><div class="wp-block-button"><a class="wp-block-button__link has-dark-gray-background-color has-background no-border-radius">' . esc_html__('Read More', 'twentyfourteen') . '</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:spacer {"height":50} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --></div></div><!-- /wp:group -->', ))
/src/wp-content/themes/twentyfourteen/inc/block-patterns.php:411register_block_pattern('twentyfourteen/list', array('title' => esc_html__('List', 'twentyfourteen'), 'categories' => array('twentyfourteen'), 'viewportWidth' => 1000, 'content' => '<!-- wp:columns --><div class="wp-block-columns"><!-- wp:column {"width":"40%"} --><div class="wp-block-column" style="flex-basis:40%"><!-- wp:heading {"style":{"typography":{"fontSize":45}}} --><h2 style="font-size:45px">' . esc_html__('2001', 'twentyfourteen') . '</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:paragraph --><p><em>' . esc_html__('My first year of traveling. I visited China, Thailand, Japan, and India.', 'twentyfourteen') . '</em></p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:separator {"color":"black","className":"is-style-wide"} --><hr class="wp-block-separator has-text-color has-background has-black-background-color has-black-color is-style-wide"/><!-- /wp:separator --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column {"width":"40%"} --><div class="wp-block-column" style="flex-basis:40%"><!-- wp:heading {"style":{"typography":{"fontSize":50}}} --><h2 style="font-size:50px">' . esc_html__('2012', 'twentyfourteen') . '</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:paragraph --><p><em>' . esc_html__('In 2012, I expanded my travels to Europe. I spent time in Poland, Germany, Italy, France, and Spain.', 'twentyfourteen') . '</em></p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:separator {"color":"black","className":"is-style-wide"} --><hr class="wp-block-separator has-text-color has-background has-black-background-color has-black-color is-style-wide"/><!-- /wp:separator --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column {"width":"40%"} --><div class="wp-block-column" style="flex-basis:40%"><!-- wp:heading {"style":{"typography":{"fontSize":50}}} --><h2 style="font-size:50px">' . esc_html__('2016', 'twentyfourteen') . '</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:paragraph --><p><em>' . esc_html__('This year was devoted entirely to the western hemisphere. I went on a month-long road trip through the U.S.A. and Canada, and also visited Mexico, Brazil, and Colombia.', 'twentyfourteen') . '</em></p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns -->', ))
/src/wp-content/themes/twentyfourteen/inc/block-patterns.php:301register_block_pattern('twentyfourteen/about', array('title' => esc_html__('About', 'twentyfourteen'), 'categories' => array('twentyfourteen'), 'viewportWidth' => 1000, 'content' => '<!-- wp:image {"id":null,"sizeSlug":"large","linkDestination":"none"} --><figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/images/person.jpg" alt="' . esc_attr__('A person standing in front of a lake', 'twentyfourteen') . '"/></figure><!-- /wp:image --><!-- wp:heading {"fontSize":"large","style":{"typography":{"lineHeight":"1.4"}}} --><h2 class="has-large-font-size" style="line-height:1.4">' . esc_html__('Hello, my name is Joan. I am passionate about writing, travel, and photography.', 'twentyfourteen') . '</h2><!-- /wp:heading --><!-- wp:paragraph --><p>' . esc_html__('I’ve traveled to over 60 countries, and have made many friends along the way. I created this website to keep track of the memories I’ve made in my years of traveling.', 'twentyfourteen') . '</p><!-- /wp:paragraph -->', ))
/src/wp-content/themes/twentyfourteen/functions.php:981add_theme_support('editor-color-palette', array(array('name' => __('Green', 'twentyfourteen'), 'slug' => 'green', 'color' => '#24890d', ), array('name' => __('Black', 'twentyfourteen'), 'slug' => 'black', 'color' => '#000', ), array('name' => __('Dark Gray', 'twentyfourteen'), 'slug' => 'dark-gray', 'color' => '#2b2b2b', ), array('name' => __('Medium Gray', 'twentyfourteen'), 'slug' => 'medium-gray', 'color' => '#767676', ), array('name' => __('Light Gray', 'twentyfourteen'), 'slug' => 'light-gray', 'color' => '#f5f5f5', ), array('name' => __('White', 'twentyfourteen'), 'slug' => 'white', 'color' => '#fff', ), ))
/src/wp-content/themes/twentytwentyone/inc/template-tags.php:2221the_posts_pagination(array('before_page_number' => esc_html__('Page', 'twentytwentyone') . ' ', 'mid_size' => 0, 'prev_text' => sprintf('%s <span class="nav-prev-text">%s</span>', is_rtl( ) ? twenty_twenty_one_get_icon_svg('ui', 'arrow_right') : twenty_twenty_one_get_icon_svg('ui', 'arrow_left'), wp_kses(__('Newer <span class="nav-short">posts</span>', 'twentytwentyone'), array('span' => array('class' => array( ), ), ))), 'next_text' => sprintf('<span class="nav-next-text">%s</span> %s', wp_kses(__('Older <span class="nav-short">posts</span>', 'twentytwentyone'), array('span' => array('class' => array( ), ), )), is_rtl( ) ? twenty_twenty_one_get_icon_svg('ui', 'arrow_left') : twenty_twenty_one_get_icon_svg('ui', 'arrow_right')), ))
/src/wp-content/themes/twentytwentyone/inc/block-patterns.php:1291register_block_pattern('twentytwentyone/contact-information', array('title' => esc_html__('Contact information', 'twentytwentyone'), 'categories' => array('twentytwentyone'), 'blockTypes' => array('core/columns'), 'description' => esc_html_x('A block with 3 columns that display contact information and social media links.', 'Block pattern description', 'twentytwentyone'), 'content' => '<!-- wp:columns {"align":"wide"} --><div class="wp-block-columns alignwide"><!-- wp:column --><div class="wp-block-column"><!-- wp:paragraph --><p><a href="mailto:#">' . esc_html_x('example@example.com', 'Block pattern sample content', 'twentytwentyone') . '<br></a>' . esc_html_x('123-456-7890', 'Block pattern sample content', 'twentytwentyone') . '</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:paragraph {"align":"center"} --><p class="has-text-align-center">' . esc_html_x('123 Main Street', 'Block pattern sample content', 'twentytwentyone') . '<br>' . esc_html_x('Cambridge, MA, 02139', 'Block pattern sample content', 'twentytwentyone') . '</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column {"verticalAlignment":"center"} --><div class="wp-block-column is-vertically-aligned-center"><!-- wp:social-links {"align":"right","className":"is-style-twentytwentyone-social-icons-color"} --><ul class="wp-block-social-links alignright is-style-twentytwentyone-social-icons-color"><!-- wp:social-link {"url":"https://wordpress.org","service":"wordpress"} /--><!-- wp:social-link {"url":"https://www.facebook.com/WordPress/","service":"facebook"} /--><!-- wp:social-link {"url":"https://twitter.com/WordPress","service":"twitter"} /--><!-- wp:social-link {"url":"https://www.youtube.com/wordpress","service":"youtube"} /--></ul><!-- /wp:social-links --></div><!-- /wp:column --></div><!-- /wp:columns -->', ))
/src/wp-content/themes/twentytwentyone/inc/block-patterns.php:1191register_block_pattern('twentytwentyone/portfolio-list', array('title' => esc_html__('Portfolio list', 'twentytwentyone'), 'categories' => array('twentytwentyone'), 'description' => esc_html_x('A list of projects with thumbnail images.', 'Block pattern description', 'twentytwentyone'), 'content' => '<!-- wp:separator {"className":"is-style-twentytwentyone-separator-thick"} --> <hr class="wp-block-separator is-style-twentytwentyone-separator-thick"/> <!-- /wp:separator --> <!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column {"verticalAlignment":"center","width":80} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%"><!-- wp:paragraph {"fontSize":"extra-large"} --> <p class="has-extra-large-font-size"><a href="#">' . esc_html__('Roses Trémières', 'twentytwentyone') . '</a></p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"align":"right","width":85,"height":67,"sizeSlug":"large"} --> <figure class="wp-block-image alignright size-large is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/roses-tremieres-hollyhocks-1884.jpg" alt="' . esc_attr__('&#8220;Roses Trémières&#8221; by Berthe Morisot', 'twentytwentyone') . '" width="85" height="67"/></figure> <!-- /wp:image --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:separator {"className":"is-style-default"} --> <hr class="wp-block-separator is-style-default"/> <!-- /wp:separator --> <!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column {"verticalAlignment":"center","width":80} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%"><!-- wp:paragraph {"fontSize":"extra-large"} --> <p class="has-extra-large-font-size"><a href="#">' . esc_html__('Villa with Orange Trees, Nice', 'twentytwentyone') . '</a></p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"align":"right","width":53,"height":67,"className":"alignright size-large is-resized"} --><figure class="wp-block-image is-resized alignright size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/villa-with-orange-trees-nice.jpg" alt="&#8220;Villa with Orange Trees, Nice&#8221; by Berthe Morisot" width="53" height="67"/></figure><!-- /wp:image --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:separator {"className":"is-style-default"} --> <hr class="wp-block-separator is-style-default"/> <!-- /wp:separator --> <!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column {"verticalAlignment":"center","width":80} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%"><!-- wp:paragraph {"fontSize":"extra-large"} --> <p class="has-extra-large-font-size"><a href="#">' . esc_html__('In the Bois de Boulogne', 'twentytwentyone') . '</a></p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"align":"right","width":81,"height":67,"sizeSlug":"large"} --> <figure class="wp-block-image alignright size-large is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/in-the-bois-de-boulogne.jpg" alt="' . esc_attr__('&#8220;In the Bois de Boulogne&#8221; by Berthe Morisot', 'twentytwentyone') . '" width="81" height="67"/></figure> <!-- /wp:image --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:separator {"className":"is-style-default"} --> <hr class="wp-block-separator is-style-default"/> <!-- /wp:separator --> <!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column {"verticalAlignment":"center","width":80} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%"><!-- wp:paragraph {"fontSize":"extra-large"} --> <p class="has-extra-large-font-size"><a href="#">' . esc_html__('The Garden at Bougival', 'twentytwentyone') . '</a></p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"align":"right","width":85,"height":67,"sizeSlug":"large"} --> <figure class="wp-block-image alignright size-large is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/the-garden-at-bougival-1884.jpg" alt="' . esc_attr__('&#8220;The Garden at Bougival&#8221; by Berthe Morisot', 'twentytwentyone') . '" width="85" height="67"/></figure> <!-- /wp:image --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:separator {"className":"is-style-default"} --> <hr class="wp-block-separator is-style-default"/> <!-- /wp:separator --> <!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column {"verticalAlignment":"center","width":80} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%"><!-- wp:paragraph {"fontSize":"extra-large"} --> <p class="has-extra-large-font-size"><a href="#">' . esc_html__('Young Woman in Mauve', 'twentytwentyone') . '</a></p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"align":"right","width":54,"height":67,"sizeSlug":"large"} --> <figure class="wp-block-image alignright size-large is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/young-woman-in-mauve.jpg" alt="' . esc_attr__('&#8220;Young Woman in Mauve&#8221; by Berthe Morisot', 'twentytwentyone') . '" width="54" height="67"/></figure> <!-- /wp:image --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:separator {"className":"is-style-default"} --> <hr class="wp-block-separator is-style-default"/> <!-- /wp:separator --> <!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column {"verticalAlignment":"center","width":80} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%"><!-- wp:paragraph {"fontSize":"extra-large"} --> <p class="has-extra-large-font-size"><a href="#">' . esc_html__('Reading', 'twentytwentyone') . '</a></p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"align":"right","width":84,"height":67,"sizeSlug":"large"} --> <figure class="wp-block-image alignright size-large is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/Reading.jpg" alt="' . esc_attr__('&#8220;Reading&#8221; by Berthe Morisot', 'twentytwentyone') . '" width="84" height="67"/></figure> <!-- /wp:image --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:separator {"className":"is-style-twentytwentyone-separator-thick"} --> <hr class="wp-block-separator is-style-twentytwentyone-separator-thick"/> <!-- /wp:separator -->', ))
/src/wp-content/themes/twentytwentyone/inc/block-patterns.php:1061register_block_pattern('twentytwentyone/overlapping-images-and-text', array('title' => esc_html__('Overlapping images and text', 'twentytwentyone'), 'categories' => array('twentytwentyone'), 'viewportWidth' => 1440, 'blockTypes' => array('core/columns'), 'description' => esc_html_x('An overlapping columns block with two images and a text description.', 'Block pattern description', 'twentytwentyone'), 'content' => '<!-- wp:columns {"verticalAlignment":null,"align":"wide","className":"is-style-twentytwentyone-columns-overlap"} --> <div class="wp-block-columns alignwide is-style-twentytwentyone-columns-overlap"><!-- wp:column --> <div class="wp-block-column"><!-- wp:image {sizeSlug":"full"} --> <figure class="wp-block-image size-full"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/the-garden-at-bougival-1884.jpg" alt="' . esc_attr__('&#8220;The Garden at Bougival&#8221; by Berthe Morisot', 'twentytwentyone') . '"/></figure> <!-- /wp:image --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"bottom"} --> <div class="wp-block-column is-vertically-aligned-bottom"><!-- wp:group {"className":"is-style-twentytwentyone-border","backgroundColor":"green"} --> <div class="wp-block-group is-style-twentytwentyone-border has-green-background-color has-background"><div class="wp-block-group__inner-container"><!-- wp:paragraph {"fontSize":"extra-large","style":{"typography":{"lineHeight":"1.4"}}} --> <p class="has-extra-large-font-size" style="line-height:1.4">' . esc_html__('Beautiful gardens painted by Berthe Morisot in the late 1800s', 'twentytwentyone') . '</p> <!-- /wp:paragraph --></div></div> <!-- /wp:group --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:image {sizeSlug":"full"} --> <figure class="wp-block-image size-full"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/villa-with-orange-trees-nice.jpg" alt="' . esc_attr__('&#8220;Villa with Orange Trees, Nice&#8221; by Berthe Morisot', 'twentytwentyone') . '"/></figure> <!-- /wp:image --></div> <!-- /wp:column --></div> <!-- /wp:columns -->', ))
/src/wp-content/themes/twentytwenty/functions.php:5791add_theme_support('editor-font-sizes', array(array('name' => _x('Small', 'Name of the small font size in the block editor', 'twentytwenty'), 'shortName' => _x('S', 'Short name of the small font size in the block editor.', 'twentytwenty'), 'size' => 18, 'slug' => 'small', ), array('name' => _x('Regular', 'Name of the regular font size in the block editor', 'twentytwenty'), 'shortName' => _x('M', 'Short name of the regular font size in the block editor.', 'twentytwenty'), 'size' => 21, 'slug' => 'normal', ), array('name' => _x('Large', 'Name of the large font size in the block editor', 'twentytwenty'), 'shortName' => _x('L', 'Short name of the large font size in the block editor.', 'twentytwenty'), 'size' => 26.25, 'slug' => 'large', ), array('name' => _x('Larger', 'Name of the larger font size in the block editor', 'twentytwenty'), 'shortName' => _x('XL', 'Short name of the larger font size in the block editor.', 'twentytwenty'), 'size' => 32, 'slug' => 'larger', ), ))
/src/wp-content/themes/twentyten/block-patterns.php:301register_block_pattern('twentyten/intro', array('title' => esc_html__('Introduction', 'twentyten'), 'categories' => array('twentyten'), 'viewportWidth' => 700, 'content' => '<!-- wp:image {"id":null,"sizeSlug":"large","linkDestination":"none"} --><figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/images/patterns/pattern-barn.jpg" alt="' . esc_attr__('A red barn with a white roof in a field.', 'twentyten') . '" /><figcaption><em>' . esc_html__('An old barn we passed on the drive', 'twentyten') . '</em></figcaption></figure><!-- /wp:image --><!-- wp:heading {"style":{"typography":{"fontSize":60}}} --><h2 style="font-size:60px">' . esc_html__('A Weekend Away', 'twentyten') . '</h2><!-- /wp:heading --><!-- wp:paragraph --><p>' . esc_html__('It’s amazing what a good weekend can do. After a tough couple weeks at work, I knew I needed to get away and be in nature. My partner and I decided to take a long weekend and stay in a cabin in the woods. We packed up after work on Friday and drove out into the country, passing through fields full of horses, old farms, and quaint little town squares. It was an idyllic drive. Eventually, we reached our destination and unpacked the car. We couldn’t wait to cook up a simple dinner and then relax by the fireplace.', 'twentyten') . '</p><!-- /wp:paragraph -->', ))
/src/wp-content/themes/twentyten/block-patterns.php:521register_block_pattern('twentyten/alternating-images', array('title' => esc_html__('Alternating Images', 'twentyten'), 'categories' => array('twentyten'), 'viewportWidth' => 700, 'content' => '<!-- wp:columns {"verticalAlignment":"center"} --><div class="wp-block-columns are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"66.66%"} --><div class="wp-block-column is-vertically-aligned-center" style="flex-basis:66.66%"><!-- wp:image {"id":null,"sizeSlug":"large","linkDestination":"none"} --><figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/images/patterns/pattern-dock.jpg" alt="' . esc_attr__('A lake with several boats docked. The sun is rising behind mountains in the background.', 'twentyten') . '" /><figcaption><em>' . esc_html__('The lake at 6:54 AM', 'twentyten') . '</em></figcaption></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {"verticalAlignment":"top","width":"33.33%"} --><div class="wp-block-column is-vertically-aligned-top" style="flex-basis:33.33%"><!-- wp:paragraph --><p><em>' . esc_html__('Nearby our cabin was a lake. The sunrise looked beautiful as it rose over the hills beyond the water, reflecting down onto the gentle morning waves. I sat on the dock and drank a cup of coffee, enjoying the cool air on my skin. The coffee kept me warm inside.', 'twentyten') . '</em></p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column {"width":"33.33%"} --><div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:paragraph --><p><em>' . esc_html__('Later that night, we went back to the lake and sat by the shore. It felt different at night; quieter, as if all of nature had gone to sleep for a little while. The only noises were the chirp of crickets and the soft splash of the waves lapping at the shore. What a beautiful way to end the day.', 'twentyten') . '</em></p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column {"width":"66.66%"} --><div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:image {"id":null,"sizeSlug":"large","linkDestination":"none"} --><figure class="wp-block-image size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/images/patterns/pattern-lake.jpg" alt="' . esc_attr__('A lake at night, with Adirondack chairs in the foreground. The sun sets in the background.', 'twentyten') . '" /><figcaption><em>' . esc_html__('Relaxing at the lake after dinner', 'twentyten') . '</em></figcaption></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns -->', ))
/src/wp-includes/class-wp-customize-widgets.php:10991array_merge($available_widget, array('temp_id' => isset($args['_temp_id']) ? $args['_temp_id'] : null, 'is_multi' => $is_multi_widget, 'control_tpl' => $control_tpl, 'multi_number' => ('multi' === $args['_add']) ? $args['_multi_num'] : false, 'is_disabled' => $is_disabled, 'id_base' => $id_base, 'transport' => $this->is_widget_selective_refreshable($id_base) ? 'postMessage' : 'refresh', 'width' => $wp_registered_widget_controls[$widget['id']]['width'], 'height' => $wp_registered_widget_controls[$widget['id']]['height'], 'is_wide' => $this->is_wide_widget($widget['id']), ))
/src/wp-includes/media.php:29471shortcode_atts(array('type' => 'audio', 'order' => 'ASC', 'orderby' => 'menu_order ID', 'id' => $post ? $post->ID : 0, 'include' => '', 'exclude' => '', 'style' => 'light', 'tracklist' => true, 'tracknumbers' => true, 'images' => true, 'artists' => true, ), $attr, 'playlist')
/src/wp-includes/media.php:25901shortcode_atts(array('order' => 'ASC', 'orderby' => 'menu_order ID', 'id' => $post ? $post->ID : 0, 'itemtag' => $html5 ? 'figure' : 'dl', 'icontag' => $html5 ? 'div' : 'dt', 'captiontag' => $html5 ? 'figcaption' : 'dd', 'columns' => 3, 'size' => 'thumbnail', 'include' => '', 'exclude' => '', 'link' => '', ), $attr, 'gallery')
/src/wp-includes/class-wp-query.php:35271get_posts(array('post__in' => $sticky_posts, 'post_type' => $post_type, 'post_status' => 'publish', 'posts_per_page' => count($sticky_posts), 'suppress_filters' => $q['suppress_filters'], 'cache_results' => $q['cache_results'], 'update_post_meta_cache' => $q['update_post_meta_cache'], 'update_post_term_cache' => $q['update_post_term_cache'], 'lazy_load_term_meta' => $q['lazy_load_term_meta'], ))
/src/wp-includes/bookmark-template.php:2521get_terms(array('taxonomy' => 'link_category', 'name__like' => $parsed_args['category_name'], 'include' => $parsed_args['category'], 'exclude' => $parsed_args['exclude_category'], 'orderby' => $parsed_args['category_orderby'], 'order' => $parsed_args['category_order'], 'hierarchical' => 0, ))
/src/wp-includes/fonts.php:2471wp_register_font_collection('google-fonts', array('name' => _x('Google Fonts', 'font collection name'), 'description' => __('Install from Google Fonts. Fonts are copied to and served from your site.'), 'font_families' => 'https://s.w.org/images/fonts/wp-6.5/collections/google-fonts-with-preview.json', 'categories' => array(array('name' => _x('Sans Serif', 'font category'), 'slug' => 'sans-serif', ), array('name' => _x('Display', 'font category'), 'slug' => 'display', ), array('name' => _x('Serif', 'font category'), 'slug' => 'serif', ), array('name' => _x('Handwriting', 'font category'), 'slug' => 'handwriting', ), array('name' => _x('Monospace', 'font category'), 'slug' => 'monospace', ), ), ))
/src/wp-includes/class-wp-theme-json-resolver.php:4721wp_insert_post(array('post_content' => '{"version": ' . WP_Theme_JSON::LATEST_SCHEMA . ', "isGlobalStylesUserThemeJSON": true }', 'post_status' => 'publish', 'post_title' => 'Custom Styles', 'post_type' => $post_type_filter, 'post_name' => sprintf('wp-global-styles-%s', urlencode($stylesheet)), 'tax_input' => array('wp_theme' => array($stylesheet), ), ), true)
/src/wp-includes/link-template.php:43761wp_parse_args($args, array('size' => 96, 'height' => null, 'width' => null, 'default' => get_option('avatar_default', 'mystery'), 'force_default' => false, 'rating' => get_option('avatar_rating'), 'scheme' => null, 'processed_args' => null, 'extra_attr' => '', ))
/src/wp-includes/ms-site.php:7251array_merge(array('home' => untrailingslashit($home_scheme . '://' . $site->domain . $site->path), 'siteurl' => untrailingslashit($siteurl_scheme . '://' . $site->domain . $site->path), 'blogname' => wp_unslash($args['title']), 'admin_email' => '', 'upload_path' => get_network_option($network->id, 'ms_files_rewriting') ? UPLOADBLOGSDIR . "/{$site->id}/files" : get_blog_option($network->site_id, 'upload_path'), 'blog_public' => (int) $site->public, 'WPLANG' => get_network_option($network->id, 'WPLANG'), ), $args['options'])
/src/wp-includes/ms-site.php:7241populate_options(array_merge(array('home' => untrailingslashit($home_scheme . '://' . $site->domain . $site->path), 'siteurl' => untrailingslashit($siteurl_scheme . '://' . $site->domain . $site->path), 'blogname' => wp_unslash($args['title']), 'admin_email' => '', 'upload_path' => get_network_option($network->id, 'ms_files_rewriting') ? UPLOADBLOGSDIR . "/{$site->id}/files" : get_blog_option($network->site_id, 'upload_path'), 'blog_public' => (int) $site->public, 'WPLANG' => get_network_option($network->id, 'WPLANG'), ), $args['options']))
/src/wp-includes/user.php:50341register_meta('user', $meta_key, array('type' => 'object', 'single' => true, 'show_in_rest' => array('name' => 'persisted_preferences', 'type' => 'object', 'schema' => array('type' => 'object', 'context' => array('edit'), 'properties' => array('_modified' => array('description' => __('The date and time the preferences were updated.'), 'type' => 'string', 'format' => 'date-time', 'readonly' => false, ), ), 'additionalProperties' => true, ), ), ))
/src/wp-includes/user.php:46331wp_insert_post(array('post_author' => $user_id, 'post_name' => $action_name, 'post_title' => $email_address, 'post_content' => wp_json_encode($request_data), 'post_status' => 'request-' . $status, 'post_type' => 'user_request', 'post_date' => current_time('mysql', false), 'post_date_gmt' => current_time('mysql', true), ), true)
/src/wp-includes/theme.php:42531register_theme_feature('post-formats', array('type' => 'array', 'description' => __('Post formats supported.'), 'show_in_rest' => array('name' => 'formats', 'schema' => array('items' => array('type' => 'string', 'enum' => get_post_format_slugs( ), ), 'default' => array('standard'), ), 'prepare_callback' => static function ($formats) { /**/ } , ), ))
/src/wp-includes/theme.php:42301register_theme_feature('html5', array('type' => 'array', 'description' => __('Allows use of HTML5 markup for search forms, comment forms, comment lists, gallery, and caption.'), 'show_in_rest' => array('schema' => array('items' => array('type' => 'string', 'enum' => array('search-form', 'comment-form', 'comment-list', 'gallery', 'caption', 'script', 'style', ), ), ), ), ))
/src/wp-includes/theme.php:41981register_theme_feature('editor-gradient-presets', array('type' => 'array', 'description' => __('Custom gradient presets if defined by the theme.'), 'show_in_rest' => array('schema' => array('items' => array('type' => 'object', 'properties' => array('name' => array('type' => 'string', ), 'gradient' => array('type' => 'string', ), 'slug' => array('type' => 'string', ), ), ), ), ), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php:871register_rest_route($this->namespace, sprintf('/%s/(?P<id>%s%s)/%s', $this->parent_base, '([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)', '[\/\w%-]+', $this->rest_base), array('args' => array('id' => array('description' => __('The id of a template'), 'type' => 'string', 'sanitize_callback' => array($this->parent_controller, '_sanitize_template_id'), ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_items'), 'permission_callback' => array($this, 'get_items_permissions_check'), 'args' => $this->get_collection_params( ), ), array('methods' => WP_REST_Server::CREATABLE, 'callback' => array($this, 'create_item'), 'permission_callback' => array($this, 'create_item_permissions_check'), 'args' => $this->parent_controller->get_endpoint_args_for_item_schema(WP_REST_Server::EDITABLE), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php:1031register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<id>[a-zA-Z0-9_-]+)/render', array(array('methods' => WP_REST_Server::CREATABLE, 'permission_callback' => array($this, 'get_item_permissions_check'), 'callback' => array($this, 'render'), 'args' => array('id' => array('description' => __('The widget type id.'), 'type' => 'string', 'required' => true, ), 'instance' => array('description' => __('Current instance settings of the widget.'), 'type' => 'object', ), ), ), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php:711register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<id>[a-zA-Z0-9_-]+)/encode', array('args' => array('id' => array('description' => __('The widget type id.'), 'type' => 'string', 'required' => true, ), 'instance' => array('description' => __('Current instance settings of the widget.'), 'type' => 'object', ), 'form_data' => array('description' => __('Serialized widget form data to encode into instance settings.'), 'type' => 'string', 'sanitize_callback' => static function ($form_data) { /**/ } , ), ), array('methods' => WP_REST_Server::CREATABLE, 'permission_callback' => array($this, 'get_item_permissions_check'), 'callback' => array($this, 'encode_form_data'), ), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php:511register_rest_route($this->namespace, $this->rest_base, array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_items'), 'permission_callback' => array($this, 'get_items_permissions_check'), 'args' => $this->get_collection_params( ), ), array('methods' => WP_REST_Server::CREATABLE, 'callback' => array($this, 'create_item'), 'permission_callback' => array($this, 'create_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema( ), ), 'allow_batch' => $this->allow_batch, 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:701register_rest_route($this->namespace, '/' . $this->rest_base . '/(?P<plugin>' . self::PATTERN . ')', array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this, 'get_item_permissions_check'), ), array('methods' => WP_REST_Server::EDITABLE, 'callback' => array($this, 'update_item'), 'permission_callback' => array($this, 'update_item_permissions_check'), 'args' => $this->get_endpoint_args_for_item_schema(WP_REST_Server::EDITABLE), ), array('methods' => WP_REST_Server::DELETABLE, 'callback' => array($this, 'delete_item'), 'permission_callback' => array($this, 'delete_item_permissions_check'), ), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), 'plugin' => array('type' => 'string', 'pattern' => self::PATTERN, 'validate_callback' => array($this, 'validate_plugin_param'), 'sanitize_callback' => array($this, 'sanitize_plugin_param'), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:371register_rest_route($this->namespace, '/' . $this->rest_base, array(array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_items'), 'permission_callback' => array($this, 'get_items_permissions_check'), 'args' => $this->get_collection_params( ), ), array('methods' => WP_REST_Server::CREATABLE, 'callback' => array($this, 'create_item'), 'permission_callback' => array($this, 'create_item_permissions_check'), 'args' => array('slug' => array('type' => 'string', 'required' => true, 'description' => __('WordPress.org plugin directory slug.'), 'pattern' => '[\w\-]+', ), 'status' => array('description' => __('The plugin activation status.'), 'type' => 'string', 'enum' => is_multisite( ) ? array('inactive', 'active', 'network-active') : array('inactive', 'active'), 'default' => 'inactive', ), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php:1251register_rest_route($this->namespace, sprintf('/%s/(?P<parent>%s%s)/%s/%s', $this->parent_base, '([^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)', '[\/\w%-]+', $this->rest_base, '(?P<id>[\d]+)'), array('args' => array('parent' => array('description' => __('The id of a template'), 'type' => 'string', 'sanitize_callback' => array($this->parent_controller, '_sanitize_template_id'), ), 'id' => array('description' => __('The ID for the autosave.'), 'type' => 'integer', ), ), array('methods' => WP_REST_Server::READABLE, 'callback' => array($this, 'get_item'), 'permission_callback' => array($this->revisions_controller, 'get_item_permissions_check'), 'args' => array('context' => $this->get_context_param(array('default' => 'view')), ), ), 'schema' => array($this, 'get_public_item_schema'), ))
/src/wp-includes/comment-template.php:18201$link = sprintf("<a rel='nofollow' class='comment-reply-link' href='%s' %s aria-label='%s'>%s</a>", esc_url(add_query_arg(array('replytocom' => $comment->comment_ID, 'unapproved' => false, 'moderation-hash' => false, ), $permalink)) . '#' . $args['respond_id'], $data_attribute_string, esc_attr(sprintf($args['reply_to_text'], get_comment_author($comment))), $args['reply_text'])
/src/wp-includes/comment-template.php:22201$defaults = array('walker' => null, 'max_depth' => '', 'style' => 'ul', 'callback' => null, 'end-callback' => null, 'type' => 'all', 'page' => '', 'per_page' => '', 'avatar_size' => 32, 'reverse_top_level' => null, 'reverse_children' => '', 'format' => current_theme_supports('html5', 'comment-list') ? 'html5' : 'xhtml', 'short_ping' => false, 'echo' => true, )
/src/wp-includes/comment-template.php:25071$fields = array('author' => sprintf('<p class="comment-form-author">%s %s</p>', sprintf('<label for="author">%s%s</label>', __('Name'), ($req ? $required_indicator : '')), sprintf('<input id="author" name="author" type="text" value="%s" size="30" maxlength="245" autocomplete="name"%s />', esc_attr($commenter['comment_author']), ($req ? $required_attribute : ''))), 'email' => sprintf('<p class="comment-form-email">%s %s</p>', sprintf('<label for="email">%s%s</label>', __('Email'), ($req ? $required_indicator : '')), sprintf('<input id="email" name="email" %s value="%s" size="30" maxlength="100" aria-describedby="email-notes" autocomplete="email"%s />', ($html5 ? 'type="email"' : 'type="text"'), esc_attr($commenter['comment_author_email']), ($req ? $required_attribute : ''))), 'url' => sprintf('<p class="comment-form-url">%s %s</p>', sprintf('<label for="url">%s</label>', __('Website')), sprintf('<input id="url" name="url" %s value="%s" size="30" maxlength="200" autocomplete="url" />', ($html5 ? 'type="url"' : 'type="text"'), esc_attr($commenter['comment_author_url']))), )
/src/wp-includes/comment-template.php:25791$defaults = array('fields' => $fields, 'comment_field' => sprintf('<p class="comment-form-comment">%s %s</p>', sprintf('<label for="comment">%s%s</label>', _x('Comment', 'noun'), $required_indicator), '<textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525"' . $required_attribute . '></textarea>'), 'must_log_in' => sprintf('<p class="must-log-in">%s</p>', sprintf(__('You must be <a href="%s">logged in</a> to post a comment.'), wp_login_url(apply_filters('the_permalink', get_permalink($post_id), $post_id)))), 'logged_in_as' => sprintf('<p class="logged-in-as">%s%s</p>', sprintf(__('Logged in as %1$s. <a href="%2$s">Edit your profile</a>. <a href="%3$s">Log out?</a>'), $user_identity, get_edit_user_link( ), wp_logout_url(apply_filters('the_permalink', get_permalink($post_id), $post_id))), $required_text), 'comment_notes_before' => sprintf('<p class="comment-notes">%s%s</p>', sprintf('<span id="email-notes">%s</span>', __('Your email address will not be published.')), $required_text), 'comment_notes_after' => '', 'action' => site_url('/wp-comments-post.php'), 'id_form' => 'commentform', 'id_submit' => 'submit', 'class_container' => 'comment-respond', 'class_form' => 'comment-form', 'class_submit' => 'submit', 'name_submit' => 'submit', 'title_reply' => __('Leave a Reply'), 'title_reply_to' => __('Leave a Reply to %s'), 'title_reply_before' => '<h3 id="reply-title" class="comment-reply-title">', 'title_reply_after' => '</h3>', 'cancel_reply_before' => ' <small>', 'cancel_reply_after' => '</small>', 'cancel_reply_link' => __('Cancel reply'), 'label_submit' => __('Post Comment'), 'submit_button' => '<input name="%1$s" type="submit" id="%2$s" class="%3$s" value="%4$s" />', 'submit_field' => '<p class="form-submit">%1$s %2$s</p>', 'format' => 'xhtml', )
/src/wp-includes/shortcodes.php:3381return '\\[' . '(\\[?)' . "($tagregexp)" . '(?![\\w-])' . '(' . '[^\\]\\/]*' . '(?:' . '\\/(?!\\])' . '[^\\]\\/]*' . ')*?' . ')' . '(?:' . '(\\/)' . '\\]' . '|' . '\\]' . '(?:' . '(' . '[^\\[]*+' . '(?:' . '\\[(?!\\/\\2\\])' . '[^\\[]*+' . ')*+' . ')' . '\\[\\/\\2\\]' . ')?' . ')' . '(\\]?)'
/src/wp-includes/widgets.php:2681$defaults = array('name' => sprintf(__('Sidebar %d'), $i), 'id' => "sidebar-$i", 'description' => '', 'class' => '', 'before_widget' => '<li id="%1$s" class="widget %2$s">', 'after_widget' => "</li>\n", 'before_title' => '<h2 class="widgettitle">', 'after_title' => "</h2>\n", 'before_sidebar' => '', 'after_sidebar' => '', 'show_in_rest' => false, )
/src/wp-includes/comment-template.php:17441$defaults = array('add_below' => 'comment', 'respond_id' => 'respond', 'reply_text' => __('Reply'), 'reply_to_text' => __('Reply to %s'), 'login_text' => __('Log in to Reply'), 'max_depth' => 0, 'depth' => 0, 'before' => '', 'after' => '', )
/src/wp-includes/comment-template.php:18041$data_attributes = array('commentid' => $comment->comment_ID, 'postid' => $post->ID, 'belowelement' => $args['add_below'] . '-' . $comment->comment_ID, 'respondelement' => $args['respond_id'], 'replyto' => sprintf($args['reply_to_text'], get_comment_author($comment)), )
/src/wp-includes/class-wp-date-query.php:4021$error = sprintf(__('Invalid value %1$s for %2$s. Expected value should be between %3$s and %4$s.'), '<code>' . esc_html($_value) . '</code>', '<code>' . esc_html($key) . '</code>', '<code>' . esc_html($check['min']) . '</code>', '<code>' . esc_html($check['max']) . '</code>')
/src/wp-includes/class-wp-date-query.php:9061$datetime = array('year' => (int) $matches[1], 'month' => (int) $matches[2], 'day' => (int) $matches[3], 'hour' => (int) $matches[4], 'minute' => (int) $matches[5], )
/src/wp-includes/update.php:971$query = array('version' => $wp_version, 'php' => $php_version, 'locale' => $locale, 'mysql' => $mysql_version, 'local_package' => isset($wp_local_package) ? $wp_local_package : '', 'blogs' => $num_blogs, 'users' => get_user_count( ), 'multisite_enabled' => $multisite_enabled, 'initial_db_version' => get_site_option('initial_db_version'), 'extensions' => array_combine($extensions, array_map('phpversion', $extensions)), 'platform_flags' => array('os' => PHP_OS, 'bits' => PHP_INT_SIZE === 4 ? 32 : 64, ), 'image_support' => array( ), )
/src/wp-includes/update.php:4171$options = array('timeout' => $timeout, 'body' => array('plugins' => wp_json_encode($to_send), 'translations' => wp_json_encode($translations), 'locale' => wp_json_encode($locales), 'all' => wp_json_encode(true), ), 'user-agent' => 'WordPress/' . $wp_version . '; ' . home_url('/'), )
/src/wp-includes/taxonomy.php:461$rewrite = array('category' => array('hierarchical' => true, 'slug' => get_option('category_base') ? get_option('category_base') : 'category', 'with_front' => !get_option('category_base') || $wp_rewrite->using_index_permalinks( ), 'ep_mask' => EP_CATEGORIES, ), 'post_tag' => array('hierarchical' => false, 'slug' => get_option('tag_base') ? get_option('tag_base') : 'tag', 'with_front' => !get_option('tag_base') || $wp_rewrite->using_index_permalinks( ), 'ep_mask' => EP_TAGS, ), 'post_format' => $post_format_base ? array('slug' => $post_format_base) : false, )
/src/wp-includes/taxonomy.php:41611$count += (int) $wpdb->get_var($wpdb->prepare("SELECT COUNT(*) FROM $wpdb->term_relationships, $wpdb->posts p1 WHERE p1.ID = $wpdb->term_relationships.object_id AND ( post_status IN ('" . implode("', '", $post_statuses) . "') OR ( post_status = 'inherit' AND post_parent > 0 AND ( SELECT post_status FROM $wpdb->posts WHERE ID = p1.post_parent ) IN ('" . implode("', '", $post_statuses) . "') ) ) AND post_type = 'attachment' AND term_taxonomy_id = %d", $term))
/src/wp-includes/taxonomy.php:41661$count += (int) $wpdb->get_var($wpdb->prepare("SELECT COUNT(*) FROM $wpdb->term_relationships, $wpdb->posts WHERE $wpdb->posts.ID = $wpdb->term_relationships.object_id AND post_status IN ('" . implode("', '", $post_statuses) . "') AND post_type IN ('" . implode("', '", $object_types) . "') AND term_taxonomy_id = %d", $term))
/src/wp-includes/class-wp-comment-query.php:9683$this->request = "{$this->sql_clauses['select']} {$this->sql_clauses['from']} {$where} {$this->sql_clauses['groupby']} {$this->sql_clauses['orderby']} {$this->sql_clauses['limits']}"
/src/wp-includes/class-wp-editor.php:11371self::$translation = array('New document' => __('New document'), 'Formats' => _x('Formats', 'TinyMCE'), 'Headings' => _x('Headings', 'TinyMCE'), 'Heading 1' => array(__('Heading 1'), 'access1'), 'Heading 2' => array(__('Heading 2'), 'access2'), 'Heading 3' => array(__('Heading 3'), 'access3'), 'Heading 4' => array(__('Heading 4'), 'access4'), 'Heading 5' => array(__('Heading 5'), 'access5'), 'Heading 6' => array(__('Heading 6'), 'access6'), 'Blocks' => _x('Blocks', 'TinyMCE'), 'Paragraph' => array(__('Paragraph'), 'access7'), 'Blockquote' => array(__('Blockquote'), 'accessQ'), 'Div' => _x('Div', 'HTML tag'), 'Pre' => _x('Pre', 'HTML tag'), 'Preformatted' => _x('Preformatted', 'HTML tag'), 'Address' => _x('Address', 'HTML tag'), 'Inline' => _x('Inline', 'HTML elements'), 'Underline' => array(__('Underline'), 'metaU'), 'Strikethrough' => array(__('Strikethrough'), 'accessD'), 'Subscript' => __('Subscript'), 'Superscript' => __('Superscript'), 'Clear formatting' => __('Clear formatting'), 'Bold' => array(__('Bold'), 'metaB'), 'Italic' => array(__('Italic'), 'metaI'), 'Code' => array(__('Code'), 'accessX'), 'Source code' => __('Source code'), 'Font Family' => __('Font Family'), 'Font Sizes' => __('Font Sizes'), 'Align center' => array(__('Align center'), 'accessC'), 'Align right' => array(__('Align right'), 'accessR'), 'Align left' => array(__('Align left'), 'accessL'), 'Justify' => array(__('Justify'), 'accessJ'), 'Increase indent' => __('Increase indent'), 'Decrease indent' => __('Decrease indent'), 'Cut' => array(__('Cut'), 'metaX'), 'Copy' => array(__('Copy'), 'metaC'), 'Paste' => array(__('Paste'), 'metaV'), 'Select all' => array(__('Select all'), 'metaA'), 'Undo' => array(__('Undo'), 'metaZ'), 'Redo' => array(__('Redo'), 'metaY'), 'Ok' => __('OK'), 'Cancel' => __('Cancel'), 'Close' => __('Close'), 'Visual aids' => __('Visual aids'), 'Bullet list' => array(__('Bulleted list'), 'accessU'), 'Numbered list' => array(__('Numbered list'), 'accessO'), 'Square' => _x('Square', 'list style'), 'Default' => _x('Default', 'list style'), 'Circle' => _x('Circle', 'list style'), 'Disc' => _x('Disc', 'list style'), 'Lower Greek' => _x('Lower Greek', 'list style'), 'Lower Alpha' => _x('Lower Alpha', 'list style'), 'Upper Alpha' => _x('Upper Alpha', 'list style'), 'Upper Roman' => _x('Upper Roman', 'list style'), 'Lower Roman' => _x('Lower Roman', 'list style'), 'Name' => _x('Name', 'Name of link anchor (TinyMCE)'), 'Anchor' => _x('Anchor', 'Link anchor (TinyMCE)'), 'Anchors' => _x('Anchors', 'Link anchors (TinyMCE)'), 'Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.' => __('Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.'), 'Id' => _x('Id', 'Id for link anchor (TinyMCE)'), 'Document properties' => __('Document properties'), 'Robots' => __('Robots'), 'Title' => __('Title'), 'Keywords' => __('Keywords'), 'Encoding' => __('Encoding'), 'Description' => __('Description'), 'Author' => __('Author'), 'Image' => __('Image'), 'Insert/edit image' => array(__('Insert/edit image'), 'accessM'), 'General' => __('General'), 'Advanced' => __('Advanced'), 'Source' => __('Source'), 'Border' => __('Border'), 'Constrain proportions' => __('Constrain proportions'), 'Vertical space' => __('Vertical space'), 'Image description' => __('Image description'), 'Style' => __('Style'), 'Dimensions' => __('Dimensions'), 'Insert image' => __('Insert image'), 'Date/time' => __('Date/time'), 'Insert date/time' => __('Insert date/time'), 'Table of Contents' => __('Table of Contents'), 'Insert/Edit code sample' => __('Insert/edit code sample'), 'Language' => __('Language'), 'Media' => __('Media'), 'Insert/edit media' => __('Insert/edit media'), 'Poster' => __('Poster'), 'Alternative source' => __('Alternative source'), 'Paste your embed code below:' => __('Paste your embed code below:'), 'Insert video' => __('Insert video'), 'Embed' => __('Embed'), 'Special character' => __('Special character'), 'Right to left' => _x('Right to left', 'editor button'), 'Left to right' => _x('Left to right', 'editor button'), 'Emoticons' => __('Emoticons'), 'Nonbreaking space' => __('Nonbreaking space'), 'Page break' => __('Page break'), 'Paste as text' => __('Paste as text'), 'Preview' => __('Preview'), 'Print' => __('Print'), 'Save' => __('Save'), 'Fullscreen' => __('Fullscreen'), 'Horizontal line' => __('Horizontal line'), 'Horizontal space' => __('Horizontal space'), 'Restore last draft' => __('Restore last draft'), 'Insert/edit link' => array(__('Insert/edit link'), 'metaK'), 'Remove link' => array(__('Remove link'), 'accessS'), 'Link' => __('Link'), 'Insert link' => __('Insert link'), 'Target' => __('Target'), 'New window' => __('New window'), 'Text to display' => __('Text to display'), 'Url' => __('URL'), 'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?' => __('The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?'), 'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?' => __('The URL you entered seems to be an external link. Do you want to add the required http:// prefix?'), 'Color' => __('Color'), 'Custom color' => __('Custom color'), 'Custom...' => _x('Custom...', 'label for custom color'), 'No color' => __('No color'), 'R' => _x('R', 'Short for red in RGB'), 'G' => _x('G', 'Short for green in RGB'), 'B' => _x('B', 'Short for blue in RGB'), 'Could not find the specified string.' => __('Could not find the specified string.'), 'Replace' => _x('Replace', 'find/replace'), 'Next' => _x('Next', 'find/replace'), 'Prev' => _x('Prev', 'find/replace'), 'Whole words' => _x('Whole words', 'find/replace'), 'Find and replace' => __('Find and replace'), 'Replace with' => _x('Replace with', 'find/replace'), 'Find' => _x('Find', 'find/replace'), 'Replace all' => _x('Replace all', 'find/replace'), 'Match case' => __('Match case'), 'Spellcheck' => __('Check Spelling'), 'Finish' => _x('Finish', 'spellcheck'), 'Ignore all' => _x('Ignore all', 'spellcheck'), 'Ignore' => _x('Ignore', 'spellcheck'), 'Add to Dictionary' => __('Add to Dictionary'), 'Insert table' => __('Insert table'), 'Delete table' => __('Delete table'), 'Table properties' => __('Table properties'), 'Row properties' => __('Table row properties'), 'Cell properties' => __('Table cell properties'), 'Border color' => __('Border color'), 'Row' => __('Row'), 'Rows' => __('Rows'), 'Column' => __('Column'), 'Cols' => __('Columns'), 'Cell' => _x('Cell', 'table cell'), 'Header cell' => __('Header cell'), 'Header' => _x('Header', 'table header'), 'Body' => _x('Body', 'table body'), 'Footer' => _x('Footer', 'table footer'), 'Insert row before' => __('Insert row before'), 'Insert row after' => __('Insert row after'), 'Insert column before' => __('Insert column before'), 'Insert column after' => __('Insert column after'), 'Paste row before' => __('Paste table row before'), 'Paste row after' => __('Paste table row after'), 'Delete row' => __('Delete row'), 'Delete column' => __('Delete column'), 'Cut row' => __('Cut table row'), 'Copy row' => __('Copy table row'), 'Merge cells' => __('Merge table cells'), 'Split cell' => __('Split table cell'), 'Height' => __('Height'), 'Width' => __('Width'), 'Caption' => __('Caption'), 'Alignment' => __('Alignment'), 'H Align' => _x('H Align', 'horizontal table cell alignment'), 'Left' => __('Left'), 'Center' => __('Center'), 'Right' => __('Right'), 'None' => _x('None', 'table cell alignment attribute'), 'V Align' => _x('V Align', 'vertical table cell alignment'), 'Top' => __('Top'), 'Middle' => __('Middle'), 'Bottom' => __('Bottom'), 'Row group' => __('Row group'), 'Column group' => __('Column group'), 'Row type' => __('Row type'), 'Cell type' => __('Cell type'), 'Cell padding' => __('Cell padding'), 'Cell spacing' => __('Cell spacing'), 'Scope' => _x('Scope', 'table cell scope attribute'), 'Insert template' => _x('Insert template', 'TinyMCE'), 'Templates' => _x('Templates', 'TinyMCE'), 'Background color' => __('Background color'), 'Text color' => __('Text color'), 'Show blocks' => _x('Show blocks', 'editor button'), 'Show invisible characters' => __('Show invisible characters'), 'Words: {0}' => sprintf(__('Words: %s'), '{0}'), 'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.' => __('Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.') . "\n\n" . __('If you are looking to paste rich content from Microsoft Word, try turning this option off. The editor will clean up text pasted from Word automatically.'), 'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help' => __('Rich Text Area. Press Alt-Shift-H for help.'), 'Rich Text Area. Press Control-Option-H for help.' => __('Rich Text Area. Press Control-Option-H for help.'), 'You have unsaved changes are you sure you want to navigate away?' => __('The changes you made will be lost if you navigate away from this page.'), 'Your browser doesn\'t support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.' => __('Your browser does not support direct access to the clipboard. Please use keyboard shortcuts or your browser&#8217;s edit menu instead.'), 'Insert' => _x('Insert', 'TinyMCE menu'), 'File' => _x('File', 'TinyMCE menu'), 'Edit' => _x('Edit', 'TinyMCE menu'), 'Tools' => _x('Tools', 'TinyMCE menu'), 'View' => _x('View', 'TinyMCE menu'), 'Table' => _x('Table', 'TinyMCE menu'), 'Format' => _x('Format', 'TinyMCE menu'), 'Toolbar Toggle' => array(__('Toolbar Toggle'), 'accessZ'), 'Insert Read More tag' => array(__('Insert Read More tag'), 'accessT'), 'Insert Page Break tag' => array(__('Insert Page Break tag'), 'accessP'), 'Read more...' => __('Read more...'), 'Distraction-free writing mode' => array(__('Distraction-free writing mode'), 'accessW'), 'No alignment' => __('No alignment'), 'Remove' => __('Remove'), 'Edit|button' => __('Edit'), 'Paste URL or type to search' => __('Paste URL or type to search'), 'Apply' => __('Apply'), 'Link options' => __('Link options'), 'Visual' => _x('Visual', 'Name for the Visual editor tab'), 'Text' => _x('Text', 'Name for the Text editor tab (formerly HTML)'), 'Add Media' => array(__('Add Media'), 'accessM'), 'Keyboard Shortcuts' => array(__('Keyboard Shortcuts'), 'accessH'), 'Classic Block Keyboard Shortcuts' => __('Classic Block Keyboard Shortcuts'), 'Default shortcuts,' => __('Default shortcuts,'), 'Additional shortcuts,' => __('Additional shortcuts,'), 'Focus shortcuts:' => __('Focus shortcuts:'), 'Inline toolbar (when an image, link or preview is selected)' => __('Inline toolbar (when an image, link or preview is selected)'), 'Editor menu (when enabled)' => __('Editor menu (when enabled)'), 'Editor toolbar' => __('Editor toolbar'), 'Elements path' => __('Elements path'), 'Ctrl + Alt + letter:' => __('Ctrl + Alt + letter:'), 'Shift + Alt + letter:' => __('Shift + Alt + letter:'), 'Cmd + letter:' => __('Cmd + letter:'), 'Ctrl + letter:' => __('Ctrl + letter:'), 'Letter' => __('Letter'), 'Action' => __('Action'), 'Warning: the link has been inserted but may have errors. Please test it.' => __('Warning: the link has been inserted but may have errors. Please test it.'), 'To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.' => __('To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.'), 'When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.' => __('When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.'), 'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' => __('The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.'), 'The next group of formatting shortcuts are applied as you type or when you insert them around plain text in the same paragraph. Press Escape or the Undo button to undo.' => __('The next group of formatting shortcuts are applied as you type or when you insert them around plain text in the same paragraph. Press Escape or the Undo button to undo.'), )
/src/wp-includes/class-wp-editor.php:10781$settings = array('theme' => 'modern', 'skin' => 'lightgray', 'language' => self::get_mce_locale( ), 'formats' => '{' . 'alignleft: [' . '{selector: "p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li", styles: {textAlign:"left"}},' . '{selector: "img,table,dl.wp-caption", classes: "alignleft"}' . '],' . 'aligncenter: [' . '{selector: "p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li", styles: {textAlign:"center"}},' . '{selector: "img,table,dl.wp-caption", classes: "aligncenter"}' . '],' . 'alignright: [' . '{selector: "p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li", styles: {textAlign:"right"}},' . '{selector: "img,table,dl.wp-caption", classes: "alignright"}' . '],' . 'strikethrough: {inline: "del"}' . '}', 'relative_urls' => false, 'remove_script_host' => false, 'convert_urls' => false, 'browser_spellcheck' => true, 'fix_list_elements' => true, 'entities' => '38,amp,60,lt,62,gt', 'entity_encoding' => 'raw', 'keep_styles' => false, 'cache_suffix' => 'wp-mce-' . $tinymce_version, 'resize' => 'vertical', 'menubar' => false, 'branding' => false, 'preview_styles' => 'font-family font-size font-weight font-style text-decoration text-transform', 'end_container_on_empty_block' => true, 'wpeditimage_html5_captions' => true, 'wp_lang_attr' => get_bloginfo('language'), 'wp_keep_scroll_position' => false, 'wp_shortcut_labels' => wp_json_encode($shortcut_labels), )
/src/wp-includes/formatting.php:22881$title = str_replace(array('%c2%ad', '%c2%a1', '%c2%bf', '%c2%ab', '%c2%bb', '%e2%80%b9', '%e2%80%ba', '%e2%80%98', '%e2%80%99', '%e2%80%9c', '%e2%80%9d', '%e2%80%9a', '%e2%80%9b', '%e2%80%9e', '%e2%80%9f', '%e2%80%a2', '%c2%a9', '%c2%ae', '%c2%b0', '%e2%80%a6', '%e2%84%a2', '%c2%b4', '%cb%8a', '%cc%81', '%cd%81', '%cc%80', '%cc%84', '%cc%8c', '%e2%80%8b', '%e2%80%8c', '%e2%80%8d', '%e2%80%8e', '%e2%80%8f', '%e2%80%aa', '%e2%80%ab', '%e2%80%ac', '%e2%80%ad', '%e2%80%ae', '%ef%bb%bf', '%ef%bf%bc', ), '', $title)
/src/wp-includes/formatting.php:8351$pattern = '/' . '<p>' . '(?:' . $spaces . ')*+' . '(' . '\\[' . "($tagregexp)" . '(?![\\w-])' . '[^\\]\\/]*' . '(?:' . '\\/(?!\\])' . '[^\\]\\/]*' . ')*?' . '(?:' . '\\/\\]' . '|' . '\\]' . '(?:' . '[^\\[]*+' . '(?:' . '\\[(?!\\/\\2\\])' . '[^\\[]*+' . ')*+' . '\\[\\/\\2\\]' . ')?' . ')' . ')' . '(?:' . $spaces . ')*+' . '<\\/p>' . '/'
/src/wp-includes/update.php:6991$options = array('timeout' => $timeout, 'body' => array('themes' => wp_json_encode($request), 'translations' => wp_json_encode($translations), 'locale' => wp_json_encode($locales), ), 'user-agent' => 'WordPress/' . $wp_version . '; ' . home_url('/'), )
/src/wp-includes/update.php:6131$themes[$theme->get_stylesheet( )] = array('Name' => $theme->get('Name'), 'Title' => $theme->get('Name'), 'Version' => $theme->get('Version'), 'Author' => $theme->get('Author'), 'Author URI' => $theme->get('AuthorURI'), 'UpdateURI' => $theme->get('UpdateURI'), 'Template' => $theme->get_template( ), 'Stylesheet' => $theme->get_stylesheet( ), )
/src/wp-includes/class-wp-editor.php:7641$mce_init = array('selector' => "#$editor_id", 'wpautop' => (bool) $set['wpautop'], 'indent' => !$set['wpautop'], 'toolbar1' => implode(',', $mce_buttons), 'toolbar2' => implode(',', $mce_buttons_2), 'toolbar3' => implode(',', $mce_buttons_3), 'toolbar4' => implode(',', $mce_buttons_4), 'tabfocus_elements' => $set['tabfocus_elements'], 'body_class' => $body_class, )
/src/wp-includes/class-wp-editor.php:851$set = wp_parse_args($settings, array('wpautop' => !has_blocks( ), 'media_buttons' => true, 'default_editor' => '', 'drag_drop_upload' => false, 'textarea_name' => $editor_id, 'textarea_rows' => 20, 'tabindex' => '', 'tabfocus_elements' => ':prev,:next', 'editor_css' => '', 'editor_class' => '', 'teeny' => false, '_content_editor_dfw' => false, 'tinymce' => true, 'quicktags' => true, ))
/src/wp-includes/class-wp-customize-nav-menus.php:2471$items[] = array('id' => "post-{$post->ID}", 'title' => html_entity_decode($post_title, ENT_QUOTES, get_bloginfo('charset')), 'type' => 'post_type', 'type_label' => $post_type_label, 'object' => $post->post_type, 'object_id' => (int) $post->ID, 'url' => get_permalink((int) $post->ID), )
/src/wp-includes/class-wp-http-requests-response.php:1861return array('headers' => $this->get_headers( ), 'body' => $this->get_data( ), 'response' => array('code' => $this->get_status( ), 'message' => get_status_header_desc($this->get_status( )), ), 'cookies' => $this->get_cookies( ), 'filename' => $this->filename, )
/src/wp-includes/class-wp-customize-nav-menus.php:2791$items[] = array('id' => "term-{$term->term_id}", 'title' => html_entity_decode($term->name, ENT_QUOTES, get_bloginfo('charset')), 'type' => 'taxonomy', 'type_label' => get_taxonomy($term->taxonomy)->labels->singular_name, 'object' => $term->taxonomy, 'object_id' => (int) $term->term_id, 'url' => get_term_link((int) $term->term_id, $term->taxonomy), )
/src/wp-includes/class-wp-customize-nav-menus.php:2581$terms = get_terms(array('taxonomy' => $object_name, 'child_of' => 0, 'exclude' => '', 'hide_empty' => false, 'hierarchical' => 1, 'include' => '', 'number' => 10, 'offset' => 10 * $page, 'order' => 'DESC', 'orderby' => 'count', 'pad_counts' => false, ))
/src/wp-includes/formatting.php:54351return $m[1] . '=' . $m[2] . (preg_match('#^(\w{1,20}):#', $m[3], $protocol) && in_array($protocol[1], wp_allowed_protocols( ), true) ? $m[3] : WP_Http::make_absolute_url($m[3], $_links_add_base)) . $m[2]
/src/wp-includes/formatting.php:53341$l = apply_filters('wp_sprintf_l', array('between' => sprintf(__('%1$s, %2$s'), '', ''), 'between_last_two' => sprintf(__('%1$s, and %2$s'), '', ''), 'between_only_two' => sprintf(__('%1$s and %2$s'), '', ''), ))
/src/wp-includes/class-wp-http-requests-response.php:1631$cookies[] = new WP_Http_Cookie(array('name' => $cookie->name, 'value' => urldecode($cookie->value), 'expires' => isset($cookie->attributes['expires']) ? $cookie->attributes['expires'] : null, 'path' => isset($cookie->attributes['path']) ? $cookie->attributes['path'] : null, 'domain' => isset($cookie->attributes['domain']) ? $cookie->attributes['domain'] : null, 'host_only' => isset($cookie->flags['host-only']) ? $cookie->flags['host-only'] : null, ))
/src/wp-includes/class-wp-classic-to-block-menu-converter.php:1062$block = array('blockName' => isset($menu_items_by_parent_id[$menu_item->ID]) ? 'core/navigation-submenu' : 'core/navigation-link', 'attrs' => array('className' => $class_name, 'description' => $menu_item->description, 'id' => $id, 'kind' => $kind, 'label' => $menu_item->title, 'opensInNewTab' => $opens_in_new_tab, 'rel' => $rel, 'title' => $menu_item->attr_title, 'type' => $menu_item->object, 'url' => $menu_item->url, ), )
/src/wp-includes/class-wp-duotone.php:2451return array('r' => (int) base_convert($hex[0] . $hex[0], 16, 10), 'g' => (int) base_convert($hex[1] . $hex[1], 16, 10), 'b' => (int) base_convert($hex[2] . $hex[2], 16, 10), 'a' => 4 === strlen($hex) ? round(base_convert($hex[3] . $hex[3], 16, 10) / 255, 2) : 1, )
/src/wp-includes/class-wp-duotone.php:2541return array('r' => (int) base_convert(substr($hex, 0, 2), 16, 10), 'g' => (int) base_convert(substr($hex, 2, 2), 16, 10), 'b' => (int) base_convert(substr($hex, 4, 2), 16, 10), 'a' => 8 === strlen($hex) ? round((int) base_convert(substr($hex, 6, 2), 16, 10) / 255, 2) : 1, )
/src/wp-includes/class-wp-customize-nav-menus.php:14521$can_partial_refresh = (!empty($args['echo']) && (empty($args['fallback_cb']) || is_string($args['fallback_cb'])) && (empty($args['walker']) || is_string($args['walker'])) && (!empty($args['theme_location']) || (!empty($args['menu']) && (is_numeric($args['menu']) || is_object($args['menu'])))) && (!empty($args['container']) || (isset($args['items_wrap']) && str_starts_with($args['items_wrap'], '<'))))
/src/wp-includes/class-wp-site-query.php:6993$this->request = "{$this->sql_clauses['select']} {$this->sql_clauses['from']} {$where} {$this->sql_clauses['groupby']} {$this->sql_clauses['orderby']} {$this->sql_clauses['limits']}"
/src/wp-includes/class-wp-customize-nav-menus.php:5011$settings = array('allMenus' => wp_get_nav_menus( ), 'itemTypes' => $this->available_item_types( ), 'l10n' => array('untitled' => _x('(no label)', 'missing menu item navigation label'), 'unnamed' => _x('(unnamed)', 'Missing menu name.'), 'custom_label' => __('Custom Link'), 'page_label' => get_post_type_object('page')->labels->singular_name, 'menuLocation' => _x('(Currently set to: %s)', 'menu'), 'locationsTitle' => 1 === $num_locations ? __('Menu Location') : __('Menu Locations'), 'locationsDescription' => $locations_description, 'menuNameLabel' => __('Menu Name'), 'newMenuNameDescription' => __('If your theme has multiple menus, giving them clear names will help you manage them.'), 'itemAdded' => __('Menu item added'), 'itemDeleted' => __('Menu item deleted'), 'menuAdded' => __('Menu created'), 'menuDeleted' => __('Menu deleted'), 'movedUp' => __('Menu item moved up'), 'movedDown' => __('Menu item moved down'), 'movedLeft' => __('Menu item moved out of submenu'), 'movedRight' => __('Menu item is now a sub-item'), 'customizingMenus' => sprintf(__('Customizing &#9656; %s'), esc_html($this->manager->get_panel('nav_menus')->title)), 'invalidTitleTpl' => __('%s (Invalid)'), 'pendingTitleTpl' => __('%s (Pending)'), 'itemsFound' => __('Number of items found: %d'), 'itemsFoundMore' => __('Additional items found: %d'), 'itemsLoadingMore' => __('Loading more results... please wait.'), 'reorderModeOn' => __('Reorder mode enabled'), 'reorderModeOff' => __('Reorder mode closed'), 'reorderLabelOn' => esc_attr__('Reorder menu items'), 'reorderLabelOff' => esc_attr__('Close reorder mode'), ), 'settingTransport' => 'postMessage', 'phpIntMax' => PHP_INT_MAX, 'defaultSettingValues' => array('nav_menu' => $temp_nav_menu_setting->default, 'nav_menu_item' => $temp_nav_menu_item_setting->default, ), 'locationSlugMappedToName' => get_registered_nav_menus( ), )
/src/wp-includes/class-wp-customize-nav-menus.php:5521$nav_menus_l10n = array('oneThemeLocationNoMenus' => null, 'moveUp' => __('Move up one'), 'moveDown' => __('Move down one'), 'moveToTop' => __('Move to the top'), 'moveUnder' => __('Move under %s'), 'moveOutFrom' => __('Move out from under %s'), 'under' => __('Under %s'), 'outFrom' => __('Out from under %s'), 'menuFocus' => __('%1$s. Menu item %2$d of %3$d.'), 'subMenuFocus' => __('%1$s. Sub item number %2$d under %3$s.'), )
/src/wp-includes/class-wp-customize-nav-menus.php:4081$items[] = array('id' => 'post-' . $post->ID, 'title' => html_entity_decode($post_title, ENT_QUOTES, get_bloginfo('charset')), 'type' => 'post_type', 'type_label' => $post_type_label, 'object' => $post->post_type, 'object_id' => (int) $post->ID, 'url' => get_permalink((int) $post->ID), )
/src/wp-includes/class-wp-customize-nav-menus.php:4341$items[] = array('id' => 'term-' . $term->term_id, 'title' => html_entity_decode($term->name, ENT_QUOTES, get_bloginfo('charset')), 'type' => 'taxonomy', 'type_label' => get_taxonomy($term->taxonomy)->labels->singular_name, 'object' => $term->taxonomy, 'object_id' => (int) $term->term_id, 'url' => get_term_link((int) $term->term_id, $term->taxonomy), )
/src/wp-includes/post.php:19501$default_capabilities = array('edit_post' => 'edit_' . $singular_base, 'read_post' => 'read_' . $singular_base, 'delete_post' => 'delete_' . $singular_base, 'edit_posts' => 'edit_' . $plural_base, 'edit_others_posts' => 'edit_others_' . $plural_base, 'delete_posts' => 'delete_' . $plural_base, 'publish_posts' => 'publish_' . $plural_base, 'read_private_posts' => 'read_private_' . $plural_base, )
/src/wp-includes/post.php:32431$post_mime_types = array('image' => array(__('Images'), __('Manage Images'), _n_noop('Image <span class="count">(%s)</span>', 'Images <span class="count">(%s)</span>'), ), 'audio' => array(_x('Audio', 'file type group'), __('Manage Audio'), _n_noop('Audio <span class="count">(%s)</span>', 'Audio <span class="count">(%s)</span>'), ), 'video' => array(_x('Video', 'file type group'), __('Manage Video'), _n_noop('Video <span class="count">(%s)</span>', 'Video <span class="count">(%s)</span>'), ), 'document' => array(__('Documents'), __('Manage Documents'), _n_noop('Document <span class="count">(%s)</span>', 'Documents <span class="count">(%s)</span>'), ), 'spreadsheet' => array(__('Spreadsheets'), __('Manage Spreadsheets'), _n_noop('Spreadsheet <span class="count">(%s)</span>', 'Spreadsheets <span class="count">(%s)</span>'), ), 'archive' => array(_x('Archives', 'file type group'), __('Manage Archives'), _n_noop('Archive <span class="count">(%s)</span>', 'Archives <span class="count">(%s)</span>'), ), )
/src/wp-includes/kses.php:20321return (0x9 === $i || 0xa === $i || 0xd === $i || (0x20 <= $i && $i <= 0xd7ff) || (0xe000 <= $i && $i <= 0xfffd) || (0x10000 <= $i && $i <= 0x10ffff))
/src/wp-includes/kses.php:23321$allowed_attr = apply_filters('safe_style_css', array('background', 'background-color', 'background-image', 'background-position', 'background-repeat', 'background-size', 'background-attachment', 'background-blend-mode', 'border', 'border-radius', 'border-width', 'border-color', 'border-style', 'border-right', 'border-right-color', 'border-right-style', 'border-right-width', 'border-bottom', 'border-bottom-color', 'border-bottom-left-radius', 'border-bottom-right-radius', 'border-bottom-style', 'border-bottom-width', 'border-bottom-right-radius', 'border-bottom-left-radius', 'border-left', 'border-left-color', 'border-left-style', 'border-left-width', 'border-top', 'border-top-color', 'border-top-left-radius', 'border-top-right-radius', 'border-top-style', 'border-top-width', 'border-top-left-radius', 'border-top-right-radius', 'border-spacing', 'border-collapse', 'caption-side', 'columns', 'column-count', 'column-fill', 'column-gap', 'column-rule', 'column-span', 'column-width', 'color', 'filter', 'font', 'font-family', 'font-size', 'font-style', 'font-variant', 'font-weight', 'letter-spacing', 'line-height', 'text-align', 'text-decoration', 'text-indent', 'text-transform', 'height', 'min-height', 'max-height', 'width', 'min-width', 'max-width', 'margin', 'margin-right', 'margin-bottom', 'margin-left', 'margin-top', 'margin-block-start', 'margin-block-end', 'margin-inline-start', 'margin-inline-end', 'padding', 'padding-right', 'padding-bottom', 'padding-left', 'padding-top', 'padding-block-start', 'padding-block-end', 'padding-inline-start', 'padding-inline-end', 'flex', 'flex-basis', 'flex-direction', 'flex-flow', 'flex-grow', 'flex-shrink', 'flex-wrap', 'gap', 'column-gap', 'row-gap', 'grid-template-columns', 'grid-auto-columns', 'grid-column-start', 'grid-column-end', 'grid-column', 'grid-column-gap', 'grid-template-rows', 'grid-auto-rows', 'grid-row-start', 'grid-row-end', 'grid-row', 'grid-row-gap', 'grid-gap', 'justify-content', 'justify-items', 'justify-self', 'align-content', 'align-items', 'align-self', 'clear', 'cursor', 'direction', 'float', 'list-style-type', 'object-fit', 'object-position', 'overflow', 'vertical-align', 'writing-mode', 'position', 'top', 'right', 'bottom', 'left', 'z-index', 'box-shadow', 'aspect-ratio', 'container-type', '--*', ))
/src/wp-includes/class-wp-duotone.php:4261return array('h' => $h, 's' => $s > 0 ? ((2 * $s) / ($l + $s)) * 100 : 0, 'v' => $l + $s, 'a' => $a, )
/src/wp-includes/class-wp-duotone.php:4971$hsla = self::colord_clamp_hsla(array('h' => self::colord_parse_hue($match[1], $match[2]), 's' => (float) $match[3], 'l' => (float) $match[4], 'a' => '' === $match[5] ? 1 : (float) $match[5] / ($match[6] ? 100 : 1), ))
/src/wp-includes/class-wp-duotone.php:3371return self::colord_clamp_rgba(array('r' => (float) $match[1] / ($match[2] ? 100 / 255 : 1), 'g' => (float) $match[3] / ($match[4] ? 100 / 255 : 1), 'b' => (float) $match[5] / ($match[6] ? 100 / 255 : 1), 'a' => '' === $match[7] ? 1 : (float) $match[7] / ($match[8] ? 100 : 1), ))
/src/wp-includes/class-wp-duotone.php:3961return array('r' => array($v, $c, $b, $b, $d, $v)[$module] * 255, 'g' => array($d, $v, $v, $c, $b, $b)[$module] * 255, 'b' => array($b, $b, $d, $v, $v, $c)[$module] * 255, 'a' => $a, )
/src/wp-includes/class-simplepie.php:24643$url = $this->sanitize($author[0]['child'][SIMPLEPIE_NAMESPACE_ATOM_03]['url'][0]['data'], SIMPLEPIE_CONSTRUCT_IRI, $this->get_base($author[0]['child'][SIMPLEPIE_NAMESPACE_ATOM_03]['url'][0]))
/src/wp-includes/class-json.php:4691$char = pack('C*', $ord_var_c, ord($var[$c + 1]), ord($var[$c + 2]), ord($var[$c + 3]), ord($var[$c + 4]), ord($var[$c + 5]))
/src/wp-includes/class-json.php:4511$char = pack('C*', $ord_var_c, ord($var[$c + 1]), ord($var[$c + 2]), ord($var[$c + 3]), ord($var[$c + 4]))
/src/wp-includes/class-json.php:2671return chr((0xF0 & (ord($utf8[0]) << 4)) | (0x0F & (ord($utf8[1]) >> 2))) . chr((0xC0 & (ord($utf8[1]) << 6)) | (0x7F & ord($utf8[2])))
/src/wp-includes/class-json.php:2601return chr(0x07 & (ord($utf8[0]) >> 2)) . chr((0xC0 & (ord($utf8[0]) << 6)) | (0x3F & ord($utf8[1])))
/src/wp-includes/class-json.php:2201return chr(0xE0 | (($bytes >> 12) & 0x0F)) . chr(0x80 | (($bytes >> 6) & 0x3F)) . chr(0x80 | ($bytes & 0x3F))
/src/wp-includes/post.php:61411$query_args = array('orderby' => 'post_title', 'order' => 'ASC', 'post__not_in' => wp_parse_id_list($exclude), 'meta_key' => $meta_key, 'meta_value' => $meta_value, 'posts_per_page' => -1, 'offset' => $offset, 'post_type' => $parsed_args['post_type'], 'post_status' => $post_status, 'update_post_term_cache' => false, 'update_post_meta_cache' => false, 'ignore_sticky_posts' => true, 'no_found_rows' => true, )
/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:14121return array('src' => array('description' => __('URL to the edited image file.'), 'type' => 'string', 'format' => 'uri', 'required' => true, ), 'modifiers' => array('description' => __('Array of image edits.'), 'type' => 'array', 'minItems' => 1, 'items' => array('description' => __('Image edit.'), 'type' => 'object', 'required' => array('type', 'args', ), 'oneOf' => array(array('title' => __('Rotation'), 'properties' => array('type' => array('description' => __('Rotation type.'), 'type' => 'string', 'enum' => array('rotate'), ), 'args' => array('description' => __('Rotation arguments.'), 'type' => 'object', 'required' => array('angle', ), 'properties' => array('angle' => array('description' => __('Angle to rotate clockwise in degrees.'), 'type' => 'number', ), ), ), ), ), array('title' => __('Crop'), 'properties' => array('type' => array('description' => __('Crop type.'), 'type' => 'string', 'enum' => array('crop'), ), 'args' => array('description' => __('Crop arguments.'), 'type' => 'object', 'required' => array('left', 'top', 'width', 'height', ), 'properties' => array('left' => array('description' => __('Horizontal position from the left to begin the crop as a percentage of the image width.'), 'type' => 'number', ), 'top' => array('description' => __('Vertical position from the top to begin the crop as a percentage of the image height.'), 'type' => 'number', ), 'width' => array('description' => __('Width of the crop as a percentage of the image width.'), 'type' => 'number', ), 'height' => array('description' => __('Height of the crop as a percentage of the image height.'), 'type' => 'number', ), ), ), ), ), ), ), ), 'rotation' => array('description' => __('The amount to rotate the image clockwise in degrees. DEPRECATED: Use `modifiers` instead.'), 'type' => 'integer', 'minimum' => 0, 'exclusiveMinimum' => true, 'maximum' => 360, 'exclusiveMaximum' => true, ), 'x' => array('description' => __('As a percentage of the image, the x position to start the crop from. DEPRECATED: Use `modifiers` instead.'), 'type' => 'number', 'minimum' => 0, 'maximum' => 100, ), 'y' => array('description' => __('As a percentage of the image, the y position to start the crop from. DEPRECATED: Use `modifiers` instead.'), 'type' => 'number', 'minimum' => 0, 'maximum' => 100, ), 'width' => array('description' => __('As a percentage of the image, the width to crop the image to. DEPRECATED: Use `modifiers` instead.'), 'type' => 'number', 'minimum' => 0, 'maximum' => 100, ), 'height' => array('description' => __('As a percentage of the image, the height to crop the image to. DEPRECATED: Use `modifiers` instead.'), 'type' => 'number', 'minimum' => 0, 'maximum' => 100, ), )
/src/wp-includes/post.php:42081$defaults = array('post_author' => $user_id, 'post_content' => '', 'post_content_filtered' => '', 'post_title' => '', 'post_excerpt' => '', 'post_status' => 'draft', 'post_type' => 'post', 'comment_status' => '', 'ping_status' => '', 'post_password' => '', 'to_ping' => '', 'pinged' => '', 'post_parent' => 0, 'menu_order' => 0, 'guid' => '', 'import_id' => 0, 'context' => '', 'post_date' => '', 'post_date_gmt' => '', )
/src/wp-includes/canonical.php:6201$punctuation_pattern = implode('|', array_map('preg_quote', array(' ', '%20', '!', '%21', '"', '%22', "'", '%27', '(', '%28', ')', '%29', ',', '%2C', '.', '%2E', ';', '%3B', '{', '%7B', '}', '%7D', '%E2%80%9C', '%E2%80%9D', )))
/src/wp-includes/blocks/template-part.php:291$template_part_query = new WP_Query(array('post_type' => 'wp_template_part', 'post_status' => 'publish', 'post_name__in' => array($attributes['slug']), 'tax_query' => array(array('taxonomy' => 'wp_theme', 'field' => 'name', 'terms' => $theme, ), ), 'posts_per_page' => 1, 'no_found_rows' => true, 'lazy_load_term_meta' => false, ))
/src/wp-includes/blocks/template-part.php:2031$variations[] = array('name' => 'area_' . $area['area'], 'title' => $area['label'], 'description' => $area['description'], 'attributes' => array('area' => $area['area'], ), 'scope' => $scope, 'icon' => $area['icon'], )
/src/wp-includes/blocks/template-part.php:2471$variations[] = array('name' => 'instance_' . sanitize_title($template_part->slug), 'title' => $template_part->title, 'description' => $template_part->description || '&nbsp;', 'attributes' => array('slug' => $template_part->slug, 'theme' => $template_part->theme, 'area' => $template_part->area, ), 'scope' => array('inserter'), 'icon' => isset($icon_by_area[$template_part->area]) ? $icon_by_area[$template_part->area] : null, 'example' => array('attributes' => array('slug' => $template_part->slug, 'theme' => $template_part->theme, 'area' => $template_part->area, ), ), )
/src/wp-includes/blocks/post-author.php:541return sprintf('<div %1$s>', $wrapper_attributes) . (!empty($attributes['showAvatar']) ? '<div class="wp-block-post-author__avatar">' . $avatar . '</div>' : '') . '<div class="wp-block-post-author__content">' . (!empty($byline) ? '<p class="wp-block-post-author__byline">' . wp_kses_post($byline) . '</p>' : '') . '<p class="wp-block-post-author__name">' . $author_name . '</p>' . (!empty($attributes['showBio']) ? '<p class="wp-block-post-author__bio">' . get_the_author_meta('user_description', $author_id) . '</p>' : '') . '</div>' . '</div>'
/src/wp-includes/blocks/post-featured-image.php:2372$border_styles[$side] = array('color' => isset($border['color']) ? $border['color'] : null, 'style' => isset($border['style']) ? $border['style'] : null, 'width' => isset($border['width']) ? $border['width'] : null, )
/src/wp-includes/blocks/search.php:4611return array('input' => !empty($input_styles) ? sprintf(' style="%s"', esc_attr(safecss_filter_attr(implode(' ', $input_styles)))) : '', 'button' => !empty($button_styles) ? sprintf(' style="%s"', esc_attr(safecss_filter_attr(implode(' ', $button_styles)))) : '', 'wrapper' => !empty($wrapper_styles) ? sprintf(' style="%s"', esc_attr(safecss_filter_attr(implode(' ', $wrapper_styles)))) : '', 'label' => !empty($label_styles) ? sprintf(' style="%s"', esc_attr(safecss_filter_attr(implode(' ', $label_styles)))) : '', )
/src/wp-includes/blocks/navigation-submenu.php:1021$wrapper_attributes = get_block_wrapper_attributes(array('class' => $css_classes . ' wp-block-navigation-item' . ($has_submenu ? ' has-child' : '') . ($open_on_click ? ' open-on-click' : '') . ($open_on_hover_and_click ? ' open-on-hover-click' : '') . ($is_active ? ' current-menu-item' : ''), 'style' => $style_attribute, ))
/src/wp-includes/blocks/avatar.php:1362$border_styles[$side] = array('color' => isset($border['color']) ? $border['color'] : null, 'style' => isset($border['style']) ? $border['style'] : null, 'width' => isset($border['width']) ? $border['width'] : null, )
/src/wp-includes/deprecated.php:48961return array('r' => wp_tinycolor_bound01($rgb_color['r'], 255) * 255, 'g' => wp_tinycolor_bound01($rgb_color['g'], 255) * 255, 'b' => wp_tinycolor_bound01($rgb_color['b'], 255) * 255, )
/src/wp-includes/deprecated.php:51112$rgb = wp_tinycolor_rgb_to_rgb(array('r' => base_convert($match[1] . $match[1], 16, 10), 'g' => base_convert($match[2] . $match[2], 16, 10), 'b' => base_convert($match[3] . $match[3], 16, 10), ))
/src/wp-includes/deprecated.php:51282$rgb = wp_tinycolor_rgb_to_rgb(array('r' => base_convert($match[1] . $match[1], 16, 10), 'g' => base_convert($match[2] . $match[2], 16, 10), 'b' => base_convert($match[3] . $match[3], 16, 10), ))
/src/wp-includes/blocks/post-terms.php:871$variation = array('name' => $taxonomy->name, 'title' => $taxonomy->label, 'description' => sprintf(__('Display a list of assigned terms from the taxonomy: %s'), $taxonomy->label), 'attributes' => array('term' => $taxonomy->name, ), 'isActive' => array('term'), 'scope' => array('inserter', 'transform'), )
/src/wp-includes/general-template.php:31491$defaults = array('separator' => _x('&raquo;', 'feed link'), 'singletitle' => __('%1$s %2$s %3$s Comments Feed'), 'cattitle' => __('%1$s %2$s %3$s Category Feed'), 'tagtitle' => __('%1$s %2$s %3$s Tag Feed'), 'taxtitle' => __('%1$s %2$s %3$s %4$s Feed'), 'authortitle' => __('%1$s %2$s Posts by %3$s Feed'), 'searchtitle' => __('%1$s %2$s Search Results for &#8220;%3$s&#8221; Feed'), 'posttypetitle' => __('%1$s %2$s %3$s Feed'), )
/src/wp-includes/general-template.php:44861$defaults = array('base' => $pagenum_link, 'format' => $format, 'total' => $total, 'current' => $current, 'aria_current' => 'page', 'show_all' => false, 'prev_next' => true, 'prev_text' => __('&laquo; Previous'), 'next_text' => __('Next &raquo;'), 'end_size' => 1, 'mid_size' => 2, 'type' => 'plain', 'add_args' => array( ), 'add_fragment' => '', 'before_page_number' => '', 'after_page_number' => '', )
/src/wp-includes/deprecated.php:301$postdata = array('ID' => $post->ID, 'Author_ID' => $post->post_author, 'Date' => $post->post_date, 'Content' => $post->post_content, 'Excerpt' => $post->post_excerpt, 'Title' => $post->post_title, 'Category' => $post->post_category, 'post_status' => $post->post_status, 'comment_status' => $post->comment_status, 'ping_status' => $post->ping_status, 'post_password' => $post->post_password, 'to_ping' => $post->to_ping, 'pinged' => $post->pinged, 'post_type' => $post->post_type, 'post_name' => $post->post_name)
/src/wp-includes/deprecated.php:30811$theme_data = array('Name' => $theme->get('Name'), 'URI' => $theme->display('ThemeURI', true, false), 'Description' => $theme->display('Description', true, false), 'Author' => $theme->display('Author', true, false), 'AuthorURI' => $theme->display('AuthorURI', true, false), 'Version' => $theme->get('Version'), 'Template' => $theme->get('Template'), 'Status' => $theme->get('Status'), 'Tags' => $theme->get('Tags'), 'Title' => $theme->get('Name'), 'AuthorName' => $theme->get('Author'), )
/src/wp-includes/ID3/module.audio-video.quicktime.php:1711$ISO6709parsed['altitude'] = (($alt_sign == '-') ? -1 : 1) * floatval(ltrim(substr($alt_deg, 0, 2), '0')) + floatval((int) ltrim(substr($alt_deg, 2, 2), '0') / 60) + floatval(ltrim(substr($alt_deg, 4, 2), '0') . $alt_deg_dec / 3600)
/src/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php:2371$args = apply_filters('wp_sitemaps_posts_query_args', array('orderby' => 'ID', 'order' => 'ASC', 'post_type' => $post_type, 'posts_per_page' => wp_sitemaps_get_max_urls($this->object_type), 'post_status' => array('publish'), 'no_found_rows' => true, 'update_post_term_cache' => false, 'update_post_meta_cache' => false, 'ignore_sticky_posts' => true, ), $post_type)
/src/wp-includes/ID3/module.audio-video.quicktime.php:1691$ISO6709parsed['altitude'] = (($alt_sign == '-') ? -1 : 1) * floatval(ltrim(substr($alt_deg, 0, 2), '0')) + floatval(ltrim(substr($alt_deg, 2, 2), '0') . $alt_deg_dec / 60)
/src/wp-includes/ID3/module.audio-video.quicktime.php:13422$info['quicktime']['time_scale'] = ((isset($info['quicktime']['time_scale']) && ($info['quicktime']['time_scale'] < 1000)) ? max($info['quicktime']['time_scale'], $atom_structure['time_scale']) : $atom_structure['time_scale'])
/src/wp-includes/ID3/module.audio-video.quicktime.php:12212$info['quicktime']['time_scale'] = ((isset($info['quicktime']['time_scale']) && ($info['quicktime']['time_scale'] < 1000)) ? max($info['quicktime']['time_scale'], $atom_structure['time_scale']) : $atom_structure['time_scale'])
/src/wp-includes/ID3/module.audio-video.quicktime.php:1551$ISO6709parsed['latitude'] = (($lat_sign == '-') ? -1 : 1) * floatval(ltrim(substr($lat_deg, 0, 2), '0')) + floatval((int) ltrim(substr($lat_deg, 2, 2), '0') / 60) + floatval(ltrim(substr($lat_deg, 4, 2), '0') . $lat_deg_dec / 3600)
/src/wp-includes/ID3/module.audio-video.quicktime.php:1531$ISO6709parsed['latitude'] = (($lat_sign == '-') ? -1 : 1) * floatval(ltrim(substr($lat_deg, 0, 2), '0')) + floatval(ltrim(substr($lat_deg, 2, 2), '0') . $lat_deg_dec / 60)
/src/wp-includes/ID3/module.audio-video.quicktime.php:1631$ISO6709parsed['longitude'] = (($lon_sign == '-') ? -1 : 1) * floatval(ltrim(substr($lon_deg, 0, 2), '0')) + floatval((int) ltrim(substr($lon_deg, 2, 2), '0') / 60) + floatval(ltrim(substr($lon_deg, 4, 2), '0') . $lon_deg_dec / 3600)
/src/wp-includes/ID3/module.audio-video.quicktime.php:1611$ISO6709parsed['longitude'] = (($lon_sign == '-') ? -1 : 1) * floatval(ltrim(substr($lon_deg, 0, 2), '0')) + floatval(ltrim(substr($lon_deg, 2, 2), '0') . $lon_deg_dec / 60)
/src/wp-includes/ID3/module.audio-video.riff.php:6961$info['avdataend'] = $thisfile_riff['AVIX'][(count($thisfile_riff['AVIX']) - 1)]['chunks']['movi']['offset'] + $thisfile_riff['AVIX'][(count($thisfile_riff['AVIX']) - 1)]['chunks']['movi']['size']
/src/wp-includes/blocks/navigation.php:12512$block = array('blockName' => isset($menu_items_by_parent_id[$menu_item->ID]) ? 'core/navigation-submenu' : 'core/navigation-link', 'attrs' => array('className' => $class_name, 'description' => $menu_item->description, 'id' => $id, 'kind' => $kind, 'label' => $menu_item->title, 'opensInNewTab' => $opens_in_new_tab, 'rel' => $rel, 'title' => $menu_item->attr_title, 'type' => $menu_item->object, 'url' => $menu_item->url, ), )
/src/wp-includes/ID3/module.tag.id3v2.php:11241$commentkey = ($parsedFrame['description'] ? $parsedFrame['description'] : (!empty($info['id3v2']['comments'][$parsedFrame['framenameshort']]) ? count($info['id3v2']['comments'][$parsedFrame['framenameshort']]) : 0))
/src/wp-includes/ID3/module.tag.id3v2.php:6941$commentkey = ($parsedFrame['description'] ? $parsedFrame['description'] : (isset($info['id3v2']['comments'][$parsedFrame['framenameshort']]) ? count($info['id3v2']['comments'][$parsedFrame['framenameshort']]) : 0))
/src/wp-includes/blocks/navigation-link.php:3181$variation_overrides = array('post_tag' => array('name' => 'tag', 'attributes' => array('type' => 'tag', 'kind' => $kind, ), ), 'post_format' => array('title' => __('Post Format Link'), 'description' => __('A link to a post format'), 'attributes' => array('type' => 'post_format', 'kind' => $kind, ), ), )
/src/wp-includes/blocks/query.php:1171$supports_client_navigation = (isset($block_type->supports['interactivity']['clientNavigation']) && true === $block_type->supports['interactivity']['clientNavigation']) || (isset($block_type->supports['interactivity']) && true === $block_type->supports['interactivity'])
/src/wp-includes/blocks/navigation.php:5221return sprintf('<button aria-haspopup="dialog" %3$s class="%6$s" %10$s>%8$s</button> <div class="%5$s" style="%7$s" id="%1$s" %11$s> <div class="wp-block-navigation__responsive-close" tabindex="-1"> <div class="wp-block-navigation__responsive-dialog" %12$s> <button %4$s class="wp-block-navigation__responsive-container-close" %13$s>%9$s</button> <div class="wp-block-navigation__responsive-container-content" %14$s id="%1$s-content"> %2$s </div> </div> </div> </div>', esc_attr($modal_unique_id), $inner_blocks_html, $toggle_aria_label_open, $toggle_aria_label_close, esc_attr(implode(' ', $responsive_container_classes)), esc_attr(implode(' ', $open_button_classes)), esc_attr(safecss_filter_attr($colors['overlay_inline_styles'])), $toggle_button_content, $toggle_close_button_content, $open_button_directives, $responsive_container_directives, $responsive_dialog_directives, $close_button_directives, $responsive_container_content_directives)
/src/wp-includes/blocks/tag-cloud.php:211$args = array('echo' => false, 'unit' => $unit, 'taxonomy' => $attributes['taxonomy'], 'show_count' => $attributes['showTagCounts'], 'number' => $attributes['numberOfTags'], 'smallest' => floatVal($attributes['smallestFontSize']), 'largest' => floatVal($attributes['largestFontSize']), )
/src/wp-includes/SimplePie/Misc.php:2441return array('scheme' => (string) $iri->scheme, 'authority' => (string) $iri->authority, 'path' => (string) $iri->path, 'query' => (string) $iri->query, 'fragment' => (string) $iri->fragment)
/src/wp-includes/ID3/getid3.lib.php:10673$charval = ((ord($string[($offset + 0)]) & 0x0F) << 12) & ((ord($string[($offset + 1)]) & 0x3F) << 6) & (ord($string[($offset + 2)]) & 0x3F)
/src/wp-includes/SimplePie/Misc.php:19971return chr(0xf0 | ($codepoint >> 18)) . chr(0x80 | (($codepoint >> 12) & 0x3f)) . chr(0x80 | (($codepoint >> 6) & 0x3f)) . chr(0x80 | ($codepoint & 0x3f))
/src/wp-includes/ID3/module.audio-video.flv.php:4611return ($this->readByte( ) << 24) + ($this->readByte( ) << 16) + ($this->readByte( ) << 8) + $this->readByte( )
/src/wp-includes/SimplePie/IRI.php:8272$return = $this->set_scheme($parsed['scheme']) && $this->set_authority($parsed['authority']) && $this->set_path($parsed['path']) && $this->set_query($parsed['query']) && $this->set_fragment($parsed['fragment'])
/src/wp-includes/ID3/getid3.lib.php:10173$charval = ((ord($string[($offset + 0)]) & 0x0F) << 12) & ((ord($string[($offset + 1)]) & 0x3F) << 6) & (ord($string[($offset + 2)]) & 0x3F)
/src/wp-includes/SimplePie/Source.php:2483$url = $this->sanitize($author[0]['child'][SIMPLEPIE_NAMESPACE_ATOM_03]['url'][0]['data'], SIMPLEPIE_CONSTRUCT_IRI, $this->get_base($author[0]['child'][SIMPLEPIE_NAMESPACE_ATOM_03]['url'][0]))
/src/wp-includes/ID3/getid3.lib.php:10603$charval = ((ord($string[($offset + 0)]) & 0x07) << 18) & ((ord($string[($offset + 1)]) & 0x3F) << 12) & ((ord($string[($offset + 2)]) & 0x3F) << 6) & (ord($string[($offset + 3)]) & 0x3F)
/src/wp-includes/block-supports/border.php:1131$border_side_values = array('width' => isset($border['width']) && !wp_should_skip_block_supports_serialization($block_type, '__experimentalBorder', 'width') ? $border['width'] : null, 'color' => isset($border['color']) && !wp_should_skip_block_supports_serialization($block_type, '__experimentalBorder', 'color') ? $border['color'] : null, 'style' => isset($border['style']) && !wp_should_skip_block_supports_serialization($block_type, '__experimentalBorder', 'style') ? $border['style'] : null, )
/src/wp-includes/ID3/getid3.lib.php:9673$charval = ((ord($string[($offset + 0)]) & 0x0F) << 12) & ((ord($string[($offset + 1)]) & 0x3F) << 6) & (ord($string[($offset + 2)]) & 0x3F)
/src/wp-includes/block-supports/settings.php:1031$has_custom_selector = (isset($block_type->supports['__experimentalSelector']) && is_string($block_type->supports['__experimentalSelector'])) || (isset($block_type->selectors['root']) && is_string($block_type->selectors['root']))
/src/wp-includes/ID3/getid3.lib.php:10103$charval = ((ord($string[($offset + 0)]) & 0x07) << 18) & ((ord($string[($offset + 1)]) & 0x3F) << 12) & ((ord($string[($offset + 2)]) & 0x3F) << 6) & (ord($string[($offset + 3)]) & 0x3F)
/src/wp-includes/SimplePie/Cache/MySQL.php:1071$this->mysql = new PDO("mysql:dbname={$this->options['dbname']};host={$this->options['host']};port={$this->options['port']}", $this->options['user'], $this->options['pass'], array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8'))
/src/wp-includes/ID3/module.audio.ac3.php:6351$lookup = array('ch1' => ($acmod == 0), 'ch2' => ($acmod == 0), 'left' => ($acmod > 1), 'right' => ($acmod > 1), 'center' => (bool) ($acmod & 0x01), 'surround_mono' => false, 'surround_left' => false, 'surround_right' => false, 'lfe' => $lfeon)
/src/wp-includes/SimplePie/HTTP/Parser.php:1841return (bool) ($this->data[$this->position] === "\x09" || $this->data[$this->position] === "\x20" || ($this->data[$this->position] === "\x0A" && isset($this->data[$this->position + 1]) && ($this->data[$this->position + 1] === "\x09" || $this->data[$this->position + 1] === "\x20")))
/src/wp-includes/ID3/getid3.lib.php:9603$charval = ((ord($string[($offset + 0)]) & 0x07) << 18) & ((ord($string[($offset + 1)]) & 0x3F) << 12) & ((ord($string[($offset + 2)]) & 0x3F) << 6) & (ord($string[($offset + 3)]) & 0x3F)
/src/wp-includes/Requests/src/Iri.php:7672$return = $this->set_scheme($parsed['scheme']) && $this->set_authority($parsed['authority']) && $this->set_path($parsed['path']) && $this->set_query($parsed['query']) && $this->set_fragment($parsed['fragment'])
/src/wp-includes/ID3/module.audio.mp3.php:16281$thisframebitrate = $MPEGaudioBitrateLookup[$MPEGaudioVersionLookup[$dummy['mpeg']['audio']['raw']['version']]][$MPEGaudioLayerLookup[$dummy['mpeg']['audio']['raw']['layer']]][$dummy['mpeg']['audio']['raw']['bitrate']]
/src/wp-includes/html-api/class-wp-html-processor.php:5371return !('#' === $token_name[0] || 'html' === $token_name || self::is_void($token_name) || in_array($token_name, array('IFRAME', 'NOEMBED', 'NOFRAMES', 'SCRIPT', 'STYLE', 'TEXTAREA', 'TITLE', 'XMP'), true))
/src/wp-includes/ID3/module.audio.ogg.php:7571$info['ogg']['comments']['picture'][] = array('image_mime' => $imageinfo['mime'], 'datalength' => strlen($data), 'picturetype' => 'cover art', 'image_height' => $imageinfo['height'], 'image_width' => $imageinfo['width'], 'data' => $ogg->saveAttachment('coverart', 0, strlen($data), $imageinfo['mime']), )
/src/wp-includes/block-supports/elements.php:371$element_color_properties = array('button' => array('skip' => isset($options['button']['skip']) ? $options['button']['skip'] : false, 'paths' => array(array('button', 'color', 'text'), array('button', 'color', 'background'), array('button', 'color', 'gradient'), ), ), 'link' => array('skip' => isset($options['link']['skip']) ? $options['link']['skip'] : false, 'paths' => array(array('link', 'color', 'text'), array('link', ':hover', 'color', 'text'), ), ), 'heading' => array('skip' => isset($options['heading']['skip']) ? $options['heading']['skip'] : false, 'paths' => array(array('heading', 'color', 'text'), array('heading', 'color', 'background'), array('heading', 'color', 'gradient'), array('h1', 'color', 'text'), array('h1', 'color', 'background'), array('h1', 'color', 'gradient'), array('h2', 'color', 'text'), array('h2', 'color', 'background'), array('h2', 'color', 'gradient'), array('h3', 'color', 'text'), array('h3', 'color', 'background'), array('h3', 'color', 'gradient'), array('h4', 'color', 'text'), array('h4', 'color', 'background'), array('h4', 'color', 'gradient'), array('h5', 'color', 'text'), array('h5', 'color', 'background'), array('h5', 'color', 'gradient'), array('h6', 'color', 'text'), array('h6', 'color', 'background'), array('h6', 'color', 'gradient'), ), ), )
/src/wp-includes/ID3/module.audio.mp3.php:2751$encoder_options = $KnownEncoderValues[$thisfile_mpeg_audio_lame['raw']['abrbitrate_minbitrate']][$thisfile_mpeg_audio_lame['vbr_quality']][$thisfile_mpeg_audio_lame['raw']['vbr_method']][$thisfile_mpeg_audio_lame['raw']['noise_shaping']][$thisfile_mpeg_audio_lame['raw']['stereo_mode']][$thisfile_mpeg_audio_lame['ath_type']][$thisfile_mpeg_audio_lame['lowpass_frequency']]
/src/wp-includes/block-supports/elements.php:1661$element_types = array('button' => array('selector' => ".$class_name .wp-element-button, .$class_name .wp-block-button__link", 'skip' => $skip_button_color_serialization, ), 'link' => array('selector' => ".$class_name a:where(:not(.wp-element-button))", 'hover_selector' => ".$class_name a:where(:not(.wp-element-button)):hover", 'skip' => $skip_link_color_serialization, ), 'heading' => array('selector' => ".$class_name h1, .$class_name h2, .$class_name h3, .$class_name h4, .$class_name h5, .$class_name h6", 'skip' => $skip_heading_color_serialization, 'elements' => array('h1', 'h2', 'h3', 'h4', 'h5', 'h6'), ), )
/src/wp-includes/ID3/module.audio.mp3.php:2791$encoder_options = $KnownEncoderValues['**'][$thisfile_mpeg_audio_lame['vbr_quality']][$thisfile_mpeg_audio_lame['raw']['vbr_method']][$thisfile_mpeg_audio_lame['raw']['noise_shaping']][$thisfile_mpeg_audio_lame['raw']['stereo_mode']][$thisfile_mpeg_audio_lame['ath_type']][$thisfile_mpeg_audio_lame['lowpass_frequency']]
/src/wp-includes/html-api/html5-named-character-references.php:381$html5_named_character_references = WP_Token_Map::from_precomputed_table(array("storage_version" => "6.6.0-trunk", "key_length" => 2, "groups" => "AE\x00AM\x00Aa\x00Ab\x00Ac\x00Af\x00Ag\x00Al\x00Am\x00An\x00Ao\x00Ap\x00Ar\x00As\x00At\x00Au\x00Ba\x00Bc\x00Be\x00Bf\x00Bo\x00Br\x00Bs\x00Bu\x00CH\x00CO\x00Ca\x00Cc\x00Cd\x00Ce\x00Cf\x00Ch\x00Ci\x00Cl\x00Co\x00Cr\x00Cs\x00Cu\x00DD\x00DJ\x00DS\x00DZ\x00Da\x00Dc\x00De\x00Df\x00Di\x00Do\x00Ds\x00EN\x00ET\x00Ea\x00Ec\x00Ed\x00Ef\x00Eg\x00El\x00Em\x00Eo\x00Ep\x00Eq\x00Es\x00Et\x00Eu\x00Ex\x00Fc\x00Ff\x00Fi\x00Fo\x00Fs\x00GJ\x00GT\x00Ga\x00Gb\x00Gc\x00Gd\x00Gf\x00Gg\x00Go\x00Gr\x00Gs\x00Gt\x00HA\x00Ha\x00Hc\x00Hf\x00Hi\x00Ho\x00Hs\x00Hu\x00IE\x00IJ\x00IO\x00Ia\x00Ic\x00Id\x00If\x00Ig\x00Im\x00In\x00Io\x00Is\x00It\x00Iu\x00Jc\x00Jf\x00Jo\x00Js\x00Ju\x00KH\x00KJ\x00Ka\x00Kc\x00Kf\x00Ko\x00Ks\x00LJ\x00LT\x00La\x00Lc\x00Le\x00Lf\x00Ll\x00Lm\x00Lo\x00Ls\x00Lt\x00Ma\x00Mc\x00Me\x00Mf\x00Mi\x00Mo\x00Ms\x00Mu\x00NJ\x00Na\x00Nc\x00Ne\x00Nf\x00No\x00Ns\x00Nt\x00Nu\x00OE\x00Oa\x00Oc\x00Od\x00Of\x00Og\x00Om\x00Oo\x00Op\x00Or\x00Os\x00Ot\x00Ou\x00Ov\x00Pa\x00Pc\x00Pf\x00Ph\x00Pi\x00Pl\x00Po\x00Pr\x00Ps\x00QU\x00Qf\x00Qo\x00Qs\x00RB\x00RE\x00Ra\x00Rc\x00Re\x00Rf\x00Rh\x00Ri\x00Ro\x00Rr\x00Rs\x00Ru\x00SH\x00SO\x00Sa\x00Sc\x00Sf\x00Sh\x00Si\x00Sm\x00So\x00Sq\x00Ss\x00St\x00Su\x00TH\x00TR\x00TS\x00Ta\x00Tc\x00Tf\x00Th\x00Ti\x00To\x00Tr\x00Ts\x00Ua\x00Ub\x00Uc\x00Ud\x00Uf\x00Ug\x00Um\x00Un\x00Uo\x00Up\x00Ur\x00Us\x00Ut\x00Uu\x00VD\x00Vb\x00Vc\x00Vd\x00Ve\x00Vf\x00Vo\x00Vs\x00Vv\x00Wc\x00We\x00Wf\x00Wo\x00Ws\x00Xf\x00Xi\x00Xo\x00Xs\x00YA\x00YI\x00YU\x00Ya\x00Yc\x00Yf\x00Yo\x00Ys\x00Yu\x00ZH\x00Za\x00Zc\x00Zd\x00Ze\x00Zf\x00Zo\x00Zs\x00aa\x00ab\x00ac\x00ae\x00af\x00ag\x00al\x00am\x00an\x00ao\x00ap\x00ar\x00as\x00at\x00au\x00aw\x00bN\x00ba\x00bb\x00bc\x00bd\x00be\x00bf\x00bi\x00bk\x00bl\x00bn\x00bo\x00bp\x00br\x00bs\x00bu\x00ca\x00cc\x00cd\x00ce\x00cf\x00ch\x00ci\x00cl\x00co\x00cr\x00cs\x00ct\x00cu\x00cw\x00cy\x00dA\x00dH\x00da\x00db\x00dc\x00dd\x00de\x00df\x00dh\x00di\x00dj\x00dl\x00do\x00dr\x00ds\x00dt\x00du\x00dw\x00dz\x00eD\x00ea\x00ec\x00ed\x00ee\x00ef\x00eg\x00el\x00em\x00en\x00eo\x00ep\x00eq\x00er\x00es\x00et\x00eu\x00ex\x00fa\x00fc\x00fe\x00ff\x00fi\x00fj\x00fl\x00fn\x00fo\x00fp\x00fr\x00fs\x00gE\x00ga\x00gb\x00gc\x00gd\x00ge\x00gf\x00gg\x00gi\x00gj\x00gl\x00gn\x00go\x00gr\x00gs\x00gt\x00gv\x00hA\x00ha\x00hb\x00hc\x00he\x00hf\x00hk\x00ho\x00hs\x00hy\x00ia\x00ic\x00ie\x00if\x00ig\x00ii\x00ij\x00im\x00in\x00io\x00ip\x00iq\x00is\x00it\x00iu\x00jc\x00jf\x00jm\x00jo\x00js\x00ju\x00ka\x00kc\x00kf\x00kg\x00kh\x00kj\x00ko\x00ks\x00lA\x00lB\x00lE\x00lH\x00la\x00lb\x00lc\x00ld\x00le\x00lf\x00lg\x00lh\x00lj\x00ll\x00lm\x00ln\x00lo\x00lp\x00lr\x00ls\x00lt\x00lu\x00lv\x00mD\x00ma\x00mc\x00md\x00me\x00mf\x00mh\x00mi\x00ml\x00mn\x00mo\x00mp\x00ms\x00mu\x00nG\x00nL\x00nR\x00nV\x00na\x00nb\x00nc\x00nd\x00ne\x00nf\x00ng\x00nh\x00ni\x00nj\x00nl\x00nm\x00no\x00np\x00nr\x00ns\x00nt\x00nu\x00nv\x00nw\x00oS\x00oa\x00oc\x00od\x00oe\x00of\x00og\x00oh\x00oi\x00ol\x00om\x00oo\x00op\x00or\x00os\x00ot\x00ou\x00ov\x00pa\x00pc\x00pe\x00pf\x00ph\x00pi\x00pl\x00pm\x00po\x00pr\x00ps\x00pu\x00qf\x00qi\x00qo\x00qp\x00qs\x00qu\x00rA\x00rB\x00rH\x00ra\x00rb\x00rc\x00rd\x00re\x00rf\x00rh\x00ri\x00rl\x00rm\x00rn\x00ro\x00rp\x00rr\x00rs\x00rt\x00ru\x00rx\x00sa\x00sb\x00sc\x00sd\x00se\x00sf\x00sh\x00si\x00sl\x00sm\x00so\x00sp\x00sq\x00sr\x00ss\x00st\x00su\x00sw\x00sz\x00ta\x00tb\x00tc\x00td\x00te\x00tf\x00th\x00ti\x00to\x00tp\x00tr\x00ts\x00tw\x00uA\x00uH\x00ua\x00ub\x00uc\x00ud\x00uf\x00ug\x00uh\x00ul\x00um\x00uo\x00up\x00ur\x00us\x00ut\x00uu\x00uw\x00vA\x00vB\x00vD\x00va\x00vc\x00vd\x00ve\x00vf\x00vl\x00vn\x00vo\x00vp\x00vr\x00vs\x00vz\x00wc\x00we\x00wf\x00wo\x00wp\x00wr\x00ws\x00xc\x00xd\x00xf\x00xh\x00xi\x00xl\x00xm\x00xn\x00xo\x00xr\x00xs\x00xu\x00xv\x00xw\x00ya\x00yc\x00ye\x00yf\x00yi\x00yo\x00ys\x00yu\x00za\x00zc\x00zd\x00ze\x00zf\x00zh\x00zi\x00zo\x00zs\x00zw\x00", "large_words" => array("\x04lig;\x02Æ\x03lig\x02Æ", "\x02P;\x01&\x01P\x01&", "\x05cute;\x02Á\x04cute\x02Á", "\x05reve;\x02Ă", "\x04irc;\x02Â\x03irc\x02Â\x02y;\x02А", "\x02r;\x04𝔄", "\x05rave;\x02À\x04rave\x02À", "\x04pha;\x02Α", "\x04acr;\x02Ā", "\x02d;\x03⩓", "\x04gon;\x02Ą\x03pf;\x04𝔸", "\x0cplyFunction;\x03⁡", "\x04ing;\x02Å\x03ing\x02Å", "\x05sign;\x03≔\x03cr;\x04𝒜", "\x05ilde;\x02Ã\x04ilde\x02Ã", "\x03ml;\x02Ä\x02ml\x02Ä", "\x08ckslash;\x03∖\x05rwed;\x03⌆\x03rv;\x03⫧", "\x02y;\x02Б", "\x09rnoullis;\x03ℬ\x06cause;\x03∵\x03ta;\x02Β", "\x02r;\x04𝔅", "\x03pf;\x04𝔹", "\x04eve;\x02˘", "\x03cr;\x03ℬ", "\x05mpeq;\x03≎", "\x03cy;\x02Ч", "\x03PY;\x02©\x02PY\x02©", "\x13pitalDifferentialD;\x03ⅅ\x06yleys;\x03ℭ\x05cute;\x02Ć\x02p;\x03⋒", "\x06onint;\x03∰\x05aron;\x02Č\x05edil;\x02Ç\x04edil\x02Ç\x04irc;\x02Ĉ", "\x03ot;\x02Ċ", "\x08nterDot;\x02·\x06dilla;\x02¸", "\x02r;\x03ℭ", "\x02i;\x02Χ", "\x0arcleMinus;\x03⊖\x0arcleTimes;\x03⊗\x09rclePlus;\x03⊕\x08rcleDot;\x03⊙", "\x17ockwiseContourIntegral;\x03∲\x14oseCurlyDoubleQuote;\x03”\x0eoseCurlyQuote;\x03’", "\x1eunterClockwiseContourIntegral;\x03∳\x0entourIntegral;\x03∮\x08ngruent;\x03≡\x08product;\x03∐\x05lone;\x03⩴\x05nint;\x03∯\x04lon;\x03∷\x03pf;\x03ℂ", "\x04oss;\x03⨯", "\x03cr;\x04𝒞", "\x05pCap;\x03≍\x02p;\x03⋓", "\x07otrahd;\x03⤑\x01;\x03ⅅ", "\x03cy;\x02Ђ", "\x03cy;\x02Ѕ", "\x03cy;\x02Џ", "\x05gger;\x03‡\x04shv;\x03⫤\x03rr;\x03↡", "\x05aron;\x02Ď\x02y;\x02Д", "\x04lta;\x02Δ\x02l;\x03∇", "\x02r;\x04𝔇", "\x15acriticalDoubleAcute;\x02˝\x0facriticalAcute;\x02´\x0facriticalGrave;\x01`\x0facriticalTilde;\x02˜\x0dacriticalDot;\x02˙\x0cfferentialD;\x03ⅆ\x06amond;\x03⋄", "\x17ubleLongLeftRightArrow;\x03⟺\x14ubleContourIntegral;\x03∯\x13ubleLeftRightArrow;\x03⇔\x13ubleLongRightArrow;\x03⟹\x12ubleLongLeftArrow;\x03⟸\x12wnLeftRightVector;\x03⥐\x11wnRightTeeVector;\x03⥟\x11wnRightVectorBar;\x03⥗\x10ubleUpDownArrow;\x03⇕\x10ubleVerticalBar;\x03∥\x10wnLeftTeeVector;\x03⥞\x10wnLeftVectorBar;\x03⥖\x0fubleRightArrow;\x03⇒\x0fwnArrowUpArrow;\x03⇵\x0eubleDownArrow;\x03⇓\x0eubleLeftArrow;\x03⇐\x0ewnRightVector;\x03⇁\x0dubleRightTee;\x03⊨\x0dwnLeftVector;\x03↽\x0cubleLeftTee;\x03⫤\x0cubleUpArrow;\x03⇑\x0bwnArrowBar;\x03⤓\x0bwnTeeArrow;\x03↧\x08ubleDot;\x02¨\x08wnArrow;\x03↓\x08wnBreve;\x02̑\x08wnarrow;\x03⇓\x07tEqual;\x03≐\x06wnTee;\x03⊤\x05tDot;\x03⃜\x03pf;\x04𝔻\x02t;\x02¨", "\x05trok;\x02Đ\x03cr;\x04𝒟", "\x02G;\x02Ŋ", "\x02H;\x02Ð\x01H\x02Ð", "\x05cute;\x02É\x04cute\x02É", "\x05aron;\x02Ě\x04irc;\x02Ê\x03irc\x02Ê\x02y;\x02Э", "\x03ot;\x02Ė", "\x02r;\x04𝔈", "\x05rave;\x02È\x04rave\x02È", "\x06ement;\x03∈", "\x13ptyVerySmallSquare;\x03▫\x0fptySmallSquare;\x03◻\x04acr;\x02Ē", "\x04gon;\x02Ę\x03pf;\x04𝔼", "\x06silon;\x02Ε", "\x0auilibrium;\x03⇌\x09ualTilde;\x03≂\x04ual;\x03⩵", "\x03cr;\x03ℰ\x03im;\x03⩳", "\x02a;\x02Η", "\x03ml;\x02Ë\x02ml\x02Ë", "\x0bponentialE;\x03ⅇ\x05ists;\x03∃", "\x02y;\x02Ф", "\x02r;\x04𝔉", "\x14lledVerySmallSquare;\x03▪\x10lledSmallSquare;\x03◼", "\x09uriertrf;\x03ℱ\x05rAll;\x03∀\x03pf;\x04𝔽", "\x03cr;\x03ℱ", "\x03cy;\x02Ѓ", "\x01;\x01>", "\x05mmad;\x02Ϝ\x04mma;\x02Γ", "\x05reve;\x02Ğ", "\x05edil;\x02Ģ\x04irc;\x02Ĝ\x02y;\x02Г", "\x03ot;\x02Ġ", "\x02r;\x04𝔊", "\x01;\x03⋙", "\x03pf;\x04𝔾", "\x10eaterSlantEqual;\x03⩾\x0featerEqualLess;\x03⋛\x0featerFullEqual;\x03≧\x0deaterGreater;\x03⪢\x0beaterEqual;\x03≥\x0beaterTilde;\x03≳\x0aeaterLess;\x03≷", "\x03cr;\x04𝒢", "\x01;\x03≫", "\x05RDcy;\x02Ъ", "\x04cek;\x02ˇ\x02t;\x01^", "\x04irc;\x02Ĥ", "\x02r;\x03ℌ", "\x0blbertSpace;\x03ℋ", "\x0drizontalLine;\x03─\x03pf;\x03ℍ", "\x05trok;\x02Ħ\x03cr;\x03ℋ", "\x0bmpDownHump;\x03≎\x08mpEqual;\x03≏", "\x03cy;\x02Е", "\x04lig;\x02IJ", "\x03cy;\x02Ё", "\x05cute;\x02Í\x04cute\x02Í", "\x04irc;\x02Î\x03irc\x02Î\x02y;\x02И", "\x03ot;\x02İ", "\x02r;\x03ℑ", "\x05rave;\x02Ì\x04rave\x02Ì", "\x09aginaryI;\x03ⅈ\x06plies;\x03⇒\x04acr;\x02Ī\x01;\x03ℑ", "\x0dvisibleComma;\x03⁣\x0dvisibleTimes;\x03⁢\x0btersection;\x03⋂\x07tegral;\x03∫\x02t;\x03∬", "\x04gon;\x02Į\x03pf;\x04𝕀\x03ta;\x02Ι", "\x03cr;\x03ℐ", "\x05ilde;\x02Ĩ", "\x04kcy;\x02І\x03ml;\x02Ï\x02ml\x02Ï", "\x04irc;\x02Ĵ\x02y;\x02Й", "\x02r;\x04𝔍", "\x03pf;\x04𝕁", "\x05ercy;\x02Ј\x03cr;\x04𝒥", "\x04kcy;\x02Є", "\x03cy;\x02Х", "\x03cy;\x02Ќ", "\x04ppa;\x02Κ", "\x05edil;\x02Ķ\x02y;\x02К", "\x02r;\x04𝔎", "\x03pf;\x04𝕂", "\x03cr;\x04𝒦", "\x03cy;\x02Љ", "\x01;\x01<", "\x09placetrf;\x03ℒ\x05cute;\x02Ĺ\x05mbda;\x02Λ\x03ng;\x03⟪\x03rr;\x03↞", "\x05aron;\x02Ľ\x05edil;\x02Ļ\x02y;\x02Л", "\x12ftArrowRightArrow;\x03⇆\x10ftDoubleBracket;\x03⟦\x10ftDownTeeVector;\x03⥡\x10ftDownVectorBar;\x03⥙\x10ftTriangleEqual;\x03⊴\x0fftAngleBracket;\x03⟨\x0fftUpDownVector;\x03⥑\x0fssEqualGreater;\x03⋚\x0eftRightVector;\x03⥎\x0eftTriangleBar;\x03⧏\x0eftUpTeeVector;\x03⥠\x0eftUpVectorBar;\x03⥘\x0dftDownVector;\x03⇃\x0dftRightArrow;\x03↔\x0dftrightarrow;\x03⇔\x0dssSlantEqual;\x03⩽\x0cftTeeVector;\x03⥚\x0cftVectorBar;\x03⥒\x0cssFullEqual;\x03≦\x0bftArrowBar;\x03⇤\x0bftTeeArrow;\x03↤\x0bftTriangle;\x03⊲\x0bftUpVector;\x03↿\x0aftCeiling;\x03⌈\x0assGreater;\x03≶\x09ftVector;\x03↼\x08ftArrow;\x03←\x08ftFloor;\x03⌊\x08ftarrow;\x03⇐\x08ssTilde;\x03≲\x07ssLess;\x03⪡\x06ftTee;\x03⊣", "\x02r;\x04𝔏", "\x09eftarrow;\x03⇚\x01;\x03⋘", "\x05idot;\x02Ŀ", "\x11ngLeftRightArrow;\x03⟷\x11ngleftrightarrow;\x03⟺\x0ewerRightArrow;\x03↘\x0dngRightArrow;\x03⟶\x0dngrightarrow;\x03⟹\x0dwerLeftArrow;\x03↙\x0cngLeftArrow;\x03⟵\x0cngleftarrow;\x03⟸\x03pf;\x04𝕃", "\x05trok;\x02Ł\x03cr;\x03ℒ\x02h;\x03↰", "\x01;\x03≪", "\x02p;\x03⤅", "\x02y;\x02М", "\x0adiumSpace;\x03 \x08llintrf;\x03ℳ", "\x02r;\x04𝔐", "\x08nusPlus;\x03∓", "\x03pf;\x04𝕄", "\x03cr;\x03ℳ", "\x01;\x02Μ", "\x03cy;\x02Њ", "\x05cute;\x02Ń", "\x05aron;\x02Ň\x05edil;\x02Ņ\x02y;\x02Н", "\x14gativeVeryThinSpace;\x03​\x13stedGreaterGreater;\x03≫\x12gativeMediumSpace;\x03​\x11gativeThickSpace;\x03​\x10gativeThinSpace;\x03​\x0dstedLessLess;\x03≪\x06wLine;\x01\xa", "\x02r;\x04𝔑", "\x16tNestedGreaterGreater;\x05⪢̸\x15tSquareSupersetEqual;\x03⋣\x14tPrecedesSlantEqual;\x03⋠\x14tRightTriangleEqual;\x03⋭\x14tSucceedsSlantEqual;\x03⋡\x13tDoubleVerticalBar;\x03∦\x13tGreaterSlantEqual;\x05⩾̸\x13tLeftTriangleEqual;\x03⋬\x13tSquareSubsetEqual;\x03⋢\x12tGreaterFullEqual;\x05≧̸\x12tRightTriangleBar;\x05⧐̸\x11tLeftTriangleBar;\x05⧏̸\x10tGreaterGreater;\x05≫̸\x10tLessSlantEqual;\x05⩽̸\x10tNestedLessLess;\x05⪡̸\x10tReverseElement;\x03∌\x10tSquareSuperset;\x05⊐̸\x10tTildeFullEqual;\x03≇\x0fnBreakingSpace;\x02 \x0ftPrecedesEqual;\x05⪯̸\x0ftRightTriangle;\x03⋫\x0ftSucceedsEqual;\x05⪰̸\x0ftSucceedsTilde;\x05≿̸\x0ftSupersetEqual;\x03⊉\x0etGreaterEqual;\x03≱\x0etGreaterTilde;\x03≵\x0etHumpDownHump;\x05≎̸\x0etLeftTriangle;\x03⋪\x0etSquareSubset;\x05⊏̸\x0dtGreaterLess;\x03≹\x0dtLessGreater;\x03≸\x0dtSubsetEqual;\x03⊈\x0dtVerticalBar;\x03∤\x0ctEqualTilde;\x05≂̸\x0ctTildeEqual;\x03≄\x0ctTildeTilde;\x03≉\x0btCongruent;\x03≢\x0btHumpEqual;\x05≏̸\x0btLessEqual;\x03≰\x0btLessTilde;\x03≴\x0atLessLess;\x05≪̸\x0atPrecedes;\x03⊀\x0atSucceeds;\x03⊁\x0atSuperset;\x06⊃⃒\x09tElement;\x03∉\x09tGreater;\x03≯\x08tCupCap;\x03≭\x08tExists;\x03∄\x08tSubset;\x06⊂⃒\x07tEqual;\x03≠\x07tTilde;\x03≁\x06Break;\x03⁠\x06tLess;\x03≮\x03pf;\x03ℕ\x02t;\x03⫬", "\x03cr;\x04𝒩", "\x05ilde;\x02Ñ\x04ilde\x02Ñ", "\x01;\x02Ν", "\x04lig;\x02Œ", "\x05cute;\x02Ó\x04cute\x02Ó", "\x04irc;\x02Ô\x03irc\x02Ô\x02y;\x02О", "\x05blac;\x02Ő", "\x02r;\x04𝔒", "\x05rave;\x02Ò\x04rave\x02Ò", "\x06icron;\x02Ο\x04acr;\x02Ō\x04ega;\x02Ω", "\x03pf;\x04𝕆", "\x13enCurlyDoubleQuote;\x03“\x0denCurlyQuote;\x03‘", "\x01;\x03⩔", "\x05lash;\x02Ø\x04lash\x02Ø\x03cr;\x04𝒪", "\x05ilde;\x02Õ\x05imes;\x03⨷\x04ilde\x02Õ", "\x03ml;\x02Ö\x02ml\x02Ö", "\x0eerParenthesis;\x03⏜\x0aerBracket;\x03⎴\x08erBrace;\x03⏞\x06erBar;\x03‾", "\x07rtialD;\x03∂", "\x02y;\x02П", "\x02r;\x04𝔓", "\x02i;\x02Φ", "\x01;\x02Π", "\x08usMinus;\x02±", "\x0cincareplane;\x03ℌ\x03pf;\x03ℙ", "\x11ecedesSlantEqual;\x03≼\x0cecedesEqual;\x03⪯\x0cecedesTilde;\x03≾\x0boportional;\x03∝\x09oportion;\x03∷\x07ecedes;\x03≺\x06oduct;\x03∏\x04ime;\x03″\x01;\x03⪻", "\x03cr;\x04𝒫\x02i;\x02Ψ", "\x03OT;\x01\"\x02OT\x01\"", "\x02r;\x04𝔔", "\x03pf;\x03ℚ", "\x03cr;\x04𝒬", "\x04arr;\x03⤐", "\x02G;\x02®\x01G\x02®", "\x05cute;\x02Ŕ\x05rrtl;\x03⤖\x03ng;\x03⟫\x03rr;\x03↠", "\x05aron;\x02Ř\x05edil;\x02Ŗ\x02y;\x02Р", "\x13verseUpEquilibrium;\x03⥯\x11verseEquilibrium;\x03⇋\x0dverseElement;\x03∋\x01;\x03ℜ", "\x02r;\x03ℜ", "\x02o;\x02Ρ", "\x12ghtArrowLeftArrow;\x03⇄\x11ghtDoubleBracket;\x03⟧\x11ghtDownTeeVector;\x03⥝\x11ghtDownVectorBar;\x03⥕\x11ghtTriangleEqual;\x03⊵\x10ghtAngleBracket;\x03⟩\x10ghtUpDownVector;\x03⥏\x0fghtTriangleBar;\x03⧐\x0fghtUpTeeVector;\x03⥜\x0fghtUpVectorBar;\x03⥔\x0eghtDownVector;\x03⇂\x0dghtTeeVector;\x03⥛\x0dghtVectorBar;\x03⥓\x0cghtArrowBar;\x03⇥\x0cghtTeeArrow;\x03↦\x0cghtTriangle;\x03⊳\x0cghtUpVector;\x03↾\x0bghtCeiling;\x03⌉\x0aghtVector;\x03⇀\x09ghtArrow;\x03→\x09ghtFloor;\x03⌋\x09ghtarrow;\x03⇒\x07ghtTee;\x03⊢", "\x0bundImplies;\x03⥰\x03pf;\x03ℝ", "\x0aightarrow;\x03⇛", "\x03cr;\x03ℛ\x02h;\x03↱", "\x0aleDelayed;\x03⧴", "\x05CHcy;\x02Щ\x03cy;\x02Ш", "\x05FTcy;\x02Ь", "\x05cute;\x02Ś", "\x05aron;\x02Š\x05edil;\x02Ş\x04irc;\x02Ŝ\x02y;\x02С\x01;\x03⪼", "\x02r;\x04𝔖", "\x0eortRightArrow;\x03→\x0dortDownArrow;\x03↓\x0dortLeftArrow;\x03←\x0bortUpArrow;\x03↑", "\x04gma;\x02Σ", "\x0aallCircle;\x03∘", "\x03pf;\x04𝕊", "\x12uareSupersetEqual;\x03⊒\x11uareIntersection;\x03⊓\x10uareSubsetEqual;\x03⊑\x0duareSuperset;\x03⊐\x0buareSubset;\x03⊏\x0auareUnion;\x03⊔\x05uare;\x03□\x03rt;\x03√", "\x03cr;\x04𝒮", "\x03ar;\x03⋆", "\x11cceedsSlantEqual;\x03≽\x0ccceedsEqual;\x03⪰\x0ccceedsTilde;\x03≿\x0cpersetEqual;\x03⊇\x0absetEqual;\x03⊆\x07cceeds;\x03≻\x07chThat;\x03∋\x07perset;\x03⊃\x05bset;\x03⋐\x05pset;\x03⋑\x02b;\x03⋐\x02m;\x03∑\x02p;\x03⋑", "\x04ORN;\x02Þ\x03ORN\x02Þ", "\x04ADE;\x03™", "\x04Hcy;\x02Ћ\x03cy;\x02Ц", "\x02b;\x01\x9\x02u;\x02Τ", "\x05aron;\x02Ť\x05edil;\x02Ţ\x02y;\x02Т", "\x02r;\x04𝔗", "\x09ickSpace;\x06  \x08erefore;\x03∴\x08inSpace;\x03 \x04eta;\x02Θ", "\x0dldeFullEqual;\x03≅\x09ldeEqual;\x03≃\x09ldeTilde;\x03≈\x04lde;\x03∼", "\x03pf;\x04𝕋", "\x08ipleDot;\x03⃛", "\x05trok;\x02Ŧ\x03cr;\x04𝒯", "\x07rrocir;\x03⥉\x05cute;\x02Ú\x04cute\x02Ú\x03rr;\x03↟", "\x05reve;\x02Ŭ\x04rcy;\x02Ў", "\x04irc;\x02Û\x03irc\x02Û\x02y;\x02У", "\x05blac;\x02Ű", "\x02r;\x04𝔘", "\x05rave;\x02Ù\x04rave\x02Ù", "\x04acr;\x02Ū", "\x0fderParenthesis;\x03⏝\x0bderBracket;\x03⎵\x09derBrace;\x03⏟\x08ionPlus;\x03⊎\x07derBar;\x01_\x04ion;\x03⋃", "\x04gon;\x02Ų\x03pf;\x04𝕌", "\x0fArrowDownArrow;\x03⇅\x0eperRightArrow;\x03↗\x0dperLeftArrow;\x03↖\x0cEquilibrium;\x03⥮\x0aDownArrow;\x03↕\x0adownarrow;\x03⇕\x09ArrowBar;\x03⤒\x09TeeArrow;\x03↥\x06Arrow;\x03↑\x06arrow;\x03⇑\x06silon;\x02Υ\x04Tee;\x03⊥\x03si;\x02ϒ", "\x04ing;\x02Ů", "\x03cr;\x04𝒰", "\x05ilde;\x02Ũ", "\x03ml;\x02Ü\x02ml\x02Ü", "\x04ash;\x03⊫", "\x03ar;\x03⫫", "\x02y;\x02В", "\x05ashl;\x03⫦\x04ash;\x03⊩", "\x10rticalSeparator;\x03❘\x0crticalTilde;\x03≀\x0cryThinSpace;\x03 \x0brticalLine;\x01|\x0articalBar;\x03∣\x05rbar;\x03‖\x03rt;\x03‖\x02e;\x03⋁", "\x02r;\x04𝔙", "\x03pf;\x04𝕍", "\x03cr;\x04𝒱", "\x05dash;\x03⊪", "\x04irc;\x02Ŵ", "\x04dge;\x03⋀", "\x02r;\x04𝔚", "\x03pf;\x04𝕎", "\x03cr;\x04𝒲", "\x02r;\x04𝔛", "\x01;\x02Ξ", "\x03pf;\x04𝕏", "\x03cr;\x04𝒳", "\x03cy;\x02Я", "\x03cy;\x02Ї", "\x03cy;\x02Ю", "\x05cute;\x02Ý\x04cute\x02Ý", "\x04irc;\x02Ŷ\x02y;\x02Ы", "\x02r;\x04𝔜", "\x03pf;\x04𝕐", "\x03cr;\x04𝒴", "\x03ml;\x02Ÿ", "\x03cy;\x02Ж", "\x05cute;\x02Ź", "\x05aron;\x02Ž\x02y;\x02З", "\x03ot;\x02Ż", "\x0droWidthSpace;\x03​\x03ta;\x02Ζ", "\x02r;\x03ℨ", "\x03pf;\x03ℤ", "\x03cr;\x04𝒵", "\x05cute;\x02á\x04cute\x02á", "\x05reve;\x02ă", "\x04irc;\x02â\x04ute;\x02´\x03irc\x02â\x03ute\x02´\x02E;\x05∾̳\x02d;\x03∿\x02y;\x02а\x01;\x03∾", "\x04lig;\x02æ\x03lig\x02æ", "\x02r;\x04𝔞\x01;\x03⁡", "\x05rave;\x02à\x04rave\x02à", "\x06efsym;\x03ℵ\x04eph;\x03ℵ\x04pha;\x02α", "\x04acr;\x02ā\x04alg;\x03⨿\x02p;\x01&\x01p\x01&", "\x07dslope;\x03⩘\x07gmsdaa;\x03⦨\x07gmsdab;\x03⦩\x07gmsdac;\x03⦪\x07gmsdad;\x03⦫\x07gmsdae;\x03⦬\x07gmsdaf;\x03⦭\x07gmsdag;\x03⦮\x07gmsdah;\x03⦯\x07grtvbd;\x03⦝\x06grtvb;\x03⊾\x06gzarr;\x03⍼\x05dand;\x03⩕\x05gmsd;\x03∡\x05gsph;\x03∢\x04gle;\x03∠\x04grt;\x03∟\x04gst;\x02Å\x03dd;\x03⩜\x03dv;\x03⩚\x03ge;\x03⦤\x02d;\x03∧\x02g;\x03∠", "\x04gon;\x02ą\x03pf;\x04𝕒", "\x07proxeq;\x03≊\x05acir;\x03⩯\x05prox;\x03≈\x03id;\x03≋\x03os;\x01'\x02E;\x03⩰\x02e;\x03≊\x01;\x03≈", "\x04ing;\x02å\x03ing\x02å", "\x06ympeq;\x03≍\x04ymp;\x03≈\x03cr;\x04𝒶\x02t;\x01*", "\x05ilde;\x02ã\x04ilde\x02ã", "\x03ml;\x02ä\x02ml\x02ä", "\x07conint;\x03∳\x04int;\x03⨑", "\x03ot;\x03⫭", "\x0ackepsilon;\x02϶\x08ckprime;\x03‵\x08cksimeq;\x03⋍\x07ckcong;\x03≌\x07rwedge;\x03⌅\x06cksim;\x03∽\x05rvee;\x03⊽\x05rwed;\x03⌅", "\x07rktbrk;\x03⎶\x03rk;\x03⎵", "\x04ong;\x03≌\x02y;\x02б", "\x04quo;\x03„", "\x06cause;\x03∵\x06mptyv;\x03⦰\x06tween;\x03≬\x05caus;\x03∵\x05rnou;\x03ℬ\x04psi;\x02϶\x03ta;\x02β\x03th;\x03ℶ", "\x02r;\x04𝔟", "\x0egtriangledown;\x03▽\x0cgtriangleup;\x03△\x08gotimes;\x03⨂\x07goplus;\x03⨁\x07gsqcup;\x03⨆\x07guplus;\x03⨄\x07gwedge;\x03⋀\x06gcirc;\x03◯\x06godot;\x03⨀\x06gstar;\x03★\x05gcap;\x03⋂\x05gcup;\x03⋃\x05gvee;\x03⋁", "\x05arow;\x03⤍", "\x11acktriangleright;\x03▸\x10acktriangledown;\x03▾\x10acktriangleleft;\x03◂\x0cacktriangle;\x03▴\x0backlozenge;\x03⧫\x0aacksquare;\x03▪\x04ank;\x03␣\x04k12;\x03▒\x04k14;\x03░\x04k34;\x03▓\x04ock;\x03█", "\x06equiv;\x06≡⃥\x03ot;\x03⌐\x02e;\x04=⃥", "\x07xminus;\x03⊟\x07xtimes;\x03⊠\x06xplus;\x03⊞\x05ttom;\x03⊥\x05wtie;\x03⋈\x05xbox;\x03⧉\x04xDL;\x03╗\x04xDR;\x03╔\x04xDl;\x03╖\x04xDr;\x03╓\x04xHD;\x03╦\x04xHU;\x03╩\x04xHd;\x03╤\x04xHu;\x03╧\x04xUL;\x03╝\x04xUR;\x03╚\x04xUl;\x03╜\x04xUr;\x03╙\x04xVH;\x03╬\x04xVL;\x03╣\x04xVR;\x03╠\x04xVh;\x03╫\x04xVl;\x03╢\x04xVr;\x03╟\x04xdL;\x03╕\x04xdR;\x03╒\x04xdl;\x03┐\x04xdr;\x03┌\x04xhD;\x03╥\x04xhU;\x03╨\x04xhd;\x03┬\x04xhu;\x03┴\x04xuL;\x03╛\x04xuR;\x03╘\x04xul;\x03┘\x04xur;\x03└\x04xvH;\x03╪\x04xvL;\x03╡\x04xvR;\x03╞\x04xvh;\x03┼\x04xvl;\x03┤\x04xvr;\x03├\x03pf;\x04𝕓\x03xH;\x03═\x03xV;\x03║\x03xh;\x03─\x03xv;\x03│\x02t;\x03⊥", "\x05rime;\x03‵", "\x05vbar;\x02¦\x04eve;\x02˘\x04vbar\x02¦", "\x07olhsub;\x03⟈\x04emi;\x03⁏\x04ime;\x03⋍\x04olb;\x03⧅\x03cr;\x04𝒷\x03im;\x03∽\x03ol;\x01\\", "\x05llet;\x03•\x05mpeq;\x03≏\x04mpE;\x03⪮\x04mpe;\x03≏\x03ll;\x03•\x03mp;\x03≎", "\x07pbrcup;\x03⩉\x05cute;\x02ć\x05pand;\x03⩄\x05pcap;\x03⩋\x05pcup;\x03⩇\x05pdot;\x03⩀\x04ret;\x03⁁\x04ron;\x02ˇ\x03ps;\x06∩︀\x02p;\x03∩", "\x06upssm;\x03⩐\x05aron;\x02č\x05edil;\x02ç\x04aps;\x03⩍\x04edil\x02ç\x04irc;\x02ĉ\x04ups;\x03⩌", "\x03ot;\x02ċ", "\x08nterdot;\x02·\x06mptyv;\x03⦲\x04dil;\x02¸\x03dil\x02¸\x03nt;\x02¢\x02nt\x02¢", "\x02r;\x04𝔠", "\x08eckmark;\x03✓\x04eck;\x03✓\x03cy;\x02ч\x02i;\x02χ", "\x0frclearrowright;\x03↻\x0erclearrowleft;\x03↺\x0arcledcirc;\x03⊚\x0arcleddash;\x03⊝\x09rcledast;\x03⊛\x07rcledR;\x02®\x07rcledS;\x03Ⓢ\x07rfnint;\x03⨐\x06rscir;\x03⧂\x05rceq;\x03≗\x05rmid;\x03⫯\x03rE;\x03⧃\x03rc;\x02ˆ\x03re;\x03≗\x02r;\x03○", "\x07ubsuit;\x03♣\x04ubs;\x03♣", "\x09mplement;\x03∁\x08mplexes;\x03ℂ\x06loneq;\x03≔\x06ngdot;\x03⩭\x05lone;\x03≔\x05mmat;\x01@\x05mpfn;\x03∘\x05nint;\x03∮\x05prod;\x03∐\x05pysr;\x03℗\x04lon;\x01:\x04mma;\x01,\x03mp;\x03∁\x03ng;\x03≅\x03pf;\x04𝕔\x03py;\x02©\x02py\x02©", "\x04arr;\x03↵\x04oss;\x03✗", "\x04ube;\x03⫑\x04upe;\x03⫒\x03cr;\x04𝒸\x03ub;\x03⫏\x03up;\x03⫐", "\x04dot;\x03⋯", "\x0ervearrowright;\x03↷\x0drvearrowleft;\x03↶\x0arlyeqprec;\x03⋞\x0arlyeqsucc;\x03⋟\x09rlywedge;\x03⋏\x07pbrcap;\x03⩈\x07rlyvee;\x03⋎\x06darrl;\x03⤸\x06darrr;\x03⤵\x06larrp;\x03⤽\x06rarrm;\x03⤼\x05larr;\x03↶\x05pcap;\x03⩆\x05pcup;\x03⩊\x05pdot;\x03⊍\x05rarr;\x03↷\x05rren;\x02¤\x04epr;\x03⋞\x04esc;\x03⋟\x04por;\x03⩅\x04rren\x02¤\x04vee;\x03⋎\x04wed;\x03⋏\x03ps;\x06∪︀\x02p;\x03∪", "\x07conint;\x03∲\x04int;\x03∱", "\x05lcty;\x03⌭", "\x03rr;\x03⇓", "\x03ar;\x03⥥", "\x05gger;\x03†\x05leth;\x03ℸ\x04shv;\x03⊣\x03rr;\x03↓\x03sh;\x03‐", "\x06karow;\x03⤏\x04lac;\x02˝", "\x05aron;\x02ď\x02y;\x02д", "\x06agger;\x03‡\x06otseq;\x03⩷\x04arr;\x03⇊\x01;\x03ⅆ", "\x06mptyv;\x03⦱\x04lta;\x02δ\x02g;\x02°\x01g\x02°", "\x05isht;\x03⥿\x02r;\x04𝔡", "\x04arl;\x03⇃\x04arr;\x03⇂", "\x0cvideontimes;\x03⋇\x0aamondsuit;\x03♦\x06amond;\x03⋄\x06gamma;\x02ϝ\x05vide;\x02÷\x05vonx;\x03⋇\x04ams;\x03♦\x04sin;\x03⋲\x04vide\x02÷\x03am;\x03⋄\x02e;\x02¨\x02v;\x02÷", "\x03cy;\x02ђ", "\x05corn;\x03⌞\x05crop;\x03⌍", "\x0fwnharpoonright;\x03⇂\x0ewnharpoonleft;\x03⇃\x0dublebarwedge;\x03⌆\x0dwndownarrows;\x03⇊\x08tsquare;\x03⊡\x08wnarrow;\x03↓\x07teqdot;\x03≑\x07tminus;\x03∸\x06tplus;\x03∔\x05llar;\x01$\x04teq;\x03≐\x03pf;\x04𝕕\x02t;\x02˙", "\x07bkarow;\x03⤐\x05corn;\x03⌟\x05crop;\x03⌌", "\x05trok;\x02đ\x03cr;\x04𝒹\x03cy;\x02ѕ\x03ol;\x03⧶", "\x04dot;\x03⋱\x04rif;\x03▾\x03ri;\x03▿", "\x04arr;\x03⇵\x04har;\x03⥯", "\x06angle;\x03⦦", "\x07igrarr;\x03⟿\x03cy;\x02џ", "\x04Dot;\x03⩷\x03ot;\x03≑", "\x05cute;\x02é\x05ster;\x03⩮\x04cute\x02é", "\x05aron;\x02ě\x05olon;\x03≕\x04irc;\x02ê\x03ir;\x03≖\x03irc\x02ê\x02y;\x02э", "\x03ot;\x02ė", "\x01;\x03ⅇ", "\x04Dot;\x03≒\x02r;\x04𝔢", "\x05rave;\x02è\x05sdot;\x03⪘\x04rave\x02è\x02s;\x03⪖\x01;\x03⪚", "\x07inters;\x03⏧\x05sdot;\x03⪗\x02l;\x03ℓ\x02s;\x03⪕\x01;\x03⪙", "\x07ptyset;\x03∅\x05ptyv;\x03∅\x05sp13;\x03 \x05sp14;\x03 \x04acr;\x02ē\x04pty;\x03∅\x03sp;\x03 ", "\x03sp;\x03 \x02g;\x02ŋ", "\x04gon;\x02ę\x03pf;\x04𝕖", "\x06silon;\x02ε\x05arsl;\x03⧣\x04lus;\x03⩱\x04siv;\x02ϵ\x03ar;\x03⋕\x03si;\x02ε", "\x0aslantless;\x03⪕\x09slantgtr;\x03⪖\x07vparsl;\x03⧥\x06colon;\x03≕\x06uivDD;\x03⩸\x05circ;\x03≖\x05uals;\x01=\x05uest;\x03≟\x04sim;\x03≂\x04uiv;\x03≡", "\x04Dot;\x03≓\x04arr;\x03⥱", "\x04dot;\x03≐\x03cr;\x03ℯ\x03im;\x03≂", "\x02a;\x02η\x02h;\x02ð\x01h\x02ð", "\x03ml;\x02ë\x03ro;\x03€\x02ml\x02ë", "\x0bponentiale;\x03ⅇ\x0apectation;\x03ℰ\x04ist;\x03∃\x03cl;\x01!", "\x0cllingdotseq;\x03≒", "\x02y;\x02ф", "\x05male;\x03♀", "\x05ilig;\x03ffi\x05llig;\x03ffl\x04lig;\x03ff\x02r;\x04𝔣", "\x04lig;\x03fi", "\x04lig;\x02fj", "\x04lig;\x03fl\x04tns;\x03▱\x03at;\x03♭", "\x03of;\x02ƒ", "\x05rall;\x03∀\x04rkv;\x03⫙\x03pf;\x04𝕗\x03rk;\x03⋔", "\x07artint;\x03⨍", "\x05ac12;\x02½\x05ac13;\x03⅓\x05ac14;\x02¼\x05ac15;\x03⅕\x05ac16;\x03⅙\x05ac18;\x03⅛\x05ac23;\x03⅔\x05ac25;\x03⅖\x05ac34;\x02¾\x05ac35;\x03⅗\x05ac38;\x03⅜\x05ac45;\x03⅘\x05ac56;\x03⅚\x05ac58;\x03⅝\x05ac78;\x03⅞\x04ac12\x02½\x04ac14\x02¼\x04ac34\x02¾\x04asl;\x03⁄\x04own;\x03⌢", "\x03cr;\x04𝒻", "\x02l;\x03⪌\x01;\x03≧", "\x05cute;\x02ǵ\x05mmad;\x02ϝ\x04mma;\x02γ\x02p;\x03⪆", "\x05reve;\x02ğ", "\x04irc;\x02ĝ\x02y;\x02г", "\x03ot;\x02ġ", "\x07qslant;\x03⩾\x07sdotol;\x03⪄\x06sdoto;\x03⪂\x05sdot;\x03⪀\x05sles;\x03⪔\x04scc;\x03⪩\x03qq;\x03≧\x03sl;\x06⋛︀\x02l;\x03⋛\x02q;\x03≥\x02s;\x03⩾\x01;\x03≥", "\x02r;\x04𝔤", "\x02g;\x03⋙\x01;\x03≫", "\x04mel;\x03ℷ", "\x03cy;\x02ѓ", "\x02E;\x03⪒\x02a;\x03⪥\x02j;\x03⪤\x01;\x03≷", "\x07approx;\x03⪊\x04eqq;\x03≩\x04sim;\x03⋧\x03ap;\x03⪊\x03eq;\x03⪈\x02E;\x03≩\x02e;\x03⪈", "\x03pf;\x04𝕘", "\x04ave;\x01`", "\x04ime;\x03⪎\x04iml;\x03⪐\x03cr;\x03ℊ\x03im;\x03≳", "\x09reqqless;\x03⪌\x08rapprox;\x03⪆\x08reqless;\x03⋛\x06quest;\x03⩼\x06rless;\x03≷\x05lPar;\x03⦕\x05rarr;\x03⥸\x05rdot;\x03⋗\x05rsim;\x03≳\x04cir;\x03⩺\x04dot;\x03⋗\x03cc;\x03⪧\x01;\x01>", "\x08ertneqq;\x06≩︀\x03nE;\x06≩︀", "\x03rr;\x03⇔", "\x06rrcir;\x03⥈\x05irsp;\x03 \x05milt;\x03ℋ\x05rdcy;\x02ъ\x04rrw;\x03↭\x03lf;\x02½\x03rr;\x03↔", "\x03ar;\x03ℏ", "\x04irc;\x02ĥ", "\x08artsuit;\x03♥\x05arts;\x03♥\x05llip;\x03…\x05rcon;\x03⊹", "\x02r;\x04𝔥", "\x07searow;\x03⤥\x07swarow;\x03⤦", "\x0dokrightarrow;\x03↪\x0cokleftarrow;\x03↩\x05mtht;\x03∻\x05rbar;\x03―\x04arr;\x03⇿\x03pf;\x04𝕙", "\x05lash;\x03ℏ\x05trok;\x02ħ\x03cr;\x04𝒽", "\x05bull;\x03⁃\x05phen;\x03‐", "\x05cute;\x02í\x04cute\x02í", "\x04irc;\x02î\x03irc\x02î\x02y;\x02и\x01;\x03⁣", "\x04xcl;\x02¡\x03cy;\x02е\x03xcl\x02¡", "\x02f;\x03⇔\x02r;\x04𝔦", "\x05rave;\x02ì\x04rave\x02ì", "\x05iint;\x03⨌\x05nfin;\x03⧜\x04int;\x03∭\x04ota;\x03℩\x01;\x03ⅈ", "\x04lig;\x02ij", "\x07agline;\x03ℐ\x07agpart;\x03ℑ\x04acr;\x02ī\x04age;\x03ℑ\x04ath;\x02ı\x04ped;\x02Ƶ\x03of;\x03⊷", "\x07fintie;\x03⧝\x07tegers;\x03ℤ\x07tercal;\x03⊺\x07tlarhk;\x03⨗\x06tprod;\x03⨼\x05care;\x03℅\x05odot;\x02ı\x05tcal;\x03⊺\x04fin;\x03∞\x02t;\x03∫\x01;\x03∈", "\x04gon;\x02į\x03cy;\x02ё\x03pf;\x04𝕚\x03ta;\x02ι", "\x04rod;\x03⨼", "\x05uest;\x02¿\x04uest\x02¿", "\x06indot;\x03⋵\x05insv;\x03⋳\x04inE;\x03⋹\x04ins;\x03⋴\x04inv;\x03∈\x03cr;\x04𝒾\x03in;\x03∈", "\x05ilde;\x02ĩ\x01;\x03⁢", "\x04kcy;\x02і\x03ml;\x02ï\x02ml\x02ï", "\x04irc;\x02ĵ\x02y;\x02й", "\x02r;\x04𝔧", "\x04ath;\x02ȷ", "\x03pf;\x04𝕛", "\x05ercy;\x02ј\x03cr;\x04𝒿", "\x04kcy;\x02є", "\x05ppav;\x02ϰ\x04ppa;\x02κ", "\x05edil;\x02ķ\x02y;\x02к", "\x02r;\x04𝔨", "\x05reen;\x02ĸ", "\x03cy;\x02х", "\x03cy;\x02ќ", "\x03pf;\x04𝕜", "\x03cr;\x04𝓀", "\x05tail;\x03⤛\x04arr;\x03⇚\x03rr;\x03⇐", "\x04arr;\x03⤎", "\x02g;\x03⪋\x01;\x03≦", "\x03ar;\x03⥢", "\x07emptyv;\x03⦴\x06rrbfs;\x03⤟\x06rrsim;\x03⥳\x05cute;\x02ĺ\x05gran;\x03ℒ\x05mbda;\x02λ\x05ngle;\x03⟨\x05rrfs;\x03⤝\x05rrhk;\x03↩\x05rrlp;\x03↫\x05rrpl;\x03⤹\x05rrtl;\x03↢\x05tail;\x03⤙\x04ngd;\x03⦑\x04quo;\x02«\x04rrb;\x03⇤\x04tes;\x06⪭︀\x03ng;\x03⟨\x03quo\x02«\x03rr;\x03←\x03te;\x03⪭\x02p;\x03⪅\x02t;\x03⪫", "\x06rksld;\x03⦏\x06rkslu;\x03⦍\x05race;\x01{\x05rack;\x01[\x04arr;\x03⤌\x04brk;\x03❲\x04rke;\x03⦋", "\x05aron;\x02ľ\x05edil;\x02ļ\x04eil;\x03⌈\x03ub;\x01{\x02y;\x02л", "\x07rushar;\x03⥋\x06rdhar;\x03⥧\x05quor;\x03„\x04quo;\x03“\x03ca;\x03⤶\x03sh;\x03↲", "\x12ftrightsquigarrow;\x03↭\x10ftrightharpoons;\x03⇋\x0eftharpoondown;\x03↽\x0eftrightarrows;\x03⇆\x0dftleftarrows;\x03⇇\x0dftrightarrow;\x03↔\x0dftthreetimes;\x03⋋\x0cftarrowtail;\x03↢\x0cftharpoonup;\x03↼\x09ssapprox;\x03⪅\x09sseqqgtr;\x03⪋\x08ftarrow;\x03←\x08sseqgtr;\x03⋚\x07qslant;\x03⩽\x07sdotor;\x03⪃\x06sdoto;\x03⪁\x06ssdot;\x03⋖\x06ssgtr;\x03≶\x06sssim;\x03≲\x05sdot;\x03⩿\x05sges;\x03⪓\x04scc;\x03⪨\x03qq;\x03≦\x03sg;\x06⋚︀\x02g;\x03⋚\x02q;\x03≤\x02s;\x03⩽\x01;\x03≤", "\x05isht;\x03⥼\x05loor;\x03⌊\x02r;\x04𝔩", "\x02E;\x03⪑\x01;\x03≶", "\x05arul;\x03⥪\x04ard;\x03↽\x04aru;\x03↼\x04blk;\x03▄", "\x03cy;\x02љ", "\x07corner;\x03⌞\x05hard;\x03⥫\x04arr;\x03⇇\x04tri;\x03◺\x01;\x03≪", "\x09oustache;\x03⎰\x05idot;\x02ŀ\x05oust;\x03⎰", "\x07approx;\x03⪉\x04eqq;\x03≨\x04sim;\x03⋦\x03ap;\x03⪉\x03eq;\x03⪇\x02E;\x03≨\x02e;\x03⪇", "\x11ngleftrightarrow;\x03⟷\x0dngrightarrow;\x03⟶\x0doparrowright;\x03↬\x0cngleftarrow;\x03⟵\x0coparrowleft;\x03↫\x09ngmapsto;\x03⟼\x06times;\x03⨴\x06zenge;\x03◊\x05plus;\x03⨭\x05wast;\x03∗\x05wbar;\x01_\x04ang;\x03⟬\x04arr;\x03⇽\x04brk;\x03⟦\x04par;\x03⦅\x03pf;\x04𝕝\x03zf;\x03⧫\x02z;\x03◊", "\x05arlt;\x03⦓\x03ar;\x01(", "\x07corner;\x03⌟\x05hard;\x03⥭\x04arr;\x03⇆\x04har;\x03⇋\x04tri;\x03⊿\x02m;\x03‎", "\x05aquo;\x03‹\x05quor;\x03‚\x05trok;\x02ł\x04ime;\x03⪍\x04img;\x03⪏\x04quo;\x03‘\x03cr;\x04𝓁\x03im;\x03≲\x03qb;\x01[\x02h;\x03↰", "\x06quest;\x03⩻\x05hree;\x03⋋\x05imes;\x03⋉\x05larr;\x03⥶\x05rPar;\x03⦖\x04cir;\x03⩹\x04dot;\x03⋖\x04rie;\x03⊴\x04rif;\x03◂\x03cc;\x03⪦\x03ri;\x03◃\x01;\x01<", "\x07rdshar;\x03⥊\x06ruhar;\x03⥦", "\x08ertneqq;\x06≨︀\x03nE;\x06≨︀", "\x04Dot;\x03∺", "\x09pstodown;\x03↧\x09pstoleft;\x03↤\x07pstoup;\x03↥\x06ltese;\x03✠\x05psto;\x03↦\x05rker;\x03▮\x03cr;\x02¯\x03le;\x03♂\x03lt;\x03✠\x02cr\x02¯\x02p;\x03↦", "\x05omma;\x03⨩\x02y;\x02м", "\x04ash;\x03—", "\x0casuredangle;\x03∡", "\x02r;\x04𝔪", "\x02o;\x03℧", "\x06nusdu;\x03⨪\x05dast;\x01*\x05dcir;\x03⫰\x05ddot;\x02·\x05nusb;\x03⊟\x05nusd;\x03∸\x04cro;\x02µ\x04ddot\x02·\x04nus;\x03−\x03cro\x02µ\x02d;\x03∣", "\x03cp;\x03⫛\x03dr;\x03…", "\x05plus;\x03∓", "\x05dels;\x03⊧\x03pf;\x04𝕞", "\x01;\x03∓", "\x05tpos;\x03∾\x03cr;\x04𝓂", "\x07ltimap;\x03⊸\x04map;\x03⊸\x01;\x02μ", "\x03tv;\x05≫̸\x02g;\x05⋙̸\x02t;\x06≫⃒", "\x0eeftrightarrow;\x03⇎\x09eftarrow;\x03⇍\x03tv;\x05≪̸\x02l;\x05⋘̸\x02t;\x06≪⃒", "\x0aightarrow;\x03⇏", "\x05Dash;\x03⊯\x05dash;\x03⊮", "\x07turals;\x03ℕ\x06pprox;\x03≉\x06tural;\x03♮\x05cute;\x02ń\x04bla;\x03∇\x04pid;\x05≋̸\x04pos;\x02ʼn\x04tur;\x03♮\x03ng;\x06∠⃒\x03pE;\x05⩰̸\x02p;\x03≉", "\x05umpe;\x05≏̸\x04ump;\x05≎̸\x03sp;\x02 \x02sp\x02 ", "\x07ongdot;\x05⩭̸\x05aron;\x02ň\x05edil;\x02ņ\x04ong;\x03≇\x03ap;\x03⩃\x03up;\x03⩂\x02y;\x02н", "\x04ash;\x03–", "\x06arrow;\x03↗\x06xists;\x03∄\x05arhk;\x03⤤\x05quiv;\x03≢\x05sear;\x03⤨\x05xist;\x03∄\x04Arr;\x03⇗\x04arr;\x03↗\x04dot;\x05≐̸\x04sim;\x05≂̸\x01;\x03≠", "\x02r;\x04𝔫", "\x08eqslant;\x05⩾̸\x04eqq;\x05≧̸\x04sim;\x03≵\x03eq;\x03≱\x03es;\x05⩾̸\x03tr;\x03≯\x02E;\x05≧̸\x02e;\x03≱\x02t;\x03≯", "\x04Arr;\x03⇎\x04arr;\x03↮\x04par;\x03⫲", "\x03sd;\x03⋺\x02s;\x03⋼\x02v;\x03∋\x01;\x03∋", "\x03cy;\x02њ", "\x0eeftrightarrow;\x03↮\x09eftarrow;\x03↚\x08eqslant;\x05⩽̸\x05trie;\x03⋬\x04Arr;\x03⇍\x04arr;\x03↚\x04eqq;\x05≦̸\x04ess;\x03≮\x04sim;\x03≴\x04tri;\x03⋪\x03dr;\x03‥\x03eq;\x03≰\x03es;\x05⩽̸\x02E;\x05≦̸\x02e;\x03≰\x02t;\x03≮", "\x03id;\x03∤", "\x07tindot;\x05⋵̸\x06tinva;\x03∉\x06tinvb;\x03⋷\x06tinvc;\x03⋶\x06tniva;\x03∌\x06tnivb;\x03⋾\x06tnivc;\x03⋽\x05tinE;\x05⋹̸\x04tin;\x03∉\x04tni;\x03∌\x03pf;\x04𝕟\x02t;\x02¬\x01t\x02¬", "\x08arallel;\x03∦\x06olint;\x03⨔\x06receq;\x05⪯̸\x05arsl;\x06⫽⃥\x05rcue;\x03⋠\x04art;\x05∂̸\x04rec;\x03⊀\x03ar;\x03∦\x03re;\x05⪯̸\x02r;\x03⊀", "\x0aightarrow;\x03↛\x05arrc;\x05⤳̸\x05arrw;\x05↝̸\x05trie;\x03⋭\x04Arr;\x03⇏\x04arr;\x03↛\x04tri;\x03⋫", "\x0dhortparallel;\x03∦\x09ubseteqq;\x05⫅̸\x09upseteqq;\x05⫆̸\x08hortmid;\x03∤\x08ubseteq;\x03⊈\x08upseteq;\x03⊉\x06qsube;\x03⋢\x06qsupe;\x03⋣\x06ubset;\x06⊂⃒\x06ucceq;\x05⪰̸\x06upset;\x06⊃⃒\x05ccue;\x03⋡\x05imeq;\x03≄\x04ime;\x03≄\x04mid;\x03∤\x04par;\x03∦\x04ubE;\x05⫅̸\x04ube;\x03⊈\x04ucc;\x03⊁\x04upE;\x05⫆̸\x04upe;\x03⊉\x03ce;\x05⪰̸\x03cr;\x04𝓃\x03im;\x03≁\x03ub;\x03⊄\x03up;\x03⊅\x02c;\x03⊁", "\x0frianglerighteq;\x03⋭\x0erianglelefteq;\x03⋬\x0driangleright;\x03⋫\x0criangleleft;\x03⋪\x05ilde;\x02ñ\x04ilde\x02ñ\x03gl;\x03≹\x03lg;\x03≸", "\x05mero;\x03№\x04msp;\x03 \x02m;\x01#\x01;\x02ν", "\x06infin;\x03⧞\x06ltrie;\x06⊴⃒\x06rtrie;\x06⊵⃒\x05Dash;\x03⊭\x05Harr;\x03⤄\x05dash;\x03⊬\x05lArr;\x03⤂\x05rArr;\x03⤃\x04sim;\x06∼⃒\x03ap;\x06≍⃒\x03ge;\x06≥⃒\x03gt;\x04>⃒\x03le;\x06≤⃒\x03lt;\x04<⃒", "\x06arrow;\x03↖\x05arhk;\x03⤣\x05near;\x03⤧\x04Arr;\x03⇖\x04arr;\x03↖", "\x01;\x03Ⓢ", "\x05cute;\x02ó\x04cute\x02ó\x03st;\x03⊛", "\x04irc;\x02ô\x03ir;\x03⊚\x03irc\x02ô\x02y;\x02о", "\x05blac;\x02ő\x05sold;\x03⦼\x04ash;\x03⊝\x03iv;\x03⨸\x03ot;\x03⊙", "\x04lig;\x02œ", "\x04cir;\x03⦿\x02r;\x04𝔬", "\x05rave;\x02ò\x04rave\x02ò\x03on;\x02˛\x02t;\x03⧁", "\x04bar;\x03⦵\x02m;\x02Ω", "\x03nt;\x03∮", "\x06cross;\x03⦻\x04arr;\x03↺\x04cir;\x03⦾\x04ine;\x03‾\x02t;\x03⧀", "\x06icron;\x02ο\x05inus;\x03⊖\x04acr;\x02ō\x04ega;\x02ω\x03id;\x03⦶", "\x03pf;\x04𝕠", "\x04erp;\x03⦹\x04lus;\x03⊕\x03ar;\x03⦷", "\x06derof;\x03ℴ\x06slope;\x03⩗\x05igof;\x03⊶\x04arr;\x03↻\x04der;\x03ℴ\x03df;\x02ª\x03dm;\x02º\x03or;\x03⩖\x02d;\x03⩝\x02df\x02ª\x02dm\x02º\x02v;\x03⩛\x01;\x03∨", "\x05lash;\x02ø\x04lash\x02ø\x03cr;\x03ℴ\x03ol;\x03⊘", "\x07imesas;\x03⨶\x05ilde;\x02õ\x05imes;\x03⊗\x04ilde\x02õ", "\x03ml;\x02ö\x02ml\x02ö", "\x04bar;\x03⌽", "\x07rallel;\x03∥\x05rsim;\x03⫳\x04rsl;\x03⫽\x03ra;\x02¶\x03rt;\x03∂\x02r;\x03∥\x02ra\x02¶", "\x02y;\x02п", "\x06rtenk;\x03‱\x05rcnt;\x01%\x05riod;\x01.\x05rmil;\x03‰\x03rp;\x03⊥", "\x02r;\x04𝔭", "\x05mmat;\x03ℳ\x04one;\x03☎\x03iv;\x02ϕ\x02i;\x02φ", "\x08tchfork;\x03⋔\x02v;\x02ϖ\x01;\x02π", "\x07usacir;\x03⨣\x06anckh;\x03ℎ\x06uscir;\x03⨢\x06ussim;\x03⨦\x06ustwo;\x03⨧\x05anck;\x03ℏ\x05ankv;\x03ℏ\x05usdo;\x03∔\x05usdu;\x03⨥\x05usmn;\x02±\x04usb;\x03⊞\x04use;\x03⩲\x04usmn\x02±\x03us;\x01+", "\x01;\x02±", "\x07intint;\x03⨕\x04und;\x02£\x03pf;\x04𝕡\x03und\x02£", "\x0aeccurlyeq;\x03≼\x0aecnapprox;\x03⪹\x09ecapprox;\x03⪷\x07ecneqq;\x03⪵\x07ecnsim;\x03⋨\x07ofalar;\x03⌮\x07ofline;\x03⌒\x07ofsurf;\x03⌓\x06ecsim;\x03≾\x05eceq;\x03⪯\x05imes;\x03ℙ\x05nsim;\x03⋨\x05opto;\x03∝\x05urel;\x03⊰\x04cue;\x03≼\x04ime;\x03′\x04nap;\x03⪹\x04sim;\x03≾\x03ap;\x03⪷\x03ec;\x03≺\x03nE;\x03⪵\x03od;\x03∏\x03op;\x03∝\x02E;\x03⪳\x02e;\x03⪯\x01;\x03≺", "\x03cr;\x04𝓅\x02i;\x02ψ", "\x05ncsp;\x03 ", "\x02r;\x04𝔮", "\x03nt;\x03⨌", "\x03pf;\x04𝕢", "\x05rime;\x03⁗", "\x03cr;\x04𝓆", "\x0aaternions;\x03ℍ\x06atint;\x03⨖\x06esteq;\x03≟\x04est;\x01?\x03ot;\x01\"\x02ot\x01\"", "\x05tail;\x03⤜\x04arr;\x03⇛\x03rr;\x03⇒", "\x04arr;\x03⤏", "\x03ar;\x03⥤", "\x08tionals;\x03ℚ\x07emptyv;\x03⦳\x06rrbfs;\x03⤠\x06rrsim;\x03⥴\x05cute;\x02ŕ\x05ngle;\x03⟩\x05rrap;\x03⥵\x05rrfs;\x03⤞\x05rrhk;\x03↪\x05rrlp;\x03↬\x05rrpl;\x03⥅\x05rrtl;\x03↣\x05tail;\x03⤚\x04dic;\x03√\x04ngd;\x03⦒\x04nge;\x03⦥\x04quo;\x02»\x04rrb;\x03⇥\x04rrc;\x03⤳\x04rrw;\x03↝\x04tio;\x03∶\x03ce;\x05∽̱\x03ng;\x03⟩\x03quo\x02»\x03rr;\x03→", "\x06rksld;\x03⦎\x06rkslu;\x03⦐\x05race;\x01}\x05rack;\x01]\x04arr;\x03⤍\x04brk;\x03❳\x04rke;\x03⦌", "\x05aron;\x02ř\x05edil;\x02ŗ\x04eil;\x03⌉\x03ub;\x01}\x02y;\x02р", "\x06ldhar;\x03⥩\x05quor;\x03”\x04quo;\x03”\x03ca;\x03⤷\x03sh;\x03↳", "\x07alpart;\x03ℜ\x06aline;\x03ℛ\x04als;\x03ℝ\x03al;\x03ℜ\x03ct;\x03▭\x02g;\x02®\x01g\x02®", "\x05isht;\x03⥽\x05loor;\x03⌋\x02r;\x04𝔯", "\x05arul;\x03⥬\x04ard;\x03⇁\x04aru;\x03⇀\x03ov;\x02ϱ\x02o;\x02ρ", "\x10ghtleftharpoons;\x03⇌\x0fghtharpoondown;\x03⇁\x0fghtrightarrows;\x03⇉\x0eghtleftarrows;\x03⇄\x0eghtsquigarrow;\x03↝\x0eghtthreetimes;\x03⋌\x0dghtarrowtail;\x03↣\x0dghtharpoonup;\x03⇀\x0bsingdotseq;\x03≓\x09ghtarrow;\x03→\x03ng;\x02˚", "\x04arr;\x03⇄\x04har;\x03⇌\x02m;\x03‏", "\x09oustache;\x03⎱\x05oust;\x03⎱", "\x04mid;\x03⫮", "\x06times;\x03⨵\x05plus;\x03⨮\x04ang;\x03⟭\x04arr;\x03⇾\x04brk;\x03⟧\x04par;\x03⦆\x03pf;\x04𝕣", "\x07polint;\x03⨒\x05argt;\x03⦔\x03ar;\x01)", "\x04arr;\x03⇉", "\x05aquo;\x03›\x05quor;\x03’\x04quo;\x03’\x03cr;\x04𝓇\x03qb;\x01]\x02h;\x03↱", "\x07riltri;\x03⧎\x05hree;\x03⋌\x05imes;\x03⋊\x04rie;\x03⊵\x04rif;\x03▸\x03ri;\x03▹", "\x06luhar;\x03⥨", "\x01;\x03℞", "\x05cute;\x02ś", "\x04quo;\x03‚", "\x07polint;\x03⨓\x05aron;\x02š\x05edil;\x02ş\x05nsim;\x03⋩\x04cue;\x03≽\x04irc;\x02ŝ\x04nap;\x03⪺\x04sim;\x03≿\x03ap;\x03⪸\x03nE;\x03⪶\x02E;\x03⪴\x02e;\x03⪰\x02y;\x02с\x01;\x03≻", "\x04otb;\x03⊡\x04ote;\x03⩦\x03ot;\x03⋅", "\x07tminus;\x03∖\x06arrow;\x03↘\x05arhk;\x03⤥\x05swar;\x03⤩\x04Arr;\x03⇘\x04arr;\x03↘\x04tmn;\x03∖\x03ct;\x02§\x03mi;\x01;\x03xt;\x03✶\x02ct\x02§", "\x05rown;\x03⌢\x02r;\x04𝔰", "\x0cortparallel;\x03∥\x07ortmid;\x03∣\x05chcy;\x02щ\x04arp;\x03♯\x03cy;\x02ш\x02y;\x02­\x01y\x02­", "\x06mplus;\x03⨤\x06mrarr;\x03⥲\x05gmaf;\x02ς\x05gmav;\x02ς\x05mdot;\x03⩪\x04gma;\x02σ\x04meq;\x03≃\x04mgE;\x03⪠\x04mlE;\x03⪟\x04mne;\x03≆\x03me;\x03≃\x03mg;\x03⪞\x03ml;\x03⪝\x02m;\x03∼", "\x04arr;\x03←", "\x0callsetminus;\x03∖\x07eparsl;\x03⧤\x05ashp;\x03⨳\x04ile;\x03⌣\x04tes;\x06⪬︀\x03id;\x03∣\x03te;\x03⪬\x02t;\x03⪪", "\x05ftcy;\x02ь\x05lbar;\x03⌿\x03lb;\x03⧄\x03pf;\x04𝕤\x02l;\x01/", "\x08adesuit;\x03♠\x05ades;\x03♠\x03ar;\x03∥", "\x09subseteq;\x03⊑\x09supseteq;\x03⊒\x07subset;\x03⊏\x07supset;\x03⊐\x05caps;\x06⊓︀\x05cups;\x06⊔︀\x05sube;\x03⊑\x05supe;\x03⊒\x05uare;\x03□\x05uarf;\x03▪\x04cap;\x03⊓\x04cup;\x03⊔\x04sub;\x03⊏\x04sup;\x03⊐\x03uf;\x03▪\x02u;\x03□", "\x04arr;\x03→", "\x05etmn;\x03∖\x05mile;\x03⌣\x05tarf;\x03⋆\x03cr;\x04𝓈", "\x0eraightepsilon;\x02ϵ\x0araightphi;\x02ϕ\x04arf;\x03★\x04rns;\x02¯\x03ar;\x03☆", "\x0acccurlyeq;\x03≽\x0accnapprox;\x03⪺\x09bsetneqq;\x03⫋\x09ccapprox;\x03⪸\x09psetneqq;\x03⫌\x08bseteqq;\x03⫅\x08bsetneq;\x03⊊\x08pseteqq;\x03⫆\x08psetneq;\x03⊋\x07bseteq;\x03⊆\x07ccneqq;\x03⪶\x07ccnsim;\x03⋩\x07pseteq;\x03⊇\x06bedot;\x03⫃\x06bmult;\x03⫁\x06bplus;\x03⪿\x06brarr;\x03⥹\x06ccsim;\x03≿\x06pdsub;\x03⫘\x06pedot;\x03⫄\x06phsol;\x03⟉\x06phsub;\x03⫗\x06plarr;\x03⥻\x06pmult;\x03⫂\x06pplus;\x03⫀\x05bdot;\x03⪽\x05bset;\x03⊂\x05bsim;\x03⫇\x05bsub;\x03⫕\x05bsup;\x03⫓\x05cceq;\x03⪰\x05pdot;\x03⪾\x05pset;\x03⊃\x05psim;\x03⫈\x05psub;\x03⫔\x05psup;\x03⫖\x04bnE;\x03⫋\x04bne;\x03⊊\x04pnE;\x03⫌\x04pne;\x03⊋\x03bE;\x03⫅\x03be;\x03⊆\x03cc;\x03≻\x03ng;\x03♪\x03p1;\x02¹\x03p2;\x02²\x03p3;\x02³\x03pE;\x03⫆\x03pe;\x03⊇\x02b;\x03⊂\x02m;\x03∑\x02p1\x02¹\x02p2\x02²\x02p3\x02³\x02p;\x03⊃", "\x06arrow;\x03↙\x05arhk;\x03⤦\x05nwar;\x03⤪\x04Arr;\x03⇙\x04arr;\x03↙", "\x04lig;\x02ß\x03lig\x02ß", "\x05rget;\x03⌖\x02u;\x02τ", "\x03rk;\x03⎴", "\x05aron;\x02ť\x05edil;\x02ţ\x02y;\x02т", "\x03ot;\x03⃛", "\x05lrec;\x03⌕", "\x02r;\x04𝔱", "\x0aickapprox;\x03≈\x08erefore;\x03∴\x07etasym;\x02ϑ\x07icksim;\x03∼\x05ere4;\x03∴\x05etav;\x02ϑ\x05insp;\x03 \x05ksim;\x03∼\x04eta;\x02θ\x04kap;\x03≈\x04orn;\x02þ\x03orn\x02þ", "\x07mesbar;\x03⨱\x05mesb;\x03⊠\x05mesd;\x03⨰\x04lde;\x02˜\x04mes;\x02×\x03mes\x02×\x03nt;\x03∭", "\x06pfork;\x03⫚\x05pbot;\x03⌶\x05pcir;\x03⫱\x03ea;\x03⤨\x03pf;\x04𝕥\x03sa;\x03⤩\x02p;\x03⊤", "\x05rime;\x03‴", "\x0eianglerighteq;\x03⊵\x0dianglelefteq;\x03⊴\x0ciangleright;\x03▹\x0biangledown;\x03▿\x0biangleleft;\x03◃\x08iangleq;\x03≜\x07iangle;\x03▵\x07iminus;\x03⨺\x07pezium;\x03⏢\x06iplus;\x03⨹\x06itime;\x03⨻\x05idot;\x03◬\x04ade;\x03™\x04isb;\x03⧍\x03ie;\x03≜", "\x05trok;\x02ŧ\x04hcy;\x02ћ\x03cr;\x04𝓉\x03cy;\x02ц", "\x10oheadrightarrow;\x03↠\x0foheadleftarrow;\x03↞\x04ixt;\x03≬", "\x03rr;\x03⇑", "\x03ar;\x03⥣", "\x05cute;\x02ú\x04cute\x02ú\x03rr;\x03↑", "\x05reve;\x02ŭ\x04rcy;\x02ў", "\x04irc;\x02û\x03irc\x02û\x02y;\x02у", "\x05blac;\x02ű\x04arr;\x03⇅\x04har;\x03⥮", "\x05isht;\x03⥾\x02r;\x04𝔲", "\x05rave;\x02ù\x04rave\x02ù", "\x04arl;\x03↿\x04arr;\x03↾\x04blk;\x03▀", "\x07corner;\x03⌜\x05corn;\x03⌜\x05crop;\x03⌏\x04tri;\x03◸", "\x04acr;\x02ū\x02l;\x02¨\x01l\x02¨", "\x04gon;\x02ų\x03pf;\x04𝕦", "\x0dharpoonright;\x03↾\x0charpoonleft;\x03↿\x0adownarrow;\x03↕\x09uparrows;\x03⇈\x06arrow;\x03↑\x06silon;\x02υ\x04lus;\x03⊎\x04sih;\x02ϒ\x03si;\x02υ", "\x07corner;\x03⌝\x05corn;\x03⌝\x05crop;\x03⌎\x04ing;\x02ů\x04tri;\x03◹", "\x03cr;\x04𝓊", "\x05ilde;\x02ũ\x04dot;\x03⋰\x04rif;\x03▴\x03ri;\x03▵", "\x04arr;\x03⇈\x03ml;\x02ü\x02ml\x02ü", "\x06angle;\x03⦧", "\x03rr;\x03⇕", "\x04arv;\x03⫩\x03ar;\x03⫨", "\x04ash;\x03⊨", "\x0frtriangleright;\x03⊳\x0ertriangleleft;\x03⊲\x0crsubsetneqq;\x06⫋︀\x0crsupsetneqq;\x06⫌︀\x0brsubsetneq;\x06⊊︀\x0brsupsetneq;\x06⊋︀\x09repsilon;\x02ϵ\x09rnothing;\x03∅\x08rpropto;\x03∝\x07rkappa;\x02ϰ\x07rsigma;\x02ς\x07rtheta;\x02ϑ\x05ngrt;\x03⦜\x05rphi;\x02ϕ\x05rrho;\x02ϱ\x04rpi;\x02ϖ\x03rr;\x03↕", "\x02y;\x02в", "\x04ash;\x03⊢", "\x05ebar;\x03⊻\x05llip;\x03⋮\x05rbar;\x01|\x04eeq;\x03≚\x03rt;\x01|\x02e;\x03∨", "\x02r;\x04𝔳", "\x04tri;\x03⊲", "\x04sub;\x06⊂⃒\x04sup;\x06⊃⃒", "\x03pf;\x04𝕧", "\x04rop;\x03∝", "\x04tri;\x03⊳", "\x05ubnE;\x06⫋︀\x05ubne;\x06⊊︀\x05upnE;\x06⫌︀\x05upne;\x06⊋︀\x03cr;\x04𝓋", "\x06igzag;\x03⦚", "\x04irc;\x02ŵ", "\x05dbar;\x03⩟\x05dgeq;\x03≙\x05ierp;\x03℘\x04dge;\x03∧", "\x02r;\x04𝔴", "\x03pf;\x04𝕨", "\x01;\x03℘", "\x05eath;\x03≀\x01;\x03≀", "\x03cr;\x04𝓌", "\x04irc;\x03◯\x03ap;\x03⋂\x03up;\x03⋃", "\x04tri;\x03▽", "\x02r;\x04𝔵", "\x04Arr;\x03⟺\x04arr;\x03⟷", "\x01;\x02ξ", "\x04Arr;\x03⟸\x04arr;\x03⟵", "\x03ap;\x03⟼", "\x03is;\x03⋻", "\x05plus;\x03⨁\x05time;\x03⨂\x04dot;\x03⨀\x03pf;\x04𝕩", "\x04Arr;\x03⟹\x04arr;\x03⟶", "\x05qcup;\x03⨆\x03cr;\x04𝓍", "\x05plus;\x03⨄\x04tri;\x03△", "\x03ee;\x03⋁", "\x05edge;\x03⋀", "\x05cute;\x02ý\x04cute\x02ý\x03cy;\x02я", "\x04irc;\x02ŷ\x02y;\x02ы", "\x02n;\x02¥\x01n\x02¥", "\x02r;\x04𝔶", "\x03cy;\x02ї", "\x03pf;\x04𝕪", "\x03cr;\x04𝓎", "\x03cy;\x02ю\x03ml;\x02ÿ\x02ml\x02ÿ", "\x05cute;\x02ź", "\x05aron;\x02ž\x02y;\x02з", "\x03ot;\x02ż", "\x05etrf;\x03ℨ\x03ta;\x02ζ", "\x02r;\x04𝔷", "\x03cy;\x02ж", "\x06grarr;\x03⇝", "\x03pf;\x04𝕫", "\x03cr;\x04𝓏", "\x03nj;\x03‌\x02j;\x03‍", ), "small_words" => "GT\x00LT\x00gt\x00lt\x00", "small_mappings" => array(">", "<", ">", "<", )))
/src/wp-includes/ID3/getid3.php:16241$tags = array('asf' => array('asf', 'UTF-16LE'), 'midi' => array('midi', 'ISO-8859-1'), 'nsv' => array('nsv', 'ISO-8859-1'), 'ogg' => array('vorbiscomment', 'UTF-8'), 'png' => array('png', 'UTF-8'), 'tiff' => array('tiff', 'ISO-8859-1'), 'quicktime' => array('quicktime', 'UTF-8'), 'real' => array('real', 'ISO-8859-1'), 'vqf' => array('vqf', 'ISO-8859-1'), 'zip' => array('zip', 'ISO-8859-1'), 'riff' => array('riff', 'ISO-8859-1'), 'lyrics3' => array('lyrics3', 'ISO-8859-1'), 'id3v1' => array('id3v1', $this->encoding_id3v1), 'id3v2' => array('id3v2', 'UTF-8'), 'ape' => array('ape', 'UTF-8'), 'cue' => array('cue', 'ISO-8859-1'), 'matroska' => array('matroska', 'UTF-8'), 'flac' => array('vorbiscomment', 'UTF-8'), 'divxtag' => array('divx', 'ISO-8859-1'), 'iptc' => array('iptc', 'ISO-8859-1'), 'dsdiff' => array('dsdiff', 'ISO-8859-1'), )
/src/wp-includes/html-api/class-wp-html-tag-processor.php:19431$name_length = '=' === $this->html[$this->bytes_already_parsed] ? 1 + strcspn($this->html, "=/> \t\f\r\n", $this->bytes_already_parsed + 1) : strcspn($this->html, "=/> \t\f\r\n", $this->bytes_already_parsed)
/src/wp-includes/ID3/getid3.php:20061$this->info['audio']['compression_ratio'] = $this->info['audio']['bitrate'] / ($this->info['audio']['channels'] * $this->info['audio']['sample_rate'] * (!empty($this->info['audio']['bits_per_sample']) ? $this->info['audio']['bits_per_sample'] : 16))
/src/wp-includes/html-api/class-wp-html-processor.php:18091return ('ADDRESS' === $tag_name || 'APPLET' === $tag_name || 'AREA' === $tag_name || 'ARTICLE' === $tag_name || 'ASIDE' === $tag_name || 'BASE' === $tag_name || 'BASEFONT' === $tag_name || 'BGSOUND' === $tag_name || 'BLOCKQUOTE' === $tag_name || 'BODY' === $tag_name || 'BR' === $tag_name || 'BUTTON' === $tag_name || 'CAPTION' === $tag_name || 'CENTER' === $tag_name || 'COL' === $tag_name || 'COLGROUP' === $tag_name || 'DD' === $tag_name || 'DETAILS' === $tag_name || 'DIR' === $tag_name || 'DIV' === $tag_name || 'DL' === $tag_name || 'DT' === $tag_name || 'EMBED' === $tag_name || 'FIELDSET' === $tag_name || 'FIGCAPTION' === $tag_name || 'FIGURE' === $tag_name || 'FOOTER' === $tag_name || 'FORM' === $tag_name || 'FRAME' === $tag_name || 'FRAMESET' === $tag_name || 'H1' === $tag_name || 'H2' === $tag_name || 'H3' === $tag_name || 'H4' === $tag_name || 'H5' === $tag_name || 'H6' === $tag_name || 'HEAD' === $tag_name || 'HEADER' === $tag_name || 'HGROUP' === $tag_name || 'HR' === $tag_name || 'HTML' === $tag_name || 'IFRAME' === $tag_name || 'IMG' === $tag_name || 'INPUT' === $tag_name || 'KEYGEN' === $tag_name || 'LI' === $tag_name || 'LINK' === $tag_name || 'LISTING' === $tag_name || 'MAIN' === $tag_name || 'MARQUEE' === $tag_name || 'MENU' === $tag_name || 'META' === $tag_name || 'NAV' === $tag_name || 'NOEMBED' === $tag_name || 'NOFRAMES' === $tag_name || 'NOSCRIPT' === $tag_name || 'OBJECT' === $tag_name || 'OL' === $tag_name || 'P' === $tag_name || 'PARAM' === $tag_name || 'PLAINTEXT' === $tag_name || 'PRE' === $tag_name || 'SCRIPT' === $tag_name || 'SEARCH' === $tag_name || 'SECTION' === $tag_name || 'SELECT' === $tag_name || 'SOURCE' === $tag_name || 'STYLE' === $tag_name || 'SUMMARY' === $tag_name || 'TABLE' === $tag_name || 'TBODY' === $tag_name || 'TD' === $tag_name || 'TEMPLATE' === $tag_name || 'TEXTAREA' === $tag_name || 'TFOOT' === $tag_name || 'TH' === $tag_name || 'THEAD' === $tag_name || 'TITLE' === $tag_name || 'TR' === $tag_name || 'TRACK' === $tag_name || 'UL' === $tag_name || 'WBR' === $tag_name || 'XMP' === $tag_name || 'MI' === $tag_name || 'MO' === $tag_name || 'MN' === $tag_name || 'MS' === $tag_name || 'MTEXT' === $tag_name || 'ANNOTATION-XML' === $tag_name || 'FOREIGNOBJECT' === $tag_name || 'DESC' === $tag_name || 'TITLE' === $tag_name)
/src/wp-includes/ID3/module.audio-video.quicktime.php:15381$info['audio']['codec'] = (!empty($info['mpeg']['audio']['encoder']) ? $info['mpeg']['audio']['encoder'] : (!empty($info['mpeg']['audio']['codec']) ? $info['mpeg']['audio']['codec'] : (!empty($info['mpeg']['audio']['LAME']) ? 'LAME' : 'mp3')))
/src/wp-includes/html-api/class-wp-html-processor.php:19241return ('AREA' === $tag_name || 'BASE' === $tag_name || 'BASEFONT' === $tag_name || 'BGSOUND' === $tag_name || 'BR' === $tag_name || 'COL' === $tag_name || 'EMBED' === $tag_name || 'FRAME' === $tag_name || 'HR' === $tag_name || 'IMG' === $tag_name || 'INPUT' === $tag_name || 'KEYGEN' === $tag_name || 'LINK' === $tag_name || 'META' === $tag_name || 'PARAM' === $tag_name || 'SOURCE' === $tag_name || 'TRACK' === $tag_name || 'WBR' === $tag_name)
/src/wp-includes/ID3/module.tag.id3v1.php:1021$GoodFormatID3v1tag = $this->GenerateID3v1Tag($ParsedID3v1['title'], $ParsedID3v1['artist'], $ParsedID3v1['album'], $ParsedID3v1['year'], (isset($ParsedID3v1['genre']) ? $this->LookupGenreID($ParsedID3v1['genre']) : false), $ParsedID3v1['comment'], (!empty($ParsedID3v1['track_number']) ? $ParsedID3v1['track_number'] : ''))
/src/wp-includes/class-wp-customize-manager.php:5381$has_post_data_nonce = (check_ajax_referer('preview-customize_' . $this->get_stylesheet( ), 'nonce', false) || check_ajax_referer('save-customize_' . $this->get_stylesheet( ), 'nonce', false) || check_ajax_referer('preview-customize_' . $this->get_stylesheet( ), 'customize_preview_nonce', false))
/src/wp-includes/post-template.php:12901$defaults = array('depth' => 0, 'show_date' => '', 'date_format' => get_option('date_format'), 'child_of' => 0, 'exclude' => '', 'title_li' => __('Pages'), 'echo' => 1, 'authors' => '', 'sort_column' => 'menu_order, post_title', 'link_before' => '', 'link_after' => '', 'item_spacing' => 'preserve', 'walker' => '', )
/src/wp-includes/post-template.php:9491$defaults = array('before' => '<p class="post-nav-links">' . __('Pages:'), 'after' => '</p>', 'link_before' => '', 'link_after' => '', 'aria_current' => 'page', 'next_or_number' => 'number', 'separator' => ' ', 'nextpagelink' => __('Next page'), 'previouspagelink' => __('Previous page'), 'pagelink' => '%', 'echo' => 1, )
/src/wp-includes/class-wp-customize-manager.php:28691$filter_context = array('uuid' => $this->changeset_uuid( ), 'title' => $args['title'], 'status' => $args['status'], 'date_gmt' => $args['date_gmt'], 'post_id' => $changeset_post_id, 'previous_data' => is_wp_error($original_changeset_data) ? array( ) : $original_changeset_data, 'manager' => $this, )
/src/wp-includes/class-wp-customize-manager.php:21491$settings = array('changeset' => array('uuid' => $this->changeset_uuid( ), 'autosaved' => $this->autosaved( ), ), 'timeouts' => array('selectiveRefresh' => 250, 'keepAliveSend' => 1000, ), 'theme' => array('stylesheet' => $this->get_stylesheet( ), 'active' => $this->is_theme_active( ), ), 'url' => array('self' => $self_url, 'allowed' => array_map('sanitize_url', $this->get_allowed_urls( )), 'allowedHosts' => array_unique($allowed_hosts), 'isCrossDomain' => $this->is_cross_domain( ), ), 'channel' => $this->messenger_channel, 'activePanels' => array( ), 'activeSections' => array( ), 'activeControls' => array( ), 'settingValidities' => $exported_setting_validities, 'nonce' => current_user_can('customize') ? $this->get_nonces( ) : array( ), 'l10n' => $l10n, '_dirty' => array_keys($post_values), )
/src/wp-includes/class-wp-customize-manager.php:9921$changeset_post_query = new WP_Query(array('post_type' => 'customize_changeset', 'post_status' => get_post_stati( ), 'name' => $uuid, 'posts_per_page' => 1, 'no_found_rows' => true, 'cache_results' => true, 'update_post_meta_cache' => false, 'update_post_term_cache' => false, 'lazy_load_term_meta' => false, ))
/src/wp-includes/SimplePie/Item.php:28051$this->data['enclosures'][] = $this->registry->create('Enclosure', array($url, $type, $length, null, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_parent, $credits_parent, $description_parent, $duration_parent, $expression, $framerate, $hashes_parent, $height, $keywords_parent, $lang, $medium, $player_parent, $ratings_parent, $restrictions_parent, $samplingrate, $thumbnails_parent, $title, $width))
/src/wp-includes/class-wp-customize-manager.php:6261$unpublished_changeset_posts = $this->get_changeset_posts(array('post_status' => array_diff(get_post_stati( ), array('auto-draft', 'publish', 'trash', 'inherit', 'private')), 'exclude_restore_dismissed' => false, 'author' => 'any', 'posts_per_page' => 1, 'order' => 'DESC', 'orderby' => 'date', ))
/src/wp-includes/SimplePie/Item.php:28833$this->data['enclosures'][] = $this->registry->create('Enclosure', array($url, $type, $length, null, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_parent, $credits_parent, $description_parent, $duration_parent, $expression, $framerate, $hashes_parent, $height, $keywords_parent, $lang, $medium, $player_parent, $ratings_parent, $restrictions_parent, $samplingrate, $thumbnails_parent, $title_parent, $width))
/src/wp-includes/SimplePie/Item.php:27612$this->data['enclosures'][] = $this->registry->create('Enclosure', array($url, $type, $length, null, $bitrate, $captions, $categories, $channels, $copyrights, $credits, $description, $duration, $expression, $framerate, $hashes, $height, $keywords, $lang, $medium, $player, $ratings, $restrictions, $samplingrate, $thumbnails, $title, $width))
/src/wp-includes/category-template.php:5391$defaults = array('child_of' => 0, 'current_category' => 0, 'depth' => 0, 'echo' => 1, 'exclude' => '', 'exclude_tree' => '', 'feed' => '', 'feed_image' => '', 'feed_type' => '', 'hide_empty' => 1, 'hide_title_if_empty' => false, 'hierarchical' => true, 'order' => 'ASC', 'orderby' => 'name', 'separator' => '<br />', 'show_count' => 0, 'show_option_all' => '', 'show_option_none' => __('No categories'), 'style' => 'list', 'taxonomy' => 'category', 'title_li' => __('Categories'), 'use_desc_for_title' => 0, )
/src/wp-includes/SimplePie/Item.php:28763$this->data['enclosures'][] = $this->registry->create('Enclosure', array($url, $type, $length, null, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_parent, $credits_parent, $description_parent, $duration_parent, $expression, $framerate, $hashes_parent, $height, $keywords_parent, $lang, $medium, $player_parent, $ratings_parent, $restrictions_parent, $samplingrate, $thumbnails_parent, $title_parent, $width))
/src/wp-includes/SimplePie/Item.php:23502$this->data['enclosures'][] = $this->registry->create('Enclosure', array($url, $type, $length, null, $bitrate, $captions, $categories, $channels, $copyrights, $credits, $description, $duration, $expression, $framerate, $hashes, $height, $keywords, $lang, $medium, $player, $ratings, $restrictions, $samplingrate, $thumbnails, $title, $width))
/src/wp-includes/option.php:4461$success = $wpdb->query($wpdb->prepare("UPDATE $wpdb->options SET autoload = %s WHERE option_name IN (" . implode(',', array_fill(0, count($grouped_options[$autoload]), '%s')) . ')', array_merge(array($autoload), $grouped_options[$autoload])))
/src/wp-includes/SimplePie/Item.php:28403$this->data['enclosures'][] = $this->registry->create('Enclosure', array($url, $type, $length, null, $bitrate, $captions_parent, $categories_parent, $channels, $copyrights_parent, $credits_parent, $description_parent, $duration_parent, $expression, $framerate, $hashes_parent, $height, $keywords_parent, $lang, $medium, $player_parent, $ratings_parent, $restrictions_parent, $samplingrate, $thumbnails_parent, $title_parent, $width))
/src/wp-includes/SimplePie/Item.php:6623$url = $this->sanitize($author[0]['child'][SIMPLEPIE_NAMESPACE_ATOM_03]['url'][0]['data'], SIMPLEPIE_CONSTRUCT_IRI, $this->get_base($author[0]['child'][SIMPLEPIE_NAMESPACE_ATOM_03]['url'][0]))
/src/wp-includes/class-wp-customize-manager.php:48871$settings = array('changeset' => array('uuid' => $this->changeset_uuid( ), 'branching' => $this->branching( ), 'autosaved' => $this->autosaved( ), 'hasAutosaveRevision' => !empty($autosave_revision_post), 'latestAutoDraftUuid' => $autosave_autodraft_post ? $autosave_autodraft_post->post_name : null, 'status' => $changeset_post ? $changeset_post->post_status : '', 'currentUserCanPublish' => $current_user_can_publish, 'publishDate' => $initial_date, 'statusChoices' => $status_choices, 'lockUser' => $lock_user_id ? $this->get_lock_user_data($lock_user_id) : null, ), 'initialServerDate' => $current_time, 'dateFormat' => get_option('date_format'), 'timeFormat' => get_option('time_format'), 'initialServerTimestamp' => floor(microtime(true) * 1000), 'initialClientTimestamp' => -1, 'timeouts' => array('windowRefresh' => 250, 'changesetAutoSave' => AUTOSAVE_INTERVAL * 1000, 'keepAliveCheck' => 2500, 'reflowPaneContents' => 100, 'previewFrameSensitivity' => 2000, ), 'theme' => array('stylesheet' => $this->get_stylesheet( ), 'active' => $this->is_theme_active( ), '_canInstall' => current_user_can('install_themes'), ), 'url' => array('preview' => sanitize_url($this->get_preview_url( )), 'return' => sanitize_url($this->get_return_url( )), 'parent' => sanitize_url(admin_url( )), 'activated' => sanitize_url(home_url('/')), 'ajax' => sanitize_url(admin_url('admin-ajax.php', 'relative')), 'allowed' => array_map('sanitize_url', $this->get_allowed_urls( )), 'isCrossDomain' => $this->is_cross_domain( ), 'home' => sanitize_url(home_url('/')), 'login' => sanitize_url($login_url), ), 'browser' => array('mobile' => wp_is_mobile( ), 'ios' => $this->is_ios( ), ), 'panels' => array( ), 'sections' => array( ), 'nonce' => $this->get_nonces( ), 'autofocus' => $this->get_autofocus( ), 'documentTitleTmpl' => $this->get_document_title_template( ), 'previewableDevices' => $this->get_previewable_devices( ), 'l10n' => array('confirmDeleteTheme' => __('Are you sure you want to delete this theme?'), 'themeSearchResults' => __('%d themes found'), 'announceThemeCount' => __('Displaying %d themes'), 'announceThemeDetails' => __('Showing details for theme: %s'), ), )
/src/wp-includes/PHPMailer/PHPMailer.php:51061$dkimSignatureHeader = 'DKIM-Signature: v=1;' . ' d=' . $this->DKIM_domain . ';' . ' s=' . $this->DKIM_selector . ';' . static::$LE . ' a=' . $DKIMsignatureType . ';' . ' q=' . $DKIMquery . ';' . ' t=' . $DKIMtime . ';' . ' c=' . $DKIMcanonicalization . ';' . static::$LE . $headerKeys . $ident . $copiedHeaderFields . ' bh=' . $DKIMb64 . ';' . static::$LE . ' b='
/src/wp-includes/class-wp-customize-manager.php:47771$nonces = array('save' => wp_create_nonce('save-customize_' . $this->get_stylesheet( )), 'preview' => wp_create_nonce('preview-customize_' . $this->get_stylesheet( )), 'switch_themes' => wp_create_nonce('switch_themes'), 'dismiss_autosave_or_lock' => wp_create_nonce('customize_dismiss_autosave_or_lock'), 'override_lock' => wp_create_nonce('customize_override_changeset_lock'), 'trash' => wp_create_nonce('trash_customize_changeset'), )
/src/wp-includes/class-wp-xmlrpc-server.php:11911$_comment = array('date_created_gmt' => $comment_date_gmt, 'user_id' => $comment->user_id, 'comment_id' => $comment->comment_ID, 'parent' => $comment->comment_parent, 'status' => $comment_status, 'content' => $comment->comment_content, 'link' => get_comment_link($comment), 'post_id' => $comment->comment_post_ID, 'post_title' => get_the_title($comment->comment_post_ID), 'author' => $comment->comment_author, 'author_url' => $comment->comment_author_url, 'author_email' => $comment->comment_author_email, 'author_ip' => $comment->comment_author_IP, 'type' => $comment->comment_type, )
/src/wp-includes/class-wp-xmlrpc-server.php:10101$_post_type = array('name' => $post_type->name, 'label' => $post_type->label, 'hierarchical' => (bool) $post_type->hierarchical, 'public' => (bool) $post_type->public, 'show_ui' => (bool) $post_type->show_ui, '_builtin' => (bool) $post_type->_builtin, 'has_archive' => (bool) $post_type->has_archive, 'supports' => get_all_post_type_supports($post_type->name), )
/src/wp-includes/class-wp-xmlrpc-server.php:9111$post_fields = array('post_title' => $post['post_title'], 'post_date' => $this->_convert_date($post['post_date']), 'post_date_gmt' => $this->_convert_date_gmt($post['post_date_gmt'], $post['post_date']), 'post_modified' => $this->_convert_date($post['post_modified']), 'post_modified_gmt' => $this->_convert_date_gmt($post['post_modified_gmt'], $post['post_modified']), 'post_status' => $post['post_status'], 'post_type' => $post['post_type'], 'post_name' => $post['post_name'], 'post_author' => $post['post_author'], 'post_password' => $post['post_password'], 'post_excerpt' => $post['post_excerpt'], 'post_content' => $post['post_content'], 'post_parent' => (string) $post['post_parent'], 'post_mime_type' => $post['post_mime_type'], 'link' => get_permalink($post['ID']), 'guid' => $post['guid'], 'menu_order' => (int) $post['menu_order'], 'comment_status' => $post['comment_status'], 'ping_status' => $post['ping_status'], 'sticky' => ('post' === $post['post_type'] && is_sticky($post['ID'])), )
/src/wp-includes/class-wp-xmlrpc-server.php:11341$_page = array('dateCreated' => $page_date, 'userid' => $page->post_author, 'page_id' => $page->ID, 'page_status' => $page->post_status, 'description' => $full_page['main'], 'title' => $page->post_title, 'link' => $link, 'permaLink' => $link, 'categories' => $categories, 'excerpt' => $page->post_excerpt, 'text_more' => $full_page['extended'], 'mt_allow_comments' => $allow_comments, 'mt_allow_pings' => $allow_pings, 'wp_slug' => $page->post_name, 'wp_password' => $page->post_password, 'wp_author' => $author->display_name, 'wp_page_parent_id' => $page->post_parent, 'wp_page_parent_title' => $parent_title, 'wp_page_order' => $page->menu_order, 'wp_author_id' => (string) $author->ID, 'wp_author_display_name' => $author->display_name, 'date_created_gmt' => $page_date_gmt, 'custom_fields' => $this->get_custom_fields($page->ID), 'wp_page_template' => $page_template, )
/src/wp-includes/class-wp-xmlrpc-server.php:10601$_media_item = array('attachment_id' => (string) $media_item->ID, 'date_created_gmt' => $this->_convert_date_gmt($media_item->post_date_gmt, $media_item->post_date), 'parent' => $media_item->post_parent, 'link' => wp_get_attachment_url($media_item->ID), 'title' => $media_item->post_title, 'caption' => $media_item->post_excerpt, 'description' => $media_item->post_content, 'metadata' => wp_get_attachment_metadata($media_item->ID), 'type' => $media_item->post_mime_type, 'alt' => get_post_meta($media_item->ID, '_wp_attachment_image_alt', true), )
/src/wp-includes/category-template.php:10061$a[] = sprintf('<a href="%1$s"%2$s class="%3$s" style="font-size: %4$s;"%5$s>%6$s%7$s</a>', esc_url($tag_data['url']), $tag_data['role'], esc_attr($class), esc_attr(str_replace(',', '.', $tag_data['font_size']) . $args['unit']), $tag_data['aria_label'], esc_html($tag_data['name']), $tag_data['show_count'])
/src/wp-includes/category-template.php:9771$tags_data[] = array('id' => $tag_id, 'url' => ('#' !== $tag->link) ? $tag->link : '#', 'role' => ('#' !== $tag->link) ? '' : ' role="button"', 'name' => $tag->name, 'formatted_count' => $formatted_count, 'slug' => $tag->slug, 'real_count' => $real_count, 'class' => 'tag-cloud-link tag-link-' . $tag_id, 'font_size' => $args['smallest'] + ($count - $min_count) * $font_step, 'aria_label' => $aria_label ? sprintf(' aria-label="%1$s (%2$s)"', esc_attr($tag->name), esc_attr($formatted_count)) : '', 'show_count' => $args['show_count'] ? '<span class="tag-link-count"> (' . $real_count . ')</span>' : '', )
/src/wp-includes/class-wp-xmlrpc-server.php:8001$_taxonomy = array('name' => $taxonomy->name, 'label' => $taxonomy->label, 'hierarchical' => (bool) $taxonomy->hierarchical, 'public' => (bool) $taxonomy->public, 'show_ui' => (bool) $taxonomy->show_ui, '_builtin' => (bool) $taxonomy->_builtin, )
/src/wp-includes/class-wp-xmlrpc-server.php:5211$this->blog_options = array('software_name' => array('desc' => __('Software Name'), 'readonly' => true, 'value' => 'WordPress', ), 'software_version' => array('desc' => __('Software Version'), 'readonly' => true, 'value' => get_bloginfo('version'), ), 'blog_url' => array('desc' => __('WordPress Address (URL)'), 'readonly' => true, 'option' => 'siteurl', ), 'home_url' => array('desc' => __('Site Address (URL)'), 'readonly' => true, 'option' => 'home', ), 'login_url' => array('desc' => __('Login Address (URL)'), 'readonly' => true, 'value' => wp_login_url( ), ), 'admin_url' => array('desc' => __('The URL to the admin area'), 'readonly' => true, 'value' => get_admin_url( ), ), 'image_default_link_type' => array('desc' => __('Image default link type'), 'readonly' => true, 'option' => 'image_default_link_type', ), 'image_default_size' => array('desc' => __('Image default size'), 'readonly' => true, 'option' => 'image_default_size', ), 'image_default_align' => array('desc' => __('Image default align'), 'readonly' => true, 'option' => 'image_default_align', ), 'template' => array('desc' => __('Template'), 'readonly' => true, 'option' => 'template', ), 'stylesheet' => array('desc' => __('Stylesheet'), 'readonly' => true, 'option' => 'stylesheet', ), 'post_thumbnail' => array('desc' => __('Post Thumbnail'), 'readonly' => true, 'value' => current_theme_supports('post-thumbnails'), ), 'time_zone' => array('desc' => __('Time Zone'), 'readonly' => false, 'option' => 'gmt_offset', ), 'blog_title' => array('desc' => __('Site Title'), 'readonly' => false, 'option' => 'blogname', ), 'blog_tagline' => array('desc' => __('Site Tagline'), 'readonly' => false, 'option' => 'blogdescription', ), 'date_format' => array('desc' => __('Date Format'), 'readonly' => false, 'option' => 'date_format', ), 'time_format' => array('desc' => __('Time Format'), 'readonly' => false, 'option' => 'time_format', ), 'users_can_register' => array('desc' => __('Allow new users to sign up'), 'readonly' => false, 'option' => 'users_can_register', ), 'thumbnail_size_w' => array('desc' => __('Thumbnail Width'), 'readonly' => false, 'option' => 'thumbnail_size_w', ), 'thumbnail_size_h' => array('desc' => __('Thumbnail Height'), 'readonly' => false, 'option' => 'thumbnail_size_h', ), 'thumbnail_crop' => array('desc' => __('Crop thumbnail to exact dimensions'), 'readonly' => false, 'option' => 'thumbnail_crop', ), 'medium_size_w' => array('desc' => __('Medium size image width'), 'readonly' => false, 'option' => 'medium_size_w', ), 'medium_size_h' => array('desc' => __('Medium size image height'), 'readonly' => false, 'option' => 'medium_size_h', ), 'medium_large_size_w' => array('desc' => __('Medium-Large size image width'), 'readonly' => false, 'option' => 'medium_large_size_w', ), 'medium_large_size_h' => array('desc' => __('Medium-Large size image height'), 'readonly' => false, 'option' => 'medium_large_size_h', ), 'large_size_w' => array('desc' => __('Large size image width'), 'readonly' => false, 'option' => 'large_size_w', ), 'large_size_h' => array('desc' => __('Large size image height'), 'readonly' => false, 'option' => 'large_size_h', ), 'default_comment_status' => array('desc' => __('Allow people to submit comments on new posts.'), 'readonly' => false, 'option' => 'default_comment_status', ), 'default_ping_status' => array('desc' => __('Allow link notifications from other blogs (pingbacks and trackbacks) on new posts.'), 'readonly' => false, 'option' => 'default_ping_status', ), )
/src/wp-includes/customize/class-wp-customize-media-control.php:2571return array('select' => __('Select file'), 'change' => __('Change file'), 'default' => __('Default'), 'remove' => __('Remove'), 'placeholder' => __('No file selected'), 'frame_title' => __('Select file'), 'frame_button' => __('Choose file'), )
/src/wp-includes/customize/class-wp-customize-selective-refresh.php:1761$l10n = array('shiftClickToEdit' => __('Shift-click to edit this element.'), 'clickEditMenu' => __('Click to edit this menu.'), 'clickEditWidget' => __('Click to edit this widget.'), 'clickEditTitle' => __('Click to edit the site title.'), 'clickEditMisc' => __('Click to edit this element.'), 'badDocumentWrite' => sprintf(__('%s is forbidden'), 'document.write()'), )
/src/wp-includes/customize/class-wp-customize-media-control.php:2361return array('select' => __('Select audio'), 'change' => __('Change audio'), 'default' => __('Default'), 'remove' => __('Remove'), 'placeholder' => __('No audio selected'), 'frame_title' => __('Select audio'), 'frame_button' => __('Choose audio'), )
/src/wp-includes/customize/class-wp-customize-media-control.php:2461return array('select' => __('Select image'), 'site_icon' => __('Select Site Icon'), 'change' => __('Change image'), 'default' => __('Default'), 'remove' => __('Remove'), 'placeholder' => __('No image selected'), 'frame_title' => __('Select image'), 'frame_button' => __('Choose image'), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php:2631$this->schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'menu-location', 'type' => 'object', 'properties' => array('name' => array('description' => __('The name of the menu location.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'description' => array('description' => __('The description of the menu location.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'menu' => array('description' => __('The ID of the assigned menu.'), 'type' => 'integer', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), ), )
/src/wp-includes/customize/class-wp-customize-media-control.php:2261return array('select' => __('Select video'), 'change' => __('Change video'), 'default' => __('Default'), 'remove' => __('Remove'), 'placeholder' => __('No video selected'), 'frame_title' => __('Select video'), 'frame_button' => __('Choose video'), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php:4981$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => $this->post_type, 'type' => 'object', 'properties' => array('id' => array('description' => __('Unique identifier for the post.', 'default'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'theme_json_version' => array('description' => __('Version of the theme.json schema used for the typography settings.'), 'type' => 'integer', 'default' => static::LATEST_THEME_JSON_VERSION_SUPPORTED, 'minimum' => 2, 'maximum' => static::LATEST_THEME_JSON_VERSION_SUPPORTED, 'context' => array('view', 'edit', 'embed'), ), 'parent' => array('description' => __('The ID for the parent font family of the font face.'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), ), 'font_face_settings' => array('description' => __('font-face declaration in theme.json format.'), 'type' => 'object', 'context' => array('view', 'edit', 'embed'), 'properties' => array('fontFamily' => array('description' => __('CSS font-family value.'), 'type' => 'string', 'default' => '', 'arg_options' => array('sanitize_callback' => array('WP_Font_Utils', 'sanitize_font_family'), ), ), 'fontStyle' => array('description' => __('CSS font-style value.'), 'type' => 'string', 'default' => 'normal', 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'fontWeight' => array('description' => __('List of available font weights, separated by a space.'), 'default' => '400', 'type' => array('string', 'integer'), 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'fontDisplay' => array('description' => __('CSS font-display value.'), 'type' => 'string', 'default' => 'fallback', 'enum' => array('auto', 'block', 'fallback', 'swap', 'optional', ), 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'src' => array('description' => __('Paths or URLs to the font files.'), 'anyOf' => array(array('type' => 'string', ), array('type' => 'array', 'items' => array('type' => 'string', ), ), ), 'default' => array( ), 'arg_options' => array('sanitize_callback' => function ($value) { /**/ } , ), ), 'fontStretch' => array('description' => __('CSS font-stretch value.'), 'type' => 'string', 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'ascentOverride' => array('description' => __('CSS ascent-override value.'), 'type' => 'string', 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'descentOverride' => array('description' => __('CSS descent-override value.'), 'type' => 'string', 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'fontVariant' => array('description' => __('CSS font-variant value.'), 'type' => 'string', 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'fontFeatureSettings' => array('description' => __('CSS font-feature-settings value.'), 'type' => 'string', 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'fontVariationSettings' => array('description' => __('CSS font-variation-settings value.'), 'type' => 'string', 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'lineGapOverride' => array('description' => __('CSS line-gap-override value.'), 'type' => 'string', 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'sizeAdjust' => array('description' => __('CSS size-adjust value.'), 'type' => 'string', 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'unicodeRange' => array('description' => __('CSS unicode-range value.'), 'type' => 'string', 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'preview' => array('description' => __('URL to a preview image of the font face.'), 'type' => 'string', 'format' => 'uri', 'default' => '', 'arg_options' => array('sanitize_callback' => 'sanitize_url', ), ), ), 'required' => array('fontFamily', 'src'), 'additionalProperties' => false, ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php:7951return array('self' => array('href' => rest_url($this->namespace . '/font-families/' . $post->post_parent . '/font-faces/' . $post->ID), ), 'collection' => array('href' => rest_url($this->namespace . '/font-families/' . $post->post_parent . '/font-faces'), ), 'parent' => array('href' => rest_url($this->namespace . '/font-families/' . $post->post_parent), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:11531$links = array('self' => array('href' => rest_url(sprintf('%s/%s/%d', $this->namespace, $this->rest_base, $comment->comment_ID)), ), 'collection' => array('href' => rest_url(sprintf('%s/%s', $this->namespace, $this->rest_base)), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:13871$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'comment', 'type' => 'object', 'properties' => array('id' => array('description' => __('Unique identifier for the comment.'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'author' => array('description' => __('The ID of the user object, if author was a user.'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), ), 'author_email' => array('description' => __('Email address for the comment author.'), 'type' => 'string', 'format' => 'email', 'context' => array('edit'), 'arg_options' => array('sanitize_callback' => array($this, 'check_comment_author_email'), 'validate_callback' => null, ), ), 'author_ip' => array('description' => __('IP address for the comment author.'), 'type' => 'string', 'format' => 'ip', 'context' => array('edit'), ), 'author_name' => array('description' => __('Display name for the comment author.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'author_url' => array('description' => __('URL for the comment author.'), 'type' => 'string', 'format' => 'uri', 'context' => array('view', 'edit', 'embed'), ), 'author_user_agent' => array('description' => __('User agent for the comment author.'), 'type' => 'string', 'context' => array('edit'), 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'content' => array('description' => __('The content for the comment.'), 'type' => 'object', 'context' => array('view', 'edit', 'embed'), 'arg_options' => array('sanitize_callback' => null, 'validate_callback' => null, ), 'properties' => array('raw' => array('description' => __('Content for the comment, as it exists in the database.'), 'type' => 'string', 'context' => array('edit'), ), 'rendered' => array('description' => __('HTML content for the comment, transformed for display.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), ), ), 'date' => array('description' => __("The date the comment was published, in the site's timezone."), 'type' => 'string', 'format' => 'date-time', 'context' => array('view', 'edit', 'embed'), ), 'date_gmt' => array('description' => __('The date the comment was published, as GMT.'), 'type' => 'string', 'format' => 'date-time', 'context' => array('view', 'edit'), ), 'link' => array('description' => __('URL to the comment.'), 'type' => 'string', 'format' => 'uri', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'parent' => array('description' => __('The ID for the parent of the comment.'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), 'default' => 0, ), 'post' => array('description' => __('The ID of the associated post object.'), 'type' => 'integer', 'context' => array('view', 'edit'), 'default' => 0, ), 'status' => array('description' => __('State of the comment.'), 'type' => 'string', 'context' => array('view', 'edit'), 'arg_options' => array('sanitize_callback' => 'sanitize_key', ), ), 'type' => array('description' => __('Type of the comment.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:9521$links = array('self' => array('href' => rest_url(rest_get_route_for_term($term)), ), 'collection' => array('href' => rest_url(rest_get_route_for_taxonomy_items($this->taxonomy)), ), 'about' => array('href' => rest_url(sprintf('wp/v2/taxonomies/%s', $this->taxonomy)), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:10141$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'post_tag' === $this->taxonomy ? 'tag' : $this->taxonomy, 'type' => 'object', 'properties' => array('id' => array('description' => __('Unique identifier for the term.'), 'type' => 'integer', 'context' => array('view', 'embed', 'edit'), 'readonly' => true, ), 'count' => array('description' => __('Number of published posts for the term.'), 'type' => 'integer', 'context' => array('view', 'edit'), 'readonly' => true, ), 'description' => array('description' => __('HTML description of the term.'), 'type' => 'string', 'context' => array('view', 'edit'), ), 'link' => array('description' => __('URL of the term.'), 'type' => 'string', 'format' => 'uri', 'context' => array('view', 'embed', 'edit'), 'readonly' => true, ), 'name' => array('description' => __('HTML title for the term.'), 'type' => 'string', 'context' => array('view', 'embed', 'edit'), 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), 'required' => true, ), 'slug' => array('description' => __('An alphanumeric identifier for the term unique to its type.'), 'type' => 'string', 'context' => array('view', 'embed', 'edit'), 'arg_options' => array('sanitize_callback' => array($this, 'sanitize_slug'), ), ), 'taxonomy' => array('description' => __('Type attribution for the term.'), 'type' => 'string', 'enum' => array($this->taxonomy), 'context' => array('view', 'embed', 'edit'), 'readonly' => true, ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:11011$links = array('self' => array('href' => rest_url(sprintf('%s/%s/%d', $this->namespace, $this->rest_base, $user->ID)), ), 'collection' => array('href' => rest_url(sprintf('%s/%s', $this->namespace, $this->rest_base)), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:13411$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'user', 'type' => 'object', 'properties' => array('id' => array('description' => __('Unique identifier for the user.'), 'type' => 'integer', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'username' => array('description' => __('Login name for the user.'), 'type' => 'string', 'context' => array('edit'), 'required' => true, 'arg_options' => array('sanitize_callback' => array($this, 'check_username'), ), ), 'name' => array('description' => __('Display name for the user.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'first_name' => array('description' => __('First name for the user.'), 'type' => 'string', 'context' => array('edit'), 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'last_name' => array('description' => __('Last name for the user.'), 'type' => 'string', 'context' => array('edit'), 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'email' => array('description' => __('The email address for the user.'), 'type' => 'string', 'format' => 'email', 'context' => array('edit'), 'required' => true, ), 'url' => array('description' => __('URL of the user.'), 'type' => 'string', 'format' => 'uri', 'context' => array('embed', 'view', 'edit'), ), 'description' => array('description' => __('Description of the user.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), ), 'link' => array('description' => __('Author URL of the user.'), 'type' => 'string', 'format' => 'uri', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'locale' => array('description' => __('Locale for the user.'), 'type' => 'string', 'enum' => array_merge(array('', 'en_US'), get_available_languages( )), 'context' => array('edit'), ), 'nickname' => array('description' => __('The nickname for the user.'), 'type' => 'string', 'context' => array('edit'), 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'slug' => array('description' => __('An alphanumeric identifier for the user.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'arg_options' => array('sanitize_callback' => array($this, 'sanitize_slug'), ), ), 'registered_date' => array('description' => __('Registration date for the user.'), 'type' => 'string', 'format' => 'date-time', 'context' => array('edit'), 'readonly' => true, ), 'roles' => array('description' => __('Roles assigned to the user.'), 'type' => 'array', 'items' => array('type' => 'string', ), 'context' => array('edit'), ), 'password' => array('description' => __('Password for the user (never included).'), 'type' => 'string', 'context' => array( ), 'required' => true, 'arg_options' => array('sanitize_callback' => array($this, 'check_user_password'), ), ), 'capabilities' => array('description' => __('All capabilities assigned to the user.'), 'type' => 'object', 'context' => array('edit'), 'readonly' => true, ), 'extra_capabilities' => array('description' => __('Any extra capabilities assigned to the user.'), 'type' => 'object', 'context' => array('edit'), 'readonly' => true, ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php:4221$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => "{$this->parent_post_type}-revision", 'type' => 'object', 'properties' => array('author' => array('description' => __('The ID for the author of the revision.'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), ), 'date' => array('description' => __("The date the revision was published, in the site's timezone."), 'type' => 'string', 'format' => 'date-time', 'context' => array('view', 'edit', 'embed'), ), 'date_gmt' => array('description' => __('The date the revision was published, as GMT.'), 'type' => 'string', 'format' => 'date-time', 'context' => array('view', 'edit'), ), 'id' => array('description' => __('Unique identifier for the revision.'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), ), 'modified' => array('description' => __("The date the revision was last modified, in the site's timezone."), 'type' => 'string', 'format' => 'date-time', 'context' => array('view', 'edit'), ), 'modified_gmt' => array('description' => __('The date the revision was last modified, as GMT.'), 'type' => 'string', 'format' => 'date-time', 'context' => array('view', 'edit'), ), 'parent' => array('description' => __('The ID for the parent of the revision.'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), ), 'styles' => array('description' => __('Global styles.'), 'type' => array('object'), 'context' => array('view', 'edit'), ), 'settings' => array('description' => __('Global settings.'), 'type' => array('object'), 'context' => array('view', 'edit'), ), ), )
/src/wp-includes/customize/class-wp-customize-nav-menu-setting.php:2642$menu_obj = (object) array_merge(array('term_id' => $this->term_id, 'term_taxonomy_id' => $this->term_id, 'slug' => sanitize_title($setting_value['name']), 'count' => 0, 'term_group' => 0, 'taxonomy' => self::TAXONOMY, 'filter' => 'raw', ), $setting_value)
/src/wp-includes/customize/class-wp-customize-partial.php:2961$exports = array('settings' => $this->settings, 'primarySetting' => $this->primary_setting, 'selector' => $this->selector, 'type' => $this->type, 'fallbackRefresh' => $this->fallback_refresh, 'containerInclusive' => $this->container_inclusive, )
/src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php:8451$menu_item_data = array('menu-item-object-id' => $value['object_id'], 'menu-item-object' => $value['object'], 'menu-item-parent-id' => $value['menu_item_parent'], 'menu-item-position' => $value['position'], 'menu-item-type' => $value['type'], 'menu-item-title' => $value['title'], 'menu-item-url' => $value['url'], 'menu-item-description' => $value['description'], 'menu-item-attr-title' => $value['attr_title'], 'menu-item-target' => $value['target'], 'menu-item-classes' => $value['classes'], 'menu-item-xfn' => $value['xfn'], 'menu-item-status' => $value['status'], )
/src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php:4951$should_remove = (false === $this_item || (isset($this_item['_invalid']) && true === $this_item['_invalid']) || ($this->original_nav_menu_term_id === $menu->term_id && $current_nav_menu_term_id !== $this->original_nav_menu_term_id))
/src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php:3851$is_known_invalid = ((('post_type' === $this->value['type'] || 'post_type_archive' === $this->value['type']) && !post_type_exists($this->value['object'])) || ('taxonomy' === $this->value['type'] && !taxonomy_exists($this->value['object'])))
/src/wp-content/themes/twentytwenty/functions.php:2781$locations = array('primary' => __('Desktop Horizontal Menu', 'twentytwenty'), 'expanded' => __('Desktop Expanded Menu', 'twentytwenty'), 'mobile' => __('Mobile Menu', 'twentytwenty'), 'footer' => __('Footer Menu', 'twentytwenty'), 'social' => __('Social Menu', 'twentytwenty'), )
/src/wp-content/themes/twentyfourteen/inc/template-tags.php:431$links = paginate_links(array('base' => $pagenum_link, 'format' => $format, 'total' => $wp_query->max_num_pages, 'current' => $paged, 'mid_size' => 1, 'add_args' => array_map('urlencode', $query_args), 'prev_text' => __('&larr; Previous', 'twentyfourteen'), 'next_text' => __('Next &rarr;', 'twentyfourteen'), ))
/src/wp-content/themes/twentytwenty/functions.php:6931$settings = get_theme_mod('accent_accessible_colors', array('content' => array('text' => '#000000', 'accent' => '#cd2653', 'secondary' => '#6d6d6d', 'borders' => '#dcd7ca', ), 'header-footer' => array('text' => '#000000', 'accent' => '#cd2653', 'secondary' => '#6d6d6d', 'borders' => '#dcd7ca', ), ))
/src/wp-content/themes/twentytwenty/functions.php:5381$editor_color_palette = array(array('name' => __('Accent Color', 'twentytwenty'), 'slug' => 'accent', 'color' => twentytwenty_get_color_for_area('content', 'accent'), ), array('name' => _x('Primary', 'color', 'twentytwenty'), 'slug' => 'primary', 'color' => twentytwenty_get_color_for_area('content', 'text'), ), array('name' => _x('Secondary', 'color', 'twentytwenty'), 'slug' => 'secondary', 'color' => twentytwenty_get_color_for_area('content', 'secondary'), ), array('name' => __('Subtle Background', 'twentytwenty'), 'slug' => 'subtle-background', 'color' => twentytwenty_get_color_for_area('content', 'borders'), ), )
/src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php:51return array('title' => __('Video trailer', 'twentytwentytwo'), 'categories' => array('featured', 'columns'), 'content' => '<!-- wp:group {"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|foreground"}}},"spacing":{"padding":{"top":"6rem","bottom":"4rem"}}},"backgroundColor":"secondary","textColor":"foreground","layout":{"inherit":true}} --> <div class="wp-block-group alignfull has-foreground-color has-secondary-background-color has-text-color has-background has-link-color" style="padding-top:6rem;padding-bottom:4rem"><!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.33%"} --> <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:heading {"fontSize":"x-large"} --> <h2 class="has-x-large-font-size" id="extended-trailer">' . esc_html__('Extended Trailer', 'twentytwentytwo') . '</h2> <!-- /wp:heading --> <!-- wp:paragraph --> <p>' . esc_html__('A film about hobbyist bird watchers, a catalog of different birds, paired with the noises they make. Each bird is listed by their scientific name so things seem more official.', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"width":"66.66%"} --> <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:video --> <figure class="wp-block-video"><video controls src="' . esc_url(get_template_directory_uri( )) . '/assets/videos/birds.mp4"></video></figure> <!-- /wp:video --></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:group -->', )
/src/wp-content/themes/twentyfourteen/inc/widgets.php:1161$ephemera = new WP_Query(array('order' => 'DESC', 'posts_per_page' => $number, 'no_found_rows' => true, 'post_status' => 'publish', 'post__not_in' => get_option('sticky_posts'), 'tax_query' => array(array('taxonomy' => 'post_format', 'terms' => array("post-format-$format"), 'field' => 'slug', 'operator' => 'IN', ), ), ))
/src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php:51return array('title' => __('Header with image background', 'twentytwentytwo'), 'categories' => array('header'), 'blockTypes' => array('core/template-part/header'), 'content' => '<!-- wp:group {"align":"full","layout":{"inherit":true}} --> <div class="wp-block-group alignfull"><!-- wp:cover {"url":"' . esc_url(get_template_directory_uri( )) . '/assets/images/flight-path-on-gray-c.jpg","dimRatio":0,"focalPoint":{"x":"0.58","y":"0.58"},"minHeight":400,"contentPosition":"center center","align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--small, 1.25rem)","bottom":"var(--wp--custom--spacing--large, 8rem)"}},"color":{}}} --> <div class="wp-block-cover alignfull" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--large, 8rem);min-height:400px"><span aria-hidden="true" class="has-background-dim-0 wp-block-cover__gradient-background has-background-dim"></span><img class="wp-block-cover__image-background" alt="' . esc_attr__('Illustration of a flying bird', 'twentytwentytwo') . '" src="' . esc_url(get_template_directory_uri( )) . '/assets/images/flight-path-on-gray-c.jpg" style="object-position:58% 58%" data-object-fit="cover" data-object-position="58% 58%"/><div class="wp-block-cover__inner-container"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"0rem","top":"0px","right":"0px","left":"0px"}},"elements":{"link":{"color":{"text":"var:preset|color|foreground"}}}},"textColor":"foreground","layout":{"type":"flex","justifyContent":"space-between"}} --> <div class="wp-block-group alignwide has-foreground-color has-text-color has-link-color" style="padding-top:0px;padding-right:0px;padding-bottom:0rem;padding-left:0px"><!-- wp:site-title {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}}} /--> <!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} --> <!-- wp:page-list {"isNavigationChild":true,"showSubmenuIcon":true,"openSubmenusOnClick":false} /--> <!-- /wp:navigation --></div> <!-- /wp:group --> <!-- wp:spacer {"height":500} --> <div style="height:500px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --></div></div> <!-- /wp:cover --></div> <!-- /wp:group -->', )
/src/wp-includes/class-wp-xmlrpc-server.php:62771$recent_posts[] = array('dateCreated' => $post_date, 'userid' => $entry['post_author'], 'postid' => (string) $entry['ID'], 'description' => $post['main'], 'title' => $entry['post_title'], 'link' => $link, 'permaLink' => $link, 'categories' => $categories, 'mt_excerpt' => $entry['post_excerpt'], 'mt_text_more' => $post['extended'], 'wp_more_text' => $post['more_text'], 'mt_allow_comments' => $allow_comments, 'mt_allow_pings' => $allow_pings, 'mt_keywords' => $tagnames, 'wp_slug' => $entry['post_name'], 'wp_password' => $entry['post_password'], 'wp_author_id' => (string) $author->ID, 'wp_author_display_name' => $author->display_name, 'date_created_gmt' => $post_date_gmt, 'post_status' => $entry['post_status'], 'custom_fields' => $this->get_custom_fields($entry['ID']), 'wp_post_format' => $post_format, 'date_modified' => $post_modified, 'date_modified_gmt' => $post_modified_gmt, 'sticky' => ('post' === $entry['post_type'] && is_sticky($entry['ID'])), 'wp_post_thumbnail' => get_post_thumbnail_id($entry['ID']), )
/src/wp-includes/class-wp-xmlrpc-server.php:61431$resp = array('dateCreated' => $post_date, 'userid' => $postdata['post_author'], 'postid' => $postdata['ID'], 'description' => $post['main'], 'title' => $postdata['post_title'], 'link' => $link, 'permaLink' => $link, 'categories' => $categories, 'mt_excerpt' => $postdata['post_excerpt'], 'mt_text_more' => $post['extended'], 'wp_more_text' => $post['more_text'], 'mt_allow_comments' => $allow_comments, 'mt_allow_pings' => $allow_pings, 'mt_keywords' => $tagnames, 'wp_slug' => $postdata['post_name'], 'wp_password' => $postdata['post_password'], 'wp_author_id' => (string) $author->ID, 'wp_author_display_name' => $author->display_name, 'date_created_gmt' => $post_date_gmt, 'post_status' => $postdata['post_status'], 'custom_fields' => $this->get_custom_fields($post_id), 'wp_post_format' => $post_format, 'sticky' => $sticky, 'date_modified' => $post_modified, 'date_modified_gmt' => $post_modified_gmt, )
/src/wp-includes/class-wp-xmlrpc-server.php:12291$user_fields = array('username' => $user->user_login, 'first_name' => $user->user_firstname, 'last_name' => $user->user_lastname, 'registered' => $this->_convert_date($user->user_registered), 'bio' => $user->user_description, 'email' => $user->user_email, 'nickname' => $user->nickname, 'nicename' => $user->user_nicename, 'url' => $user->user_url, 'display_name' => $user->display_name, 'roles' => $user->roles, )
/src/wp-includes/user.php:46331$request_id = wp_insert_post(array('post_author' => $user_id, 'post_name' => $action_name, 'post_title' => $email_address, 'post_content' => wp_json_encode($request_data), 'post_status' => 'request-' . $status, 'post_type' => 'user_request', 'post_date' => current_time('mysql', false), 'post_date_gmt' => current_time('mysql', true), ), true)
/src/wp-includes/user.php:47081$email_data = array('request' => $request, 'email' => $request->email, 'description' => wp_user_request_action_description($request->action_name), 'confirm_url' => add_query_arg(array('action' => 'confirmaction', 'request_id' => $request_id, 'confirm_key' => wp_generate_user_request_key($request_id), ), wp_login_url( )), 'sitename' => wp_specialchars_decode(get_option('blogname'), ENT_QUOTES), 'siteurl' => home_url( ), )
/src/wp-includes/user.php:38571$user_props_to_export = array('ID' => __('User ID'), 'user_login' => __('User Login Name'), 'user_nicename' => __('User Nice Name'), 'user_email' => __('User Email'), 'user_url' => __('User URL'), 'user_registered' => __('User Registration Date'), 'display_name' => __('User Display Name'), 'nickname' => __('User Nickname'), 'first_name' => __('User First Name'), 'last_name' => __('User Last Name'), 'description' => __('User Description'), )
/src/wp-includes/user.php:41031$email_data = array('request' => $request, 'user_email' => $request->email, 'description' => $action_description, 'manage_url' => $manage_url, 'sitename' => wp_specialchars_decode(get_option('blogname'), ENT_QUOTES), 'siteurl' => home_url( ), 'admin_email' => $admin_email, )
/src/wp-includes/link-template.php:27781$args = wp_parse_args($args, array('prev_text' => '%title', 'next_text' => '%title', 'in_same_term' => false, 'excluded_terms' => '', 'taxonomy' => 'category', 'screen_reader_text' => __('Post navigation'), 'aria_label' => __('Posts'), 'class' => 'post-navigation', ))
/src/wp-includes/link-template.php:29361$args = wp_parse_args($args, array('mid_size' => 1, 'prev_text' => _x('Previous', 'previous set of posts'), 'next_text' => _x('Next', 'next set of posts'), 'screen_reader_text' => __('Posts navigation'), 'aria_label' => __('Posts'), 'class' => 'pagination', ))
/src/wp-includes/ms-site.php:491$defaults = array('domain' => '', 'path' => '/', 'network_id' => get_current_network_id( ), 'registered' => $now, 'last_updated' => $now, 'public' => 1, 'archived' => 0, 'mature' => 0, 'spam' => 0, 'deleted' => 0, 'lang_id' => 0, )
/src/wp-includes/post-formats.php:971$strings = array('standard' => _x('Standard', 'Post format'), 'aside' => _x('Aside', 'Post format'), 'chat' => _x('Chat', 'Post format'), 'gallery' => _x('Gallery', 'Post format'), 'link' => _x('Link', 'Post format'), 'image' => _x('Image', 'Post format'), 'quote' => _x('Quote', 'Post format'), 'status' => _x('Status', 'Post format'), 'video' => _x('Video', 'Post format'), 'audio' => _x('Audio', 'Post format'), )
/src/wp-includes/theme.php:19841$custom_css_query_vars = array('post_type' => 'custom_css', 'post_status' => get_post_stati( ), 'name' => sanitize_title($stylesheet), 'posts_per_page' => 1, 'no_found_rows' => true, 'cache_results' => true, 'update_post_meta_cache' => false, 'update_post_term_cache' => false, 'lazy_load_term_meta' => false, )
/src/wp-includes/theme.php:22891$core_content = array('widgets' => array('text_business_info' => array('text', array('title' => _x('Find Us', 'Theme starter content'), 'text' => implode('', array('<strong>' . _x('Address', 'Theme starter content') . "</strong>\n", _x('123 Main Street', 'Theme starter content') . "\n", _x('New York, NY 10001', 'Theme starter content') . "\n\n", '<strong>' . _x('Hours', 'Theme starter content') . "</strong>\n", _x('Monday&ndash;Friday: 9:00AM&ndash;5:00PM', 'Theme starter content') . "\n", _x('Saturday &amp; Sunday: 11:00AM&ndash;3:00PM', 'Theme starter content'), )), 'filter' => true, 'visual' => true, ), ), 'text_about' => array('text', array('title' => _x('About This Site', 'Theme starter content'), 'text' => _x('This may be a good place to introduce yourself and your site or include some credits.', 'Theme starter content'), 'filter' => true, 'visual' => true, ), ), 'archives' => array('archives', array('title' => _x('Archives', 'Theme starter content'), ), ), 'calendar' => array('calendar', array('title' => _x('Calendar', 'Theme starter content'), ), ), 'categories' => array('categories', array('title' => _x('Categories', 'Theme starter content'), ), ), 'meta' => array('meta', array('title' => _x('Meta', 'Theme starter content'), ), ), 'recent-comments' => array('recent-comments', array('title' => _x('Recent Comments', 'Theme starter content'), ), ), 'recent-posts' => array('recent-posts', array('title' => _x('Recent Posts', 'Theme starter content'), ), ), 'search' => array('search', array('title' => _x('Search', 'Theme starter content'), ), ), ), 'nav_menus' => array('link_home' => array('type' => 'custom', 'title' => _x('Home', 'Theme starter content'), 'url' => home_url('/'), ), 'page_home' => array('type' => 'post_type', 'object' => 'page', 'object_id' => '{{home}}', ), 'page_about' => array('type' => 'post_type', 'object' => 'page', 'object_id' => '{{about}}', ), 'page_blog' => array('type' => 'post_type', 'object' => 'page', 'object_id' => '{{blog}}', ), 'page_news' => array('type' => 'post_type', 'object' => 'page', 'object_id' => '{{news}}', ), 'page_contact' => array('type' => 'post_type', 'object' => 'page', 'object_id' => '{{contact}}', ), 'link_email' => array('title' => _x('Email', 'Theme starter content'), 'url' => 'mailto:wordpress@example.com', ), 'link_facebook' => array('title' => _x('Facebook', 'Theme starter content'), 'url' => 'https://www.facebook.com/wordpress', ), 'link_foursquare' => array('title' => _x('Foursquare', 'Theme starter content'), 'url' => 'https://foursquare.com/', ), 'link_github' => array('title' => _x('GitHub', 'Theme starter content'), 'url' => 'https://github.com/wordpress/', ), 'link_instagram' => array('title' => _x('Instagram', 'Theme starter content'), 'url' => 'https://www.instagram.com/explore/tags/wordcamp/', ), 'link_linkedin' => array('title' => _x('LinkedIn', 'Theme starter content'), 'url' => 'https://www.linkedin.com/company/1089783', ), 'link_pinterest' => array('title' => _x('Pinterest', 'Theme starter content'), 'url' => 'https://www.pinterest.com/', ), 'link_twitter' => array('title' => _x('Twitter', 'Theme starter content'), 'url' => 'https://twitter.com/wordpress', ), 'link_yelp' => array('title' => _x('Yelp', 'Theme starter content'), 'url' => 'https://www.yelp.com', ), 'link_youtube' => array('title' => _x('YouTube', 'Theme starter content'), 'url' => 'https://www.youtube.com/channel/UCdof4Ju7amm1chz1gi1T2ZA', ), ), 'posts' => array('home' => array('post_type' => 'page', 'post_title' => _x('Home', 'Theme starter content'), 'post_content' => sprintf("<!-- wp:paragraph -->\n<p>%s</p>\n<!-- /wp:paragraph -->", _x('Welcome to your site! This is your homepage, which is what most visitors will see when they come to your site for the first time.', 'Theme starter content')), ), 'about' => array('post_type' => 'page', 'post_title' => _x('About', 'Theme starter content'), 'post_content' => sprintf("<!-- wp:paragraph -->\n<p>%s</p>\n<!-- /wp:paragraph -->", _x('You might be an artist who would like to introduce yourself and your work here or maybe you are a business with a mission to describe.', 'Theme starter content')), ), 'contact' => array('post_type' => 'page', 'post_title' => _x('Contact', 'Theme starter content'), 'post_content' => sprintf("<!-- wp:paragraph -->\n<p>%s</p>\n<!-- /wp:paragraph -->", _x('This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.', 'Theme starter content')), ), 'blog' => array('post_type' => 'page', 'post_title' => _x('Blog', 'Theme starter content'), ), 'news' => array('post_type' => 'page', 'post_title' => _x('News', 'Theme starter content'), ), 'homepage-section' => array('post_type' => 'page', 'post_title' => _x('A homepage section', 'Theme starter content'), 'post_content' => sprintf("<!-- wp:paragraph -->\n<p>%s</p>\n<!-- /wp:paragraph -->", _x('This is an example of a homepage section. Homepage sections can be any page other than the homepage itself, including the page that shows your latest blog posts.', 'Theme starter content')), ), ), )
/src/wp-includes/theme.php:9681$requirements = array('requires' => !empty($theme->get('RequiresWP')) ? $theme->get('RequiresWP') : '', 'requires_php' => !empty($theme->get('RequiresPHP')) ? $theme->get('RequiresPHP') : '', )
/src/wp-includes/theme.php:17081$settings = array('mimeType' => '', 'posterUrl' => get_header_image( ), 'videoUrl' => $video_url, 'width' => absint($header->width), 'height' => absint($header->height), 'minWidth' => 900, 'minHeight' => 500, 'l10n' => array('pause' => __('Pause'), 'play' => __('Play'), 'pauseSpeak' => __('Video is paused.'), 'playSpeak' => __('Video is playing.'), ), )
/src/wp-includes/user.php:10201$sites[$site->id] = (object) array('userblog_id' => $site->id, 'blogname' => $site->blogname, 'domain' => $site->domain, 'path' => $site->path, 'site_id' => $site->network_id, 'siteurl' => $site->siteurl, 'archived' => $site->archived, 'mature' => $site->mature, 'spam' => $site->spam, 'deleted' => $site->deleted, )
/src/wp-includes/user.php:16111$defaults = array('show_option_all' => '', 'show_option_none' => '', 'hide_if_only_one_author' => '', 'orderby' => 'display_name', 'order' => 'ASC', 'include' => '', 'exclude' => '', 'multi' => 0, 'show' => 'display_name', 'echo' => 1, 'selected' => 0, 'name' => 'user', 'class' => '', 'id' => '', 'blog_id' => get_current_blog_id( ), 'who' => '', 'include_selected' => false, 'option_none_value' => -1, 'role' => '', 'role__in' => array( ), 'role__not_in' => array( ), 'capability' => '', 'capability__in' => array( ), 'capability__not_in' => array( ), )
/src/wp-includes/class-wp-theme.php:5251$cache = array('block_theme' => $this->is_block_theme( ), 'block_template_folders' => $this->get_block_template_folders( ), 'headers' => $this->headers, 'errors' => $this->errors, 'stylesheet' => $this->stylesheet, 'template' => $this->template, )
/src/wp-includes/class-wp-theme.php:10671$tags_list = array('black' => __('Black'), 'blue' => __('Blue'), 'brown' => __('Brown'), 'gray' => __('Gray'), 'green' => __('Green'), 'orange' => __('Orange'), 'pink' => __('Pink'), 'purple' => __('Purple'), 'red' => __('Red'), 'silver' => __('Silver'), 'tan' => __('Tan'), 'white' => __('White'), 'yellow' => __('Yellow'), 'dark' => _x('Dark', 'color scheme'), 'light' => _x('Light', 'color scheme'), 'fixed-layout' => __('Fixed Layout'), 'fluid-layout' => __('Fluid Layout'), 'responsive-layout' => __('Responsive Layout'), 'blavatar' => __('Blavatar'), 'photoblogging' => __('Photoblogging'), 'seasonal' => __('Seasonal'), )
/src/wp-includes/class-wp-user-query.php:931$defaults = array('blog_id' => get_current_blog_id( ), 'role' => '', 'role__in' => array( ), 'role__not_in' => array( ), 'capability' => '', 'capability__in' => array( ), 'capability__not_in' => array( ), 'meta_key' => '', 'meta_value' => '', 'meta_compare' => '', 'include' => array( ), 'exclude' => array( ), 'search' => '', 'search_columns' => array( ), 'orderby' => 'login', 'order' => 'ASC', 'offset' => '', 'number' => '', 'paged' => 1, 'count_total' => true, 'fields' => 'all', 'who' => '', 'has_published_posts' => null, 'nicename' => '', 'nicename__in' => array( ), 'nicename__not_in' => array( ), 'login' => '', 'login__in' => array( ), 'login__not_in' => array( ), 'cache_results' => true, )
/src/wp-includes/class-wp-http.php:1521$defaults = array('method' => 'GET', 'timeout' => apply_filters('http_request_timeout', 5, $url), 'redirection' => apply_filters('http_request_redirection_count', 5, $url), 'httpversion' => apply_filters('http_request_version', '1.0', $url), 'user-agent' => apply_filters('http_headers_useragent', 'WordPress/' . get_bloginfo('version') . '; ' . get_bloginfo('url'), $url), 'reject_unsafe_urls' => apply_filters('http_request_reject_unsafe_urls', false, $url), 'blocking' => true, 'headers' => array( ), 'cookies' => array( ), 'body' => null, 'compress' => false, 'decompress' => true, 'sslverify' => true, 'sslcertificates' => ABSPATH . WPINC . '/certificates/ca-bundle.crt', 'stream' => false, 'filename' => null, 'limit_response_size' => null, )
/src/wp-includes/class-wp-customize-widgets.php:18081$is_valid = (isset($sidebar_args['id']) && is_registered_sidebar($sidebar_args['id']) && (isset($this->current_dynamic_sidebar_id_stack[0]) && $this->current_dynamic_sidebar_id_stack[0] === $sidebar_args['id']) && preg_match('#^<(?P<tag_name>\w+)#', $sidebar_args['before_widget'], $matches))
/src/wp-includes/class-wp-customize-widgets.php:13011$settings = array('renderedSidebars' => array_fill_keys(array_keys($rendered_sidebars), true), 'renderedWidgets' => array_fill_keys(array_keys($rendered_widgets), true), 'registeredSidebars' => array_values($wp_registered_sidebars), 'registeredWidgets' => $wp_registered_widgets, 'l10n' => $l10n, 'selectiveRefreshableWidgets' => $this->get_selective_refreshable_widgets( ), )
/src/wp-includes/class-wp-customize-widgets.php:10991$available_widget = array_merge($available_widget, array('temp_id' => isset($args['_temp_id']) ? $args['_temp_id'] : null, 'is_multi' => $is_multi_widget, 'control_tpl' => $control_tpl, 'multi_number' => ('multi' === $args['_add']) ? $args['_multi_num'] : false, 'is_disabled' => $is_disabled, 'id_base' => $id_base, 'transport' => $this->is_widget_selective_refreshable($id_base) ? 'postMessage' : 'refresh', 'width' => $wp_registered_widget_controls[$widget['id']]['width'], 'height' => $wp_registered_widget_controls[$widget['id']]['height'], 'is_wide' => $this->is_wide_widget($widget['id']), ))
/src/wp-includes/class-wp-image-editor-imagick.php:8592return array('path' => $filename, 'file' => wp_basename(apply_filters('image_make_intermediate_size', $filename)), 'width' => $this->size['width'], 'height' => $this->size['height'], 'mime-type' => $mime_type, 'filesize' => wp_filesize($filename), )
/src/wp-includes/class-wp-post-type.php:9621self::$default_labels = array('name' => array(_x('Posts', 'post type general name'), _x('Pages', 'post type general name')), 'singular_name' => array(_x('Post', 'post type singular name'), _x('Page', 'post type singular name')), 'add_new' => array(__('Add New Post'), __('Add New Page')), 'add_new_item' => array(__('Add New Post'), __('Add New Page')), 'edit_item' => array(__('Edit Post'), __('Edit Page')), 'new_item' => array(__('New Post'), __('New Page')), 'view_item' => array(__('View Post'), __('View Page')), 'view_items' => array(__('View Posts'), __('View Pages')), 'search_items' => array(__('Search Posts'), __('Search Pages')), 'not_found' => array(__('No posts found.'), __('No pages found.')), 'not_found_in_trash' => array(__('No posts found in Trash.'), __('No pages found in Trash.')), 'parent_item_colon' => array(null, __('Parent Page:')), 'all_items' => array(__('All Posts'), __('All Pages')), 'archives' => array(__('Post Archives'), __('Page Archives')), 'attributes' => array(__('Post Attributes'), __('Page Attributes')), 'insert_into_item' => array(__('Insert into post'), __('Insert into page')), 'uploaded_to_this_item' => array(__('Uploaded to this post'), __('Uploaded to this page')), 'featured_image' => array(_x('Featured image', 'post'), _x('Featured image', 'page')), 'set_featured_image' => array(_x('Set featured image', 'post'), _x('Set featured image', 'page')), 'remove_featured_image' => array(_x('Remove featured image', 'post'), _x('Remove featured image', 'page')), 'use_featured_image' => array(_x('Use as featured image', 'post'), _x('Use as featured image', 'page')), 'filter_items_list' => array(__('Filter posts list'), __('Filter pages list')), 'filter_by_date' => array(__('Filter by date'), __('Filter by date')), 'items_list_navigation' => array(__('Posts list navigation'), __('Pages list navigation')), 'items_list' => array(__('Posts list'), __('Pages list')), 'item_published' => array(__('Post published.'), __('Page published.')), 'item_published_privately' => array(__('Post published privately.'), __('Page published privately.')), 'item_reverted_to_draft' => array(__('Post reverted to draft.'), __('Page reverted to draft.')), 'item_trashed' => array(__('Post trashed.'), __('Page trashed.')), 'item_scheduled' => array(__('Post scheduled.'), __('Page scheduled.')), 'item_updated' => array(__('Post updated.'), __('Page updated.')), 'item_link' => array(_x('Post Link', 'navigation link block title'), _x('Page Link', 'navigation link block title'), ), 'item_link_description' => array(_x('A link to a post.', 'navigation link block description'), _x('A link to a page.', 'navigation link block description'), ), )
/src/wp-includes/class-wp-taxonomy.php:6121self::$default_labels = array('name' => array(_x('Tags', 'taxonomy general name'), _x('Categories', 'taxonomy general name')), 'singular_name' => array(_x('Tag', 'taxonomy singular name'), _x('Category', 'taxonomy singular name')), 'search_items' => array(__('Search Tags'), __('Search Categories')), 'popular_items' => array(__('Popular Tags'), null), 'all_items' => array(__('All Tags'), __('All Categories')), 'parent_item' => array(null, __('Parent Category')), 'parent_item_colon' => array(null, __('Parent Category:')), 'name_field_description' => array($name_field_description, $name_field_description), 'slug_field_description' => array($slug_field_description, $slug_field_description), 'parent_field_description' => array(null, $parent_field_description), 'desc_field_description' => array($desc_field_description, $desc_field_description), 'edit_item' => array(__('Edit Tag'), __('Edit Category')), 'view_item' => array(__('View Tag'), __('View Category')), 'update_item' => array(__('Update Tag'), __('Update Category')), 'add_new_item' => array(__('Add New Tag'), __('Add New Category')), 'new_item_name' => array(__('New Tag Name'), __('New Category Name')), 'separate_items_with_commas' => array(__('Separate tags with commas'), null), 'add_or_remove_items' => array(__('Add or remove tags'), null), 'choose_from_most_used' => array(__('Choose from the most used tags'), null), 'not_found' => array(__('No tags found.'), __('No categories found.')), 'no_terms' => array(__('No tags'), __('No categories')), 'filter_by_item' => array(null, __('Filter by category')), 'items_list_navigation' => array(__('Tags list navigation'), __('Categories list navigation')), 'items_list' => array(__('Tags list'), __('Categories list')), 'most_used' => array(_x('Most Used', 'tags'), _x('Most Used', 'categories')), 'back_to_items' => array(__('&larr; Go to Tags'), __('&larr; Go to Categories')), 'item_link' => array(_x('Tag Link', 'navigation link block title'), _x('Category Link', 'navigation link block title'), ), 'item_link_description' => array(_x('A link to a tag.', 'navigation link block description'), _x('A link to a category.', 'navigation link block description'), ), )
/src/wp-includes/class-wp-taxonomy.php:3391$defaults = array('labels' => array( ), 'description' => '', 'public' => true, 'publicly_queryable' => null, 'hierarchical' => false, 'show_ui' => null, 'show_in_menu' => null, 'show_in_nav_menus' => null, 'show_tagcloud' => null, 'show_in_quick_edit' => null, 'show_admin_column' => false, 'meta_box_cb' => null, 'meta_box_sanitize_cb' => null, 'capabilities' => array( ), 'rewrite' => true, 'query_var' => $this->name, 'update_count_callback' => '', 'show_in_rest' => false, 'rest_base' => false, 'rest_namespace' => false, 'rest_controller_class' => false, 'default_term' => null, 'sort' => null, 'args' => null, '_builtin' => false, )
/src/wp-includes/media.php:44851$sizes['full'] = array('url' => $base_url . $meta['sizes']['full']['file'], 'height' => $meta['sizes']['full']['height'], 'width' => $meta['sizes']['full']['width'], 'orientation' => $meta['sizes']['full']['height'] > $meta['sizes']['full']['width'] ? 'portrait' : 'landscape', )
/src/wp-includes/media.php:47221$settings = array('tabs' => $tabs, 'tabUrl' => add_query_arg(array('chromeless' => true), admin_url('media-upload.php')), 'mimeTypes' => wp_list_pluck(get_post_mime_types( ), 0), 'captions' => !apply_filters('disable_captions', ''), 'nonce' => array('sendToEditor' => wp_create_nonce('media-send-to-editor'), 'setAttachmentThumbnail' => wp_create_nonce('set-attachment-thumbnail'), ), 'post' => array('id' => 0, ), 'defaultProps' => $props, 'attachmentCounts' => array('audio' => ($show_audio_playlist) ? 1 : 0, 'video' => ($show_video_playlist) ? 1 : 0, ), 'oEmbedProxyUrl' => rest_url('oembed/1.0/proxy'), 'embedExts' => $exts, 'embedMimes' => $ext_mimes, 'contentWidth' => $content_width, 'months' => $months, 'mediaTrash' => MEDIA_TRASH ? 1 : 0, 'infiniteScrolling' => ($infinite_scrolling) ? 1 : 0, )
/src/wp-includes/media.php:36131$html_atts = array('class' => $atts['class'], 'id' => sprintf('video-%d-%d', $post_id, $instance), 'width' => absint($atts['width']), 'height' => absint($atts['height']), 'poster' => esc_url($atts['poster']), 'loop' => wp_validate_boolean($atts['loop']), 'autoplay' => wp_validate_boolean($atts['autoplay']), 'muted' => wp_validate_boolean($atts['muted']), 'preload' => $atts['preload'], )
/src/wp-includes/media.php:43371$response = array('id' => $attachment->ID, 'title' => $attachment->post_title, 'filename' => wp_basename(get_attached_file($attachment->ID)), 'url' => $attachment_url, 'link' => get_attachment_link($attachment->ID), 'alt' => get_post_meta($attachment->ID, '_wp_attachment_image_alt', true), 'author' => $attachment->post_author, 'description' => $attachment->post_content, 'caption' => $attachment->post_excerpt, 'name' => $attachment->post_name, 'status' => $attachment->post_status, 'uploadedTo' => $attachment->post_parent, 'date' => strtotime($attachment->post_date_gmt) * 1000, 'modified' => strtotime($attachment->post_modified_gmt) * 1000, 'menuOrder' => $attachment->menu_order, 'mime' => $attachment->post_mime_type, 'type' => $type, 'subtype' => $subtype, 'icon' => wp_mime_type_icon($attachment->ID, '.svg'), 'dateFormatted' => mysql2date(__('F j, Y'), $attachment->post_date), 'nonces' => array('update' => false, 'delete' => false, 'edit' => false, ), 'editLink' => false, 'meta' => false, )
/src/wp-includes/class-wp-customize-widgets.php:5221$control = new WP_Widget_Form_Customize_Control($this->manager, $setting_id, array('label' => $registered_widget['name'], 'section' => $section_id, 'sidebar_id' => $sidebar_id, 'widget_id' => $widget_id, 'widget_id_base' => $id_base, 'priority' => $i, 'width' => $wp_registered_widget_controls[$widget_id]['width'], 'height' => $wp_registered_widget_controls[$widget_id]['height'], 'is_wide' => $this->is_wide_widget($widget_id), ))
/src/wp-includes/class-wp-customize-widgets.php:7961$settings = array('registeredSidebars' => array_values($wp_registered_sidebars), 'registeredWidgets' => $wp_registered_widgets, 'availableWidgets' => $available_widgets, 'l10n' => array('saveBtnLabel' => __('Apply'), 'saveBtnTooltip' => __('Save and preview changes before publishing them.'), 'removeBtnLabel' => __('Remove'), 'removeBtnTooltip' => __('Keep widget settings and move it to the inactive widgets'), 'error' => __('An error has occurred. Please reload the page and try again.'), 'widgetMovedUp' => __('Widget moved up'), 'widgetMovedDown' => __('Widget moved down'), 'navigatePreview' => __('You can navigate to other pages on your site while using the Customizer to view and edit the widgets displayed on those pages.'), 'someAreasShown' => $some_non_rendered_areas_messages, 'noAreasShown' => $no_areas_shown_message, 'reorderModeOn' => __('Reorder mode enabled'), 'reorderModeOff' => __('Reorder mode closed'), 'reorderLabelOn' => esc_attr__('Reorder widgets'), 'widgetsFound' => __('Number of widgets found: %d'), 'noWidgetsFound' => __('No widgets found.'), ), 'tpl' => array('widgetReorderNav' => $widget_reorder_nav_tpl, 'moveWidgetArea' => $move_widget_area_tpl, ), 'selectiveRefreshableWidgets' => $this->get_selective_refreshable_widgets( ), )
/src/wp-includes/media.php:47781$strings = array('mediaFrameDefaultTitle' => __('Media'), 'url' => __('URL'), 'addMedia' => __('Add media'), 'search' => __('Search'), 'select' => __('Select'), 'cancel' => __('Cancel'), 'update' => __('Update'), 'replace' => __('Replace'), 'remove' => __('Remove'), 'back' => __('Back'), 'selected' => __('%d selected'), 'dragInfo' => __('Drag and drop to reorder media files.'), 'uploadFilesTitle' => __('Upload files'), 'uploadImagesTitle' => __('Upload images'), 'mediaLibraryTitle' => __('Media Library'), 'insertMediaTitle' => __('Add media'), 'createNewGallery' => __('Create a new gallery'), 'createNewPlaylist' => __('Create a new playlist'), 'createNewVideoPlaylist' => __('Create a new video playlist'), 'returnToLibrary' => __('&#8592; Go to library'), 'allMediaItems' => __('All media items'), 'allDates' => __('All dates'), 'noItemsFound' => __('No items found.'), 'insertIntoPost' => $post_type_object->labels->insert_into_item, 'unattached' => _x('Unattached', 'media items'), 'mine' => _x('Mine', 'media items'), 'trash' => _x('Trash', 'noun'), 'uploadedToThisPost' => $post_type_object->labels->uploaded_to_this_item, 'warnDelete' => __("You are about to permanently delete this item from your site.\nThis action cannot be undone.\n 'Cancel' to stop, 'OK' to delete."), 'warnBulkDelete' => __("You are about to permanently delete these items from your site.\nThis action cannot be undone.\n 'Cancel' to stop, 'OK' to delete."), 'warnBulkTrash' => __("You are about to trash these items.\n 'Cancel' to stop, 'OK' to delete."), 'bulkSelect' => __('Bulk select'), 'trashSelected' => __('Move to Trash'), 'restoreSelected' => __('Restore from Trash'), 'deletePermanently' => __('Delete permanently'), 'errorDeleting' => __('Error in deleting the attachment.'), 'apply' => __('Apply'), 'filterByDate' => __('Filter by date'), 'filterByType' => __('Filter by type'), 'searchLabel' => __('Search media'), 'searchMediaLabel' => __('Search media'), 'searchMediaPlaceholder' => __('Search media items...'), 'mediaFound' => __('Number of media items found: %d'), 'noMedia' => __('No media items found.'), 'noMediaTryNewSearch' => __('No media items found. Try a different search.'), 'attachmentDetails' => __('Attachment details'), 'insertFromUrlTitle' => __('Insert from URL'), 'setFeaturedImageTitle' => $post_type_object->labels->featured_image, 'setFeaturedImage' => $post_type_object->labels->set_featured_image, 'createGalleryTitle' => __('Create gallery'), 'editGalleryTitle' => __('Edit gallery'), 'cancelGalleryTitle' => __('&#8592; Cancel gallery'), 'insertGallery' => __('Insert gallery'), 'updateGallery' => __('Update gallery'), 'addToGallery' => __('Add to gallery'), 'addToGalleryTitle' => __('Add to gallery'), 'reverseOrder' => __('Reverse order'), 'imageDetailsTitle' => __('Image details'), 'imageReplaceTitle' => __('Replace image'), 'imageDetailsCancel' => __('Cancel edit'), 'editImage' => __('Edit image'), 'chooseImage' => __('Choose image'), 'selectAndCrop' => __('Select and crop'), 'skipCropping' => __('Skip cropping'), 'cropImage' => __('Crop image'), 'cropYourImage' => __('Crop your image'), 'cropping' => __('Cropping&hellip;'), 'suggestedDimensions' => __('Suggested image dimensions: %1$s by %2$s pixels.'), 'cropError' => __('There has been an error cropping your image.'), 'audioDetailsTitle' => __('Audio details'), 'audioReplaceTitle' => __('Replace audio'), 'audioAddSourceTitle' => __('Add audio source'), 'audioDetailsCancel' => __('Cancel edit'), 'videoDetailsTitle' => __('Video details'), 'videoReplaceTitle' => __('Replace video'), 'videoAddSourceTitle' => __('Add video source'), 'videoDetailsCancel' => __('Cancel edit'), 'videoSelectPosterImageTitle' => __('Select poster image'), 'videoAddTrackTitle' => __('Add subtitles'), 'playlistDragInfo' => __('Drag and drop to reorder tracks.'), 'createPlaylistTitle' => __('Create audio playlist'), 'editPlaylistTitle' => __('Edit audio playlist'), 'cancelPlaylistTitle' => __('&#8592; Cancel audio playlist'), 'insertPlaylist' => __('Insert audio playlist'), 'updatePlaylist' => __('Update audio playlist'), 'addToPlaylist' => __('Add to audio playlist'), 'addToPlaylistTitle' => __('Add to Audio Playlist'), 'videoPlaylistDragInfo' => __('Drag and drop to reorder videos.'), 'createVideoPlaylistTitle' => __('Create video playlist'), 'editVideoPlaylistTitle' => __('Edit video playlist'), 'cancelVideoPlaylistTitle' => __('&#8592; Cancel video playlist'), 'insertVideoPlaylist' => __('Insert video playlist'), 'updateVideoPlaylist' => __('Update video playlist'), 'addToVideoPlaylist' => __('Add to video playlist'), 'addToVideoPlaylistTitle' => __('Add to video Playlist'), 'filterAttachments' => __('Filter media'), 'attachmentsList' => __('Media list'), )
/src/wp-includes/class-wp-http-streams.php:2281$include_port_in_host_header = (($proxy->is_enabled( ) && $proxy->send_through_proxy($url)) || ('http' === $parsed_url['scheme'] && 80 !== $parsed_url['port']) || ('https' === $parsed_url['scheme'] && 443 !== $parsed_url['port']))
/src/wp-includes/media.php:30251$data = array('type' => $atts['type'], 'tracklist' => wp_validate_boolean($atts['tracklist']), 'tracknumbers' => wp_validate_boolean($atts['tracknumbers']), 'images' => wp_validate_boolean($atts['images']), 'artists' => wp_validate_boolean($atts['artists']), )
/src/wp-includes/media.php:33421$html_atts = array('class' => $atts['class'], 'id' => sprintf('audio-%d-%d', $post_id, $instance), 'loop' => wp_validate_boolean($atts['loop']), 'autoplay' => wp_validate_boolean($atts['autoplay']), 'preload' => $atts['preload'], 'style' => $atts['style'], )
/src/wp-includes/media.php:29471$atts = shortcode_atts(array('type' => 'audio', 'order' => 'ASC', 'orderby' => 'menu_order ID', 'id' => $post ? $post->ID : 0, 'include' => '', 'exclude' => '', 'style' => 'light', 'tracklist' => true, 'tracknumbers' => true, 'images' => true, 'artists' => true, ), $attr, 'playlist')
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:30021$s7 = self::mul($a0, $b7, 22) + self::mul($a1, $b6, 22) + self::mul($a2, $b5, 22) + self::mul($a3, $b4, 22) + self::mul($a4, $b3, 22) + self::mul($a5, $b2, 22) + self::mul($a6, $b1, 22) + self::mul($a7, $b0, 22)
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:30071$s9 = self::mul($a0, $b9, 22) + self::mul($a1, $b8, 22) + self::mul($a2, $b7, 22) + self::mul($a3, $b6, 22) + self::mul($a4, $b5, 22) + self::mul($a5, $b4, 22) + self::mul($a6, $b3, 22) + self::mul($a7, $b2, 22) + self::mul($a8, $b1, 22) + self::mul($a9, $b0, 22)
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:30041$s8 = self::mul($a0, $b8, 22) + self::mul($a1, $b7, 22) + self::mul($a2, $b6, 22) + self::mul($a3, $b5, 22) + self::mul($a4, $b4, 22) + self::mul($a5, $b3, 22) + self::mul($a6, $b2, 22) + self::mul($a7, $b1, 22) + self::mul($a8, $b0, 22)
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:30131$s11 = self::mul($a0, $b11, 22) + self::mul($a1, $b10, 22) + self::mul($a2, $b9, 22) + self::mul($a3, $b8, 22) + self::mul($a4, $b7, 22) + self::mul($a5, $b6, 22) + self::mul($a6, $b5, 22) + self::mul($a7, $b4, 22) + self::mul($a8, $b3, 22) + self::mul($a9, $b2, 22) + self::mul($a10, $b1, 22) + self::mul($a11, $b0, 22)
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:30101$s10 = self::mul($a0, $b10, 22) + self::mul($a1, $b9, 22) + self::mul($a2, $b8, 22) + self::mul($a3, $b7, 22) + self::mul($a4, $b6, 22) + self::mul($a5, $b5, 22) + self::mul($a6, $b4, 22) + self::mul($a7, $b3, 22) + self::mul($a8, $b2, 22) + self::mul($a9, $b1, 22) + self::mul($a10, $b0, 22)
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:30191$s13 = self::mul($a2, $b11, 22) + self::mul($a3, $b10, 22) + self::mul($a4, $b9, 22) + self::mul($a5, $b8, 22) + self::mul($a6, $b7, 22) + self::mul($a7, $b6, 22) + self::mul($a8, $b5, 22) + self::mul($a9, $b4, 22) + self::mul($a10, $b3, 22) + self::mul($a11, $b2, 22)
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:30161$s12 = self::mul($a1, $b11, 22) + self::mul($a2, $b10, 22) + self::mul($a3, $b9, 22) + self::mul($a4, $b8, 22) + self::mul($a5, $b7, 22) + self::mul($a6, $b6, 22) + self::mul($a7, $b5, 22) + self::mul($a8, $b4, 22) + self::mul($a9, $b3, 22) + self::mul($a10, $b2, 22) + self::mul($a11, $b1, 22)
/src/wp-admin/options-permalink.php:2781$available_tags = array('year' => __('%s (The year of the post, four digits, for example 2004.)'), 'monthnum' => __('%s (Month of the year, for example 05.)'), 'day' => __('%s (Day of the month, for example 28.)'), 'hour' => __('%s (Hour of the day, for example 15.)'), 'minute' => __('%s (Minute of the hour, for example 43.)'), 'second' => __('%s (Second of the minute, for example 33.)'), 'post_id' => __('%s (The unique ID of the post, for example 423.)'), 'postname' => __('%s (The sanitized post title (slug).)'), 'category' => __('%s (Category slug. Nested sub-categories appear as nested directories in the URL.)'), 'author' => __('%s (A sanitized version of the author name.)'), )
/src/wp-admin/options-permalink.php:2431$default_structures = array(array('id' => 'plain', 'label' => __('Plain'), 'value' => '', 'example' => home_url('/?p=123'), ), array('id' => 'day-name', 'label' => __('Day and name'), 'value' => $index_php_prefix . '/%year%/%monthnum%/%day%/%postname%/', 'example' => $url_base . '/' . gmdate('Y/m/d') . '/' . _x('sample-post', 'sample permalink structure') . '/', ), array('id' => 'month-name', 'label' => __('Month and name'), 'value' => $index_php_prefix . '/%year%/%monthnum%/%postname%/', 'example' => $url_base . '/' . gmdate('Y/m') . '/' . _x('sample-post', 'sample permalink structure') . '/', ), array('id' => 'numeric', 'label' => __('Numeric'), 'value' => $index_php_prefix . '/' . _x('archives', 'sample permalink base') . '/%post_id%', 'example' => $url_base . '/' . _x('archives', 'sample permalink base') . '/123', ), array('id' => 'post-name', 'label' => __('Post name'), 'value' => $index_php_prefix . '/%postname%/', 'example' => $url_base . '/' . _x('sample-post', 'sample permalink structure') . '/', ), )
/src/wp-admin/site-editor.php:901$preload_paths = array(array('/wp/v2/media', 'OPTIONS'), '/wp/v2/types?context=view', '/wp/v2/types/wp_template?context=edit', '/wp/v2/types/wp_template-part?context=edit', '/wp/v2/templates?context=edit&per_page=-1', '/wp/v2/template-parts?context=edit&per_page=-1', '/wp/v2/themes?context=edit&status=active', '/wp/v2/global-styles/' . $active_global_styles_id . '?context=edit', '/wp/v2/global-styles/' . $active_global_styles_id, '/wp/v2/global-styles/themes/' . $active_theme, array($navigation_rest_route, 'OPTIONS'), array(add_query_arg(array('context' => 'edit', 'per_page' => 100, 'order' => 'desc', 'orderby' => 'date', 'status[0]' => 'publish', 'status[1]' => 'draft', ), $navigation_rest_route), 'GET', ), )
/src/wp-admin/site-editor.php:601$custom_settings = array('siteUrl' => site_url( ), 'postsPerPage' => get_option('posts_per_page'), 'styles' => get_block_editor_theme_styles( ), 'defaultTemplateTypes' => $indexed_template_types, 'defaultTemplatePartAreas' => get_allowed_block_template_part_areas( ), 'supportsLayout' => wp_theme_has_theme_json( ), 'supportsTemplatePartsMode' => !wp_is_block_theme( ) && current_theme_supports('block-template-parts'), )
/src/wp-admin/includes/class-pclzip.php:30431$v_binary_data = pack("VvvvvvVVVvv", 0x04034b50, $p_header['version_extracted'], $p_header['flag'], $p_header['compression'], $v_mtime, $v_mdate, $p_header['crc'], $p_header['compressed_size'], $p_header['size'], strlen($p_header['stored_filename']), $p_header['extra_len'])
/src/wp-admin/theme-install.php:1071$help_overview = '<p>' . sprintf(__('You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the <a href="%s">WordPress Theme Directory</a>. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses.'), __('https://wordpress.org/themes/')) . '</p>' . '<p>' . __('You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter.') . ' <span id="live-search-desc">' . __('The search results will be updated as you type.') . '</span></p>' . '<p>' . __('Alternately, you can browse the themes that are Popular or Latest. When you find a theme you like, you can preview it or install it.') . '</p>' . '<p>' . sprintf(__('You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme&#8217;s folder via FTP into your %s directory.'), '<code>/wp-content/themes</code>') . '</p>'
/src/wp-admin/includes/file.php:151$wp_file_descriptions = array('functions.php' => __('Theme Functions'), 'header.php' => __('Theme Header'), 'footer.php' => __('Theme Footer'), 'sidebar.php' => __('Sidebar'), 'comments.php' => __('Comments'), 'searchform.php' => __('Search Form'), '404.php' => __('404 Template'), 'link.php' => __('Links Template'), 'theme.json' => __('Theme Styles & Block Settings'), 'index.php' => __('Main Index Template'), 'archive.php' => __('Archives'), 'author.php' => __('Author Template'), 'taxonomy.php' => __('Taxonomy Template'), 'category.php' => __('Category Template'), 'tag.php' => __('Tag Template'), 'home.php' => __('Posts Page'), 'search.php' => __('Search Results'), 'date.php' => __('Date Template'), 'singular.php' => __('Singular Template'), 'single.php' => __('Single Post'), 'page.php' => __('Single Page'), 'front-page.php' => __('Homepage'), 'privacy-policy.php' => __('Privacy Policy Page'), 'attachment.php' => __('Attachment Template'), 'image.php' => __('Image Attachment Template'), 'video.php' => __('Video Attachment Template'), 'audio.php' => __('Audio Attachment Template'), 'application.php' => __('Application Attachment Template'), 'embed.php' => __('Embed Template'), 'embed-404.php' => __('Embed 404 Template'), 'embed-content.php' => __('Embed Content Template'), 'header-embed.php' => __('Embed Header Template'), 'footer-embed.php' => __('Embed Footer Template'), 'style.css' => __('Stylesheet'), 'editor-style.css' => __('Visual Editor Stylesheet'), 'editor-style-rtl.css' => __('Visual Editor RTL Stylesheet'), 'rtl.css' => __('RTL Stylesheet'), 'my-hacks.php' => __('my-hacks.php (legacy hacks support)'), '.htaccess' => __('.htaccess (for rewrite rules )'), 'wp-layout.css' => __('Stylesheet'), 'wp-comments.php' => __('Comments Template'), 'wp-comments-popup.php' => __('Popup Comments Template'), 'comments-popup.php' => __('Popup Comments'), )
/src/wp-admin/includes/class-pclzip.php:30901$v_binary_data = pack("VvvvvvvVVVvvvvvVV", 0x02014b50, $p_header['version'], $p_header['version_extracted'], $p_header['flag'], $p_header['compression'], $v_mtime, $v_mdate, $p_header['crc'], $p_header['compressed_size'], $p_header['size'], strlen($p_header['stored_filename']), $p_header['extra_len'], $p_header['comment_len'], $p_header['disk'], $p_header['internal'], $p_header['external'], $p_header['offset'])
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21271$s6 = $c6 + self::mul($a0, $b6, 24) + self::mul($a1, $b5, 24) + self::mul($a2, $b4, 24) + self::mul($a3, $b3, 24) + self::mul($a4, $b2, 24) + self::mul($a5, $b1, 24) + self::mul($a6, $b0, 24)
/src/wp-admin/edit.php:3481$bulk_counts = array('updated' => isset($_REQUEST['updated']) ? absint($_REQUEST['updated']) : 0, 'locked' => isset($_REQUEST['locked']) ? absint($_REQUEST['locked']) : 0, 'deleted' => isset($_REQUEST['deleted']) ? absint($_REQUEST['deleted']) : 0, 'trashed' => isset($_REQUEST['trashed']) ? absint($_REQUEST['trashed']) : 0, 'untrashed' => isset($_REQUEST['untrashed']) ? absint($_REQUEST['untrashed']) : 0, )
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21291$s7 = $c7 + self::mul($a0, $b7, 24) + self::mul($a1, $b6, 24) + self::mul($a2, $b5, 24) + self::mul($a3, $b4, 24) + self::mul($a4, $b3, 24) + self::mul($a5, $b2, 24) + self::mul($a6, $b1, 24) + self::mul($a7, $b0, 24)
/src/wp-admin/edit-tag-form.php:1751$dropdown_args = array('hide_empty' => 0, 'hide_if_empty' => false, 'taxonomy' => $taxonomy, 'name' => 'parent', 'orderby' => 'name', 'selected' => $tag->parent, 'exclude_tree' => $tag->term_id, 'hierarchical' => true, 'show_option_none' => __('None'), 'aria_describedby' => 'parent-description', )
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21311$s8 = $c8 + self::mul($a0, $b8, 24) + self::mul($a1, $b7, 24) + self::mul($a2, $b6, 24) + self::mul($a3, $b5, 24) + self::mul($a4, $b4, 24) + self::mul($a5, $b3, 24) + self::mul($a6, $b2, 24) + self::mul($a7, $b1, 24) + self::mul($a8, $b0, 24)
/src/wp-admin/edit.php:3701$bulk_messages['page'] = array('updated' => _n('%s page updated.', '%s pages updated.', $bulk_counts['updated']), 'locked' => (1 === $bulk_counts['locked']) ? __('1 page not updated, somebody is editing it.') : _n('%s page not updated, somebody is editing it.', '%s pages not updated, somebody is editing them.', $bulk_counts['locked']), 'deleted' => _n('%s page permanently deleted.', '%s pages permanently deleted.', $bulk_counts['deleted']), 'trashed' => _n('%s page moved to the Trash.', '%s pages moved to the Trash.', $bulk_counts['trashed']), 'untrashed' => _n('%s page restored from the Trash.', '%s pages restored from the Trash.', $bulk_counts['untrashed']), )
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21341$s9 = $c9 + self::mul($a0, $b9, 24) + self::mul($a1, $b8, 24) + self::mul($a2, $b7, 24) + self::mul($a3, $b6, 24) + self::mul($a4, $b5, 24) + self::mul($a5, $b4, 24) + self::mul($a6, $b3, 24) + self::mul($a7, $b2, 24) + self::mul($a8, $b1, 24) + self::mul($a9, $b0, 24)
/src/wp-admin/edit.php:3571$bulk_messages['post'] = array('updated' => _n('%s post updated.', '%s posts updated.', $bulk_counts['updated']), 'locked' => (1 === $bulk_counts['locked']) ? __('1 post not updated, somebody is editing it.') : _n('%s post not updated, somebody is editing it.', '%s posts not updated, somebody is editing them.', $bulk_counts['locked']), 'deleted' => _n('%s post permanently deleted.', '%s posts permanently deleted.', $bulk_counts['deleted']), 'trashed' => _n('%s post moved to the Trash.', '%s posts moved to the Trash.', $bulk_counts['trashed']), 'untrashed' => _n('%s post restored from the Trash.', '%s posts restored from the Trash.', $bulk_counts['untrashed']), )
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21371$s10 = $c10 + self::mul($a0, $b10, 24) + self::mul($a1, $b9, 24) + self::mul($a2, $b8, 24) + self::mul($a3, $b7, 24) + self::mul($a4, $b6, 24) + self::mul($a5, $b5, 24) + self::mul($a6, $b4, 24) + self::mul($a7, $b3, 24) + self::mul($a8, $b2, 24) + self::mul($a9, $b1, 24) + self::mul($a10, $b0, 24)
/src/wp-admin/includes/file.php:8881$upload_error_strings = array(false, sprintf(__('The uploaded file exceeds the %1$s directive in %2$s.'), 'upload_max_filesize', 'php.ini'), sprintf(__('The uploaded file exceeds the %s directive that was specified in the HTML form.'), 'MAX_FILE_SIZE'), __('The uploaded file was only partially uploaded.'), __('No file was uploaded.'), '', __('Missing a temporary folder.'), __('Failed to write file to disk.'), __('File upload stopped by extension.'), )
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21401$s11 = $c11 + self::mul($a0, $b11, 24) + self::mul($a1, $b10, 24) + self::mul($a2, $b9, 24) + self::mul($a3, $b8, 24) + self::mul($a4, $b7, 24) + self::mul($a5, $b6, 24) + self::mul($a6, $b5, 24) + self::mul($a7, $b4, 24) + self::mul($a8, $b3, 24) + self::mul($a9, $b2, 24) + self::mul($a10, $b1, 24) + self::mul($a11, $b0, 24)
/src/wp-admin/edit.php:3831$bulk_messages['wp_block'] = array('updated' => _n('%s pattern updated.', '%s patterns updated.', $bulk_counts['updated']), 'locked' => (1 === $bulk_counts['locked']) ? __('1 pattern not updated, somebody is editing it.') : _n('%s pattern not updated, somebody is editing it.', '%s patterns not updated, somebody is editing them.', $bulk_counts['locked']), 'deleted' => _n('%s pattern permanently deleted.', '%s patterns permanently deleted.', $bulk_counts['deleted']), 'trashed' => _n('%s pattern moved to the Trash.', '%s patterns moved to the Trash.', $bulk_counts['trashed']), 'untrashed' => _n('%s pattern restored from the Trash.', '%s patterns restored from the Trash.', $bulk_counts['untrashed']), )
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21431$s12 = self::mul($a1, $b11, 24) + self::mul($a2, $b10, 24) + self::mul($a3, $b9, 24) + self::mul($a4, $b8, 24) + self::mul($a5, $b7, 24) + self::mul($a6, $b6, 24) + self::mul($a7, $b5, 24) + self::mul($a8, $b4, 24) + self::mul($a9, $b3, 24) + self::mul($a10, $b2, 24) + self::mul($a11, $b1, 24)
/src/wp-admin/includes/file.php:14151return new WP_Error('signature_verification_unsupported', sprintf(__('The authenticity of %s could not be verified as signature verification is unavailable on this system.'), '<span class="code">' . esc_html($filename_for_errors) . '</span>'), array('php' => PHP_VERSION, 'sodium' => defined('SODIUM_LIBRARY_VERSION') ? SODIUM_LIBRARY_VERSION : (defined('ParagonIE_Sodium_Compat::VERSION_STRING') ? ParagonIE_Sodium_Compat::VERSION_STRING : false), ))
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21461$s13 = self::mul($a2, $b11, 24) + self::mul($a3, $b10, 24) + self::mul($a4, $b9, 24) + self::mul($a5, $b8, 24) + self::mul($a6, $b7, 24) + self::mul($a7, $b6, 24) + self::mul($a8, $b5, 24) + self::mul($a9, $b4, 24) + self::mul($a10, $b3, 24) + self::mul($a11, $b2, 24)
/src/wp-admin/network.php:611$network_help = '<p>' . __('This screen allows you to configure a network as having subdomains (<code>site1.example.com</code>) or subdirectories (<code>example.com/site1</code>). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.') . '</p>' . '<p>' . __('Choose subdomains or subdirectories; this can only be switched afterwards by reconfiguring your installation. Fill out the network details, and click Install. If this does not work, you may have to add a wildcard DNS record (for subdomains) or change to another setting in Permalinks (for subdirectories).') . '</p>' . '<p>' . __('The next screen for Network Setup will give you individually-generated lines of code to add to your wp-config.php and .htaccess files. Make sure the settings of your FTP client make files starting with a dot visible, so that you can find .htaccess; you may have to create this file if it really is not there. Make backup copies of those two files.') . '</p>' . '<p>' . __('Add the designated lines of code to wp-config.php (just before <code>/*...stop editing...*/</code>) and <code>.htaccess</code> (replacing the existing WordPress rules).') . '</p>' . '<p>' . __('Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Toolbar.') . '</p>' . '<p>' . __('The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with &#8220;/blog/&#8221; from the main site. This disabling will be addressed in a future version.') . '</p>' . '<p><strong>' . __('For more information:') . '</strong></p>' . '<p>' . __('<a href="https://developer.wordpress.org/advanced-administration/multisite/create-network/">Documentation on Creating a Network</a>') . '</p>' . '<p>' . __('<a href="https://wordpress.org/documentation/article/tools-network-screen/">Documentation on the Network Screen</a>') . '</p>'
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21491$s14 = self::mul($a3, $b11, 24) + self::mul($a4, $b10, 24) + self::mul($a5, $b9, 24) + self::mul($a6, $b8, 24) + self::mul($a7, $b7, 24) + self::mul($a8, $b6, 24) + self::mul($a9, $b5, 24) + self::mul($a10, $b4, 24) + self::mul($a11, $b3, 24)
/src/wp-admin/includes/file.php:15181return new WP_Error('signature_verification_failed', sprintf(__('The authenticity of %s could not be verified.'), '<span class="code">' . esc_html($filename_for_errors) . '</span>'), array('filename' => $filename_for_errors, 'keys' => $trusted_keys, 'signatures' => $signatures, 'hash' => bin2hex($file_hash), 'skipped_key' => $skipped_key, 'skipped_sig' => $skipped_signature, 'php' => PHP_VERSION, 'sodium' => defined('SODIUM_LIBRARY_VERSION') ? SODIUM_LIBRARY_VERSION : (defined('ParagonIE_Sodium_Compat::VERSION_STRING') ? ParagonIE_Sodium_Compat::VERSION_STRING : false), ))
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21521$s15 = self::mul($a4, $b11, 24) + self::mul($a5, $b10, 24) + self::mul($a6, $b9, 24) + self::mul($a7, $b8, 24) + self::mul($a8, $b7, 24) + self::mul($a9, $b6, 24) + self::mul($a10, $b5, 24) + self::mul($a11, $b4, 24)
/src/wp-admin/includes/file.php:14521return new WP_Error('signature_verification_unsupported', sprintf(__('The authenticity of %s could not be verified as signature verification is unavailable on this system.'), '<span class="code">' . esc_html($filename_for_errors) . '</span>'), array('php' => PHP_VERSION, 'sodium' => defined('SODIUM_LIBRARY_VERSION') ? SODIUM_LIBRARY_VERSION : (defined('ParagonIE_Sodium_Compat::VERSION_STRING') ? ParagonIE_Sodium_Compat::VERSION_STRING : false), 'polyfill_is_fast' => false, 'max_execution_time' => ini_get('max_execution_time'), ))
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21541$s16 = self::mul($a5, $b11, 24) + self::mul($a6, $b10, 24) + self::mul($a7, $b9, 24) + self::mul($a8, $b8, 24) + self::mul($a9, $b7, 24) + self::mul($a10, $b6, 24) + self::mul($a11, $b5, 24)
/src/wp-admin/edit-form-advanced.php:1801$messages['post'] = array(0 => '', 1 => __('Post updated.') . $view_post_link_html, 2 => __('Custom field updated.'), 3 => __('Custom field deleted.'), 4 => __('Post updated.'), 5 => isset($_GET['revision']) ? sprintf(__('Post restored to revision from %s.'), wp_post_revision_title((int) $_GET['revision'], false)) : false, 6 => __('Post published.') . $view_post_link_html, 7 => __('Post saved.'), 8 => __('Post submitted.') . $preview_post_link_html, 9 => sprintf(__('Post scheduled for: %s.'), '<strong>' . $scheduled_date . '</strong>') . $scheduled_post_link_html, 10 => __('Post draft updated.') . $preview_post_link_html, )
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21581$s18 = self::mul($a7, $b11, 24) + self::mul($a8, $b10, 24) + self::mul($a9, $b9, 24) + self::mul($a10, $b8, 24) + self::mul($a11, $b7, 24)
/src/wp-admin/edit-form-advanced.php:1951$messages['page'] = array(0 => '', 1 => __('Page updated.') . $view_page_link_html, 2 => __('Custom field updated.'), 3 => __('Custom field deleted.'), 4 => __('Page updated.'), 5 => isset($_GET['revision']) ? sprintf(__('Page restored to revision from %s.'), wp_post_revision_title((int) $_GET['revision'], false)) : false, 6 => __('Page published.') . $view_page_link_html, 7 => __('Page saved.'), 8 => __('Page submitted.') . $preview_page_link_html, 9 => sprintf(__('Page scheduled for: %s.'), '<strong>' . $scheduled_date . '</strong>') . $scheduled_page_link_html, 10 => __('Page draft updated.') . $preview_page_link_html, )
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21561$s17 = self::mul($a6, $b11, 24) + self::mul($a7, $b10, 24) + self::mul($a8, $b9, 24) + self::mul($a9, $b8, 24) + self::mul($a10, $b7, 24) + self::mul($a11, $b6, 24)
/src/wp-admin/themes.php:1321$help_overview = '<p>' . __('This screen is used for managing your installed themes. Aside from the default theme(s) included with your WordPress installation, themes are designed and developed by third parties.') . '</p>' . '<p>' . __('From this screen you can:') . '</p>' . '<ul><li>' . __('Hover or tap to see Activate and Live Preview buttons') . '</li>' . '<li>' . __('Click on the theme to see the theme name, version, author, description, tags, and the Delete link') . '</li>' . '<li>' . __('Click Customize for the active theme or Live Preview for any other theme to see a live preview') . '</li></ul>' . '<p>' . __('The active theme is displayed highlighted as the first theme.') . '</p>' . '<p>' . __('The search for installed themes will search for terms in their name, description, author, or tag.') . ' <span id="live-search-desc">' . __('The search results will be updated as you type.') . '</span></p>'
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:24841$arr = array((int) (0xff & ($s0 >> 0)), (int) (0xff & ($s0 >> 8)), (int) (0xff & (($s0 >> 16) | $s1 << 5)), (int) (0xff & ($s1 >> 3)), (int) (0xff & ($s1 >> 11)), (int) (0xff & (($s1 >> 19) | $s2 << 2)), (int) (0xff & ($s2 >> 6)), (int) (0xff & (($s2 >> 14) | $s3 << 7)), (int) (0xff & ($s3 >> 1)), (int) (0xff & ($s3 >> 9)), (int) (0xff & (($s3 >> 17) | $s4 << 4)), (int) (0xff & ($s4 >> 4)), (int) (0xff & ($s4 >> 12)), (int) (0xff & (($s4 >> 20) | $s5 << 1)), (int) (0xff & ($s5 >> 7)), (int) (0xff & (($s5 >> 15) | $s6 << 6)), (int) (0xff & ($s6 >> 2)), (int) (0xff & ($s6 >> 10)), (int) (0xff & (($s6 >> 18) | $s7 << 3)), (int) (0xff & ($s7 >> 5)), (int) (0xff & ($s7 >> 13)), (int) (0xff & ($s8 >> 0)), (int) (0xff & ($s8 >> 8)), (int) (0xff & (($s8 >> 16) | $s9 << 5)), (int) (0xff & ($s9 >> 3)), (int) (0xff & ($s9 >> 11)), (int) (0xff & (($s9 >> 19) | $s10 << 2)), (int) (0xff & ($s10 >> 6)), (int) (0xff & (($s10 >> 14) | $s11 << 7)), (int) (0xff & ($s11 >> 1)), (int) (0xff & ($s11 >> 9)), 0xff & ($s11 >> 17))
/src/wp-admin/nav-menus.php:5701$nav_menus_l10n = array('oneThemeLocationNoMenus' => $one_theme_location_no_menus, 'moveUp' => __('Move up one'), 'moveDown' => __('Move down one'), 'moveToTop' => __('Move to the top'), 'moveUnder' => __('Move under %s'), 'moveOutFrom' => __('Move out from under %s'), 'under' => __('Under %s'), 'outFrom' => __('Out from under %s'), 'menuFocus' => __('%1$s. Menu item %2$d of %3$d.'), 'subMenuFocus' => __('%1$s. Sub item number %2$d under %3$s.'), 'menuItemDeletion' => __('item %s'), 'itemsDeleted' => __('Deleted menu item: %s.'), 'itemAdded' => __('Menu item added'), 'itemRemoved' => __('Menu item removed'), 'movedUp' => __('Menu item moved up'), 'movedDown' => __('Menu item moved down'), 'movedTop' => __('Menu item moved to the top'), 'movedLeft' => __('Menu item moved out of submenu'), 'movedRight' => __('Menu item is now a sub-item'), )
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21601$s19 = self::mul($a8, $b11, 24) + self::mul($a9, $b10, 24) + self::mul($a10, $b9, 24) + self::mul($a11, $b8, 24)
/src/wp-admin/includes/dashboard.php:9861$query_args = array('post_type' => 'post', 'post_status' => $args['status'], 'orderby' => 'date', 'order' => $args['order'], 'posts_per_page' => (int) $args['max'], 'no_found_rows' => true, 'cache_results' => true, 'perm' => ('future' === $args['status']) ? 'editable' : 'readable', )
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:29951$s3 = self::mul($a0, $b3, 22) + self::mul($a1, $b2, 22) + self::mul($a2, $b1, 22) + self::mul($a3, $b0, 22)
/src/wp-admin/includes/dashboard.php:15321$feeds = array('news' => array('link' => apply_filters('dashboard_primary_link', __('https://wordpress.org/news/')), 'url' => apply_filters('dashboard_primary_feed', __('https://wordpress.org/news/feed/')), 'title' => apply_filters('dashboard_primary_title', __('WordPress Blog')), 'items' => 2, 'show_summary' => 0, 'show_author' => 0, 'show_date' => 0, ), 'planet' => array('link' => apply_filters('dashboard_secondary_link', __('https://planet.wordpress.org/')), 'url' => apply_filters('dashboard_secondary_feed', __('https://planet.wordpress.org/feed/')), 'title' => apply_filters('dashboard_secondary_title', __('Other WordPress News')), 'items' => apply_filters('dashboard_secondary_items', 3), 'show_summary' => 0, 'show_author' => 0, 'show_date' => 0, ), )
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:28021$arr = array((int) ($s0 >> 0), (int) ($s0 >> 8), (int) (($s0 >> 16) | $s1 << 5), (int) ($s1 >> 3), (int) ($s1 >> 11), (int) (($s1 >> 19) | $s2 << 2), (int) ($s2 >> 6), (int) (($s2 >> 14) | $s3 << 7), (int) ($s3 >> 1), (int) ($s3 >> 9), (int) (($s3 >> 17) | $s4 << 4), (int) ($s4 >> 4), (int) ($s4 >> 12), (int) (($s4 >> 20) | $s5 << 1), (int) ($s5 >> 7), (int) (($s5 >> 15) | $s6 << 6), (int) ($s6 >> 2), (int) ($s6 >> 10), (int) (($s6 >> 18) | $s7 << 3), (int) ($s7 >> 5), (int) ($s7 >> 13), (int) ($s8 >> 0), (int) ($s8 >> 8), (int) (($s8 >> 16) | $s9 << 5), (int) ($s9 >> 3), (int) ($s9 >> 11), (int) (($s9 >> 19) | $s10 << 2), (int) ($s10 >> 6), (int) (($s10 >> 14) | $s11 << 7), (int) ($s11 >> 1), (int) ($s11 >> 9), (int) $s11 >> 17)
/src/wp-admin/includes/import.php:1871return array('blogger' => array('name' => __('Blogger'), 'description' => __('Import posts, comments, and users from a Blogger blog.'), 'plugin-slug' => 'blogger-importer', 'importer-id' => 'blogger', ), 'wpcat2tag' => array('name' => __('Categories and Tags Converter'), 'description' => __('Convert existing categories to tags or tags to categories, selectively.'), 'plugin-slug' => 'wpcat2tag-importer', 'importer-id' => 'wp-cat2tag', ), 'livejournal' => array('name' => __('LiveJournal'), 'description' => __('Import posts from LiveJournal using their API.'), 'plugin-slug' => 'livejournal-importer', 'importer-id' => 'livejournal', ), 'movabletype' => array('name' => __('Movable Type and TypePad'), 'description' => __('Import posts and comments from a Movable Type or TypePad blog.'), 'plugin-slug' => 'movabletype-importer', 'importer-id' => 'mt', ), 'rss' => array('name' => __('RSS'), 'description' => __('Import posts from an RSS feed.'), 'plugin-slug' => 'rss-importer', 'importer-id' => 'rss', ), 'tumblr' => array('name' => __('Tumblr'), 'description' => __('Import posts &amp; media from Tumblr using their API.'), 'plugin-slug' => 'tumblr-importer', 'importer-id' => 'tumblr', ), 'wordpress' => array('name' => 'WordPress', 'description' => __('Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.'), 'plugin-slug' => 'wordpress-importer', 'importer-id' => 'wordpress', ), )
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:29981$s5 = self::mul($a0, $b5, 22) + self::mul($a1, $b4, 22) + self::mul($a2, $b3, 22) + self::mul($a3, $b2, 22) + self::mul($a4, $b1, 22) + self::mul($a5, $b0, 22)
/src/wp-admin/update-core.php:5711$details = sprintf('<a href="%1$s" class="thickbox open-plugin-details-modal" aria-label="%2$s">%3$s</a>', esc_url($details_url), esc_attr(sprintf(__('View %1$s version %2$s details'), $plugin_data->Name, $plugin_data->update->new_version)), sprintf(__('View version %s details.'), $plugin_data->update->new_version))
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:29961$s4 = self::mul($a0, $b4, 22) + self::mul($a1, $b3, 22) + self::mul($a2, $b2, 22) + self::mul($a3, $b1, 22) + self::mul($a4, $b0, 22)
/src/wp-admin/includes/class-language-pack-upgrader.php:2431$options = array('package' => $language_update->package, 'destination' => $destination, 'clear_destination' => true, 'abort_if_destination_exists' => false, 'clear_working' => true, 'is_multi' => true, 'hook_extra' => array('language_update_type' => $language_update->type, 'language_update' => $language_update, ), )
/src/wp-admin/includes/class-language-pack-upgrader.php:4171$files = array($remote_destination . $language_update->language . '.po', $remote_destination . $language_update->language . '.mo', $remote_destination . $language_update->language . '.l10n.php', $remote_destination . 'admin-' . $language_update->language . '.po', $remote_destination . 'admin-' . $language_update->language . '.mo', $remote_destination . 'admin-' . $language_update->language . '.l10n.php', $remote_destination . 'admin-network-' . $language_update->language . '.po', $remote_destination . 'admin-network-' . $language_update->language . '.mo', $remote_destination . 'admin-network-' . $language_update->language . '.l10n.php', $remote_destination . 'continents-cities-' . $language_update->language . '.po', $remote_destination . 'continents-cities-' . $language_update->language . '.mo', $remote_destination . 'continents-cities-' . $language_update->language . '.l10n.php', )
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:30001$s6 = self::mul($a0, $b6, 22) + self::mul($a1, $b5, 22) + self::mul($a2, $b4, 22) + self::mul($a3, $b3, 22) + self::mul($a4, $b2, 22) + self::mul($a5, $b1, 22) + self::mul($a6, $b0, 22)
/src/wp-admin/includes/class-language-pack-upgrader.php:4391$files = array($remote_destination . $language_update->slug . '-' . $language_update->language . '.po', $remote_destination . $language_update->slug . '-' . $language_update->language . '.mo', $remote_destination . $language_update->slug . '-' . $language_update->language . '.l10n.php', )
/src/wp-admin/includes/class-pclzip.php:3021$v_result = $this->privParseOptions($v_arg_list, $v_size, $v_options, array(PCLZIP_OPT_REMOVE_PATH => 'optional', PCLZIP_OPT_REMOVE_ALL_PATH => 'optional', PCLZIP_OPT_ADD_PATH => 'optional', PCLZIP_CB_PRE_ADD => 'optional', PCLZIP_CB_POST_ADD => 'optional', PCLZIP_OPT_NO_COMPRESSION => 'optional', PCLZIP_OPT_COMMENT => 'optional', PCLZIP_OPT_TEMP_FILE_THRESHOLD => 'optional', PCLZIP_OPT_TEMP_FILE_ON => 'optional', PCLZIP_OPT_TEMP_FILE_OFF => 'optional'))
/src/wp-admin/includes/class-pclzip.php:4851$v_result = $this->privParseOptions($v_arg_list, $v_size, $v_options, array(PCLZIP_OPT_REMOVE_PATH => 'optional', PCLZIP_OPT_REMOVE_ALL_PATH => 'optional', PCLZIP_OPT_ADD_PATH => 'optional', PCLZIP_CB_PRE_ADD => 'optional', PCLZIP_CB_POST_ADD => 'optional', PCLZIP_OPT_NO_COMPRESSION => 'optional', PCLZIP_OPT_COMMENT => 'optional', PCLZIP_OPT_ADD_COMMENT => 'optional', PCLZIP_OPT_PREPEND_COMMENT => 'optional', PCLZIP_OPT_TEMP_FILE_THRESHOLD => 'optional', PCLZIP_OPT_TEMP_FILE_ON => 'optional', PCLZIP_OPT_TEMP_FILE_OFF => 'optional'))
/src/wp-admin/includes/class-pclzip.php:7381$v_result = $this->privParseOptions($v_arg_list, $v_size, $v_options, array(PCLZIP_OPT_PATH => 'optional', PCLZIP_OPT_REMOVE_PATH => 'optional', PCLZIP_OPT_REMOVE_ALL_PATH => 'optional', PCLZIP_OPT_ADD_PATH => 'optional', PCLZIP_CB_PRE_EXTRACT => 'optional', PCLZIP_CB_POST_EXTRACT => 'optional', PCLZIP_OPT_SET_CHMOD => 'optional', PCLZIP_OPT_BY_NAME => 'optional', PCLZIP_OPT_BY_EREG => 'optional', PCLZIP_OPT_BY_PREG => 'optional', PCLZIP_OPT_BY_INDEX => 'optional', PCLZIP_OPT_EXTRACT_AS_STRING => 'optional', PCLZIP_OPT_EXTRACT_IN_OUTPUT => 'optional', PCLZIP_OPT_REPLACE_NEWER => 'optional', PCLZIP_OPT_STOP_ON_ERROR => 'optional', PCLZIP_OPT_EXTRACT_DIR_RESTRICTION => 'optional', PCLZIP_OPT_TEMP_FILE_THRESHOLD => 'optional', PCLZIP_OPT_TEMP_FILE_ON => 'optional', PCLZIP_OPT_TEMP_FILE_OFF => 'optional'))
/src/wp-admin/includes/class-pclzip.php:8991$v_result = $this->privParseOptions($v_arg_list, $v_size, $v_options, array(PCLZIP_OPT_PATH => 'optional', PCLZIP_OPT_REMOVE_PATH => 'optional', PCLZIP_OPT_REMOVE_ALL_PATH => 'optional', PCLZIP_OPT_EXTRACT_AS_STRING => 'optional', PCLZIP_OPT_ADD_PATH => 'optional', PCLZIP_CB_PRE_EXTRACT => 'optional', PCLZIP_CB_POST_EXTRACT => 'optional', PCLZIP_OPT_SET_CHMOD => 'optional', PCLZIP_OPT_REPLACE_NEWER => 'optional', PCLZIP_OPT_STOP_ON_ERROR => 'optional', PCLZIP_OPT_EXTRACT_DIR_RESTRICTION => 'optional', PCLZIP_OPT_TEMP_FILE_THRESHOLD => 'optional', PCLZIP_OPT_TEMP_FILE_ON => 'optional', PCLZIP_OPT_TEMP_FILE_OFF => 'optional'))
/src/wp-admin/options-discussion.php:3161$avatar_defaults = array('mystery' => __('Mystery Person'), 'blank' => __('Blank'), 'gravatar_default' => __('Gravatar Logo'), 'identicon' => __('Identicon (Generated)'), 'wavatar' => __('Wavatar (Generated)'), 'monsterid' => __('MonsterID (Generated)'), 'retro' => __('Retro (Generated)'), 'robohash' => __('RoboHash (Generated)'), )
/src/wp-admin/includes/revision.php:3441return array('postId' => $post->ID, 'nonce' => wp_create_nonce('revisions-ajax-nonce'), 'revisionData' => array_values($revisions), 'to' => $selected_revision_id, 'from' => $from, 'diffData' => $diffs, 'baseUrl' => parse_url(admin_url('revision.php'), PHP_URL_PATH), 'compareTwoMode' => absint($compare_two_mode), 'revisionIds' => array_keys($revisions), )
/src/wp-admin/includes/class-plugin-upgrader.php:3801$result = $this->run(array('package' => $r->package, 'destination' => WP_PLUGIN_DIR, 'clear_destination' => true, 'clear_working' => true, 'is_multi' => true, 'hook_extra' => array('plugin' => $plugin, 'temp_backup' => array('slug' => dirname($plugin), 'src' => WP_PLUGIN_DIR, 'dir' => 'plugins', ), ), ))
/src/wp-admin/includes/revision.php:2471$revisions_data = array('id' => $revision->ID, 'title' => get_the_title($post->ID), 'author' => $authors[$revision->post_author], 'date' => date_i18n(__('M j, Y @ H:i'), $modified), 'dateShort' => date_i18n(_x('j M @ H:i', 'revision date short format'), $modified), 'timeAgo' => sprintf(__('%s ago'), human_time_diff($modified_gmt, $now_gmt)), 'autosave' => $autosave, 'current' => $current, 'restoreUrl' => $can_restore ? $restore_link : false, )
/src/wp-admin/includes/revision.php:2901$revisions[$post->ID] = array('id' => $post->ID, 'title' => get_the_title($post->ID), 'author' => $authors[$revision->post_author], 'date' => date_i18n(__('M j, Y @ H:i'), strtotime($post->post_modified)), 'dateShort' => date_i18n(_x('j M @ H:i', 'revision date short format'), strtotime($post->post_modified)), 'timeAgo' => sprintf(__('%s ago'), human_time_diff(strtotime($post->post_modified_gmt), $now_gmt)), 'autosave' => false, 'current' => true, 'restoreUrl' => false, )
/src/wp-admin/includes/class-wp-site-health.php:8801$result = array('label' => __('Required and recommended modules are installed'), 'status' => 'good', 'badge' => array('label' => __('Performance'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p><p>%s</p>', __('PHP modules perform most of the tasks on the server that make your site run. Any changes to these must be made by your server administrator.'), sprintf(__('The WordPress Hosting Team maintains a list of those modules, both recommended and required, in <a href="%1$s" %2$s>the team handbook%3$s</a>.'), esc_url(__('https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions')), 'target="_blank" rel="noopener"', sprintf('<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span>', __('(opens in a new tab)')))), 'actions' => '', 'test' => 'php_extensions', )
/src/wp-admin/includes/ms.php:11471return array('id' => 'overview', 'title' => __('Overview'), 'content' => '<p>' . __('The menu is for editing information specific to individual sites, particularly if the admin area of a site is unavailable.') . '</p>' . '<p>' . __('<strong>Info</strong> &mdash; The site URL is rarely edited as this can cause the site to not work properly. The Registered date and Last Updated date are displayed. Network admins can mark a site as archived, spam, deleted and mature, to remove from public listings or disable.') . '</p>' . '<p>' . __('<strong>Users</strong> &mdash; This displays the users associated with this site. You can also change their role, reset their password, or remove them from the site. Removing the user from the site does not remove the user from the network.') . '</p>' . '<p>' . sprintf(__('<strong>Themes</strong> &mdash; This area shows themes that are not already enabled across the network. Enabling a theme in this menu makes it accessible to this site. It does not activate the theme, but allows it to show in the site&#8217;s Appearance menu. To enable a theme for the entire network, see the <a href="%s">Network Themes</a> screen.'), network_admin_url('themes.php')) . '</p>' . '<p>' . __('<strong>Settings</strong> &mdash; This page shows a list of all settings associated with this site. Some are created by WordPress and others are created by plugins you activate. Note that some fields are grayed out and say Serialized Data. You cannot modify these values due to the way the setting is stored in the database.') . '</p>', )
/src/wp-admin/includes/class-wp-site-health.php:7291$result = array('label' => sprintf(__('Your site is running the current version of PHP (%s)'), PHP_VERSION), 'status' => 'good', 'badge' => array('label' => __('Performance'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', sprintf(__('PHP is one of the programming languages used to build WordPress. Newer versions of PHP receive regular security updates and may increase your site&#8217;s performance. The minimum recommended version of PHP is %s.'), $response ? $response['recommended_version'] : '')), 'actions' => sprintf('<p><a href="%s" target="_blank" rel="noopener">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', esc_url(wp_get_update_php_url( )), __('Learn more about updating PHP'), __('(opens in a new tab)')), 'test' => 'php_version', )
/src/wp-admin/includes/ms.php:10641$links = apply_filters('network_edit_site_nav_links', array('site-info' => array('label' => __('Info'), 'url' => 'site-info.php', 'cap' => 'manage_sites', ), 'site-users' => array('label' => __('Users'), 'url' => 'site-users.php', 'cap' => 'manage_sites', ), 'site-themes' => array('label' => __('Themes'), 'url' => 'site-themes.php', 'cap' => 'manage_sites', ), 'site-settings' => array('label' => __('Settings'), 'url' => 'site-settings.php', 'cap' => 'manage_sites', ), ))
/src/wp-admin/includes/class-wp-site-health.php:4901$result = array('label' => __('Your themes are all up to date'), 'status' => 'good', 'badge' => array('label' => __('Security'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', __('Themes add your site&#8217;s look and feel. It&#8217;s important to keep them up to date, to stay consistent with your brand and keep your site secure.')), 'actions' => sprintf('<p><a href="%s">%s</a></p>', esc_url(admin_url('themes.php')), __('Manage your themes')), 'test' => 'theme_version', )
/src/wp-admin/includes/class-wp-site-health.php:6431$result['description'] .= sprintf('<p>%s %s</p>', sprintf(_n('Your site has %d inactive theme.', 'Your site has %d inactive themes.', $themes_inactive), $themes_inactive), sprintf(__('To enhance your site&#8217;s security, you should consider removing any themes you are not using. You should keep %1$s, the default WordPress theme, %2$s, your active theme, and %3$s, its parent theme.'), $default_theme ? $default_theme->name : WP_DEFAULT_THEME, $active_theme->name, $active_theme->parent( )->name))
/src/wp-admin/includes/class-wp-site-health.php:1511$health_check_js_variables['site_status']['async'][] = array('test' => $test['test'], 'has_rest' => (isset($test['has_rest']) ? $test['has_rest'] : false), 'completed' => false, 'headers' => isset($test['headers']) ? $test['headers'] : array( ), )
/src/wp-admin/includes/class-wp-site-health.php:3561$result = array('label' => __('Your plugins are all up to date'), 'status' => 'good', 'badge' => array('label' => __('Security'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', __('Plugins extend your site&#8217;s functionality with things like contact forms, ecommerce and much more. That means they have deep access to your site, so it&#8217;s vital to keep them up to date.')), 'actions' => sprintf('<p><a href="%s">%s</a></p>', esc_url(admin_url('plugins.php')), __('Manage your plugins')), 'test' => 'plugin_version', )
/src/wp-admin/includes/class-plugin-upgrader-skin.php:921$update_actions = array('activate_plugin' => sprintf('<a href="%s" target="_parent">%s</a>', wp_nonce_url('plugins.php?action=activate&amp;plugin=' . urlencode($this->plugin), 'activate-plugin_' . $this->plugin), __('Activate Plugin')), 'plugins_page' => sprintf('<a href="%s" target="_parent">%s</a>', self_admin_url('plugins.php'), __('Go to Plugins page')), )
/src/wp-admin/includes/class-wp-site-health.php:981$health_check_js_variables = array('screen' => $screen->id, 'nonce' => array('site_status' => wp_create_nonce('health-check-site-status'), 'site_status_result' => wp_create_nonce('health-check-site-status-result'), ), 'site_status' => array('direct' => array( ), 'async' => array( ), 'issues' => array('good' => 0, 'recommended' => 0, 'critical' => 0, ), ), )
/src/wp-admin/includes/class-wp-terms-list-table.php:2181return array('name' => array('name', false, _x('Name', 'term name'), $name_orderby_text, 'asc'), 'description' => array('description', false, __('Description'), __('Table ordered by Description.')), 'slug' => array('slug', false, __('Slug'), __('Table ordered by Slug.')), 'posts' => array('count', false, _x('Count', 'Number/count of items'), __('Table ordered by Posts Count.')), 'links' => array('count', false, __('Links'), __('Table ordered by Links.')), )
/src/wp-admin/includes/class-wp-terms-list-table.php:4801$actions['edit'] = sprintf('<a href="%s" aria-label="%s">%s</a>', esc_url(add_query_arg('wp_http_referer', urlencode(wp_unslash($uri)), get_edit_term_link($tag, $taxonomy, $this->screen->post_type))), esc_attr(sprintf(__('Edit &#8220;%s&#8221;'), $tag->name)), __('Edit'))
/src/wp-admin/includes/class-wp-privacy-requests-table.php:3651$args = array('post_type' => $this->post_type, 'post_name__in' => array($this->request_type), 'posts_per_page' => $posts_per_page, 'offset' => isset($_REQUEST['paged']) ? max(0, absint($_REQUEST['paged']) - 1) * $posts_per_page : 0, 'post_status' => 'any', 's' => isset($_REQUEST['s']) ? sanitize_text_field($_REQUEST['s']) : '', )
/src/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php:711$complete_request_markup .= sprintf('<a href="%s" class="complete-request" aria-label="%s">%s</a>', esc_url(wp_nonce_url(add_query_arg(array('action' => 'complete', 'request_id' => array($request_id), ), admin_url('export-personal-data.php')), 'bulk-privacy_requests')), esc_attr(sprintf(__('Mark export request for &#8220;%s&#8221; as completed.'), $item->email)), __('Complete request'))
/src/wp-admin/includes/theme.php:7671$prepared_themes[$slug] = array('id' => $slug, 'name' => $theme->display('Name'), 'screenshot' => array($theme->get_screenshot( )), 'description' => $theme->display('Description'), 'author' => $theme->display('Author', false, true), 'authorAndUri' => $theme->display('Author'), 'tags' => $theme->display('Tags'), 'version' => $theme->get('Version'), 'compatibleWP' => is_wp_version_compatible($theme->get('RequiresWP')), 'compatiblePHP' => is_php_version_compatible($theme->get('RequiresPHP')), 'updateResponse' => array('compatibleWP' => is_wp_version_compatible($update_requires_wp), 'compatiblePHP' => is_php_version_compatible($update_requires_php), ), 'parent' => $parent, 'active' => $slug === $current_theme, 'hasUpdate' => isset($updates[$slug]), 'hasPackage' => isset($updates[$slug]) && !empty($updates[$slug]['package']), 'update' => get_theme_update_available($theme), 'autoupdate' => array('enabled' => $auto_update || $auto_update_forced, 'supported' => $auto_update_supported, 'forced' => $auto_update_forced, ), 'actions' => array('activate' => current_user_can('switch_themes') ? wp_nonce_url(admin_url('themes.php?action=activate&amp;stylesheet=' . $encoded_slug), 'switch-theme_' . $slug) : null, 'customize' => $customize_action, 'delete' => (!is_multisite( ) && current_user_can('delete_themes')) ? wp_nonce_url(admin_url('themes.php?action=delete&amp;stylesheet=' . $encoded_slug), 'delete-theme_' . $slug) : null, 'autoupdate' => wp_is_auto_update_enabled_for_type('theme') && !is_multisite( ) && current_user_can('update_themes') ? wp_nonce_url(admin_url('themes.php?action=' . $auto_update_action . '&amp;stylesheet=' . $encoded_slug), 'updates') : null, ), 'blockTheme' => $theme->is_block_theme( ), )
/src/wp-admin/includes/theme.php:7551$auto_update_filter_payload = (object) array('theme' => $slug, 'new_version' => $theme->get('Version'), 'url' => '', 'package' => '', 'requires' => $theme->get('RequiresWP'), 'requires_php' => $theme->get('RequiresPHP'), )
/src/wp-admin/includes/theme.php:3161$features = array(__('Subject') => array('blog' => __('Blog'), 'e-commerce' => __('E-Commerce'), 'education' => __('Education'), 'entertainment' => __('Entertainment'), 'food-and-drink' => __('Food & Drink'), 'holiday' => __('Holiday'), 'news' => __('News'), 'photography' => __('Photography'), 'portfolio' => __('Portfolio'), ), __('Features') => array('accessibility-ready' => __('Accessibility Ready'), 'block-patterns' => __('Block Editor Patterns'), 'block-styles' => __('Block Editor Styles'), 'custom-background' => __('Custom Background'), 'custom-colors' => __('Custom Colors'), 'custom-header' => __('Custom Header'), 'custom-logo' => __('Custom Logo'), 'editor-style' => __('Editor Style'), 'featured-image-header' => __('Featured Image Header'), 'featured-images' => __('Featured Images'), 'footer-widgets' => __('Footer Widgets'), 'full-site-editing' => __('Site Editor'), 'full-width-template' => __('Full Width Template'), 'post-formats' => __('Post Formats'), 'sticky-post' => __('Sticky Post'), 'style-variations' => __('Style Variations'), 'template-editing' => __('Template Editing'), 'theme-options' => __('Theme Options'), ), __('Layout') => array('grid-layout' => __('Grid Layout'), 'one-column' => __('One Column'), 'two-columns' => __('Two Columns'), 'three-columns' => __('Three Columns'), 'four-columns' => __('Four Columns'), 'left-sidebar' => __('Left Sidebar'), 'right-sidebar' => __('Right Sidebar'), 'wide-blocks' => __('Wide Blocks'), ), )
/src/wp-admin/includes/theme.php:2531$html = sprintf('<p><strong>' . __('There is a new version of %1$s available. <a href="%2$s" %3$s>View version %4$s details</a> or <a href="%5$s" %6$s>update now</a>.') . '</strong></p>', $theme_name, esc_url($details_url), sprintf('class="thickbox open-plugin-details-modal" aria-label="%s"', esc_attr(sprintf(__('View %1$s version %2$s details'), $theme_name, $update['new_version']))), $update['new_version'], $update_url, sprintf('aria-label="%s" id="update-theme" data-slug="%s"', esc_attr(sprintf(_x('Update %s now', 'theme'), $theme_name)), $stylesheet))
/src/wp-admin/network/upgrade.php:591$site_ids = get_sites(array('spam' => 0, 'deleted' => 0, 'archived' => 0, 'network_id' => get_current_network_id( ), 'number' => 5, 'offset' => $n, 'fields' => 'ids', 'order' => 'DESC', 'orderby' => 'id', 'update_site_meta_cache' => false, ))
/src/wp-admin/includes/plugin.php:11421$requirements = array('requires' => !empty($plugin_headers['RequiresWP']) ? $plugin_headers['RequiresWP'] : '', 'requires_php' => !empty($plugin_headers['RequiresPHP']) ? $plugin_headers['RequiresPHP'] : '', 'requires_plugins' => !empty($plugin_headers['RequiresPlugins']) ? $plugin_headers['RequiresPlugins'] : '', )
/src/wp-admin/includes/plugin.php:5011$dropins = array('advanced-cache.php' => array(__('Advanced caching plugin.'), 'WP_CACHE'), 'db.php' => array(__('Custom database class.'), true), 'db-error.php' => array(__('Custom database error message.'), true), 'install.php' => array(__('Custom installation script.'), true), 'maintenance.php' => array(__('Custom maintenance message.'), true), 'object-cache.php' => array(__('External object cache.'), true), 'php-error.php' => array(__('Custom PHP error message.'), true), 'fatal-error-handler.php' => array(__('Custom PHP fatal error handler.'), true), )
/src/wp-admin/network/sites.php:641$manage_actions = array('activateblog' => __('You are about to activate the site %s.'), 'deactivateblog' => __('You are about to deactivate the site %s.'), 'unarchiveblog' => __('You are about to unarchive the site %s.'), 'archiveblog' => __('You are about to archive the site %s.'), 'unspamblog' => __('You are about to unspam the site %s.'), 'spamblog' => __('You are about to mark the site %s as spam.'), 'deleteblog' => __('You are about to delete the site %s.'), 'unmatureblog' => __('You are about to mark the site %s as mature.'), 'matureblog' => __('You are about to mark the site %s as not mature.'), )
/src/wp-admin/includes/class-wp-ms-sites-list-table.php:4011return array('blogname' => array('blogname', false, $blogname_abbr, $blogname_orderby_text), 'lastupdated' => array('lastupdated', true, __('Last Updated'), __('Table ordered by Last Updated.')), 'registered' => array('blog_id', true, _x('Registered', 'site'), __('Table ordered by Site Registered Date.'), 'desc'), )
/src/wp-admin/includes/class-wp-ms-sites-list-table.php:2241$statuses = array('all' => _nx_noop('All <span class="count">(%s)</span>', 'All <span class="count">(%s)</span>', 'sites'), 'public' => _n_noop('Public <span class="count">(%s)</span>', 'Public <span class="count">(%s)</span>'), 'archived' => _n_noop('Archived <span class="count">(%s)</span>', 'Archived <span class="count">(%s)</span>'), 'mature' => _n_noop('Mature <span class="count">(%s)</span>', 'Mature <span class="count">(%s)</span>'), 'spam' => _nx_noop('Spam <span class="count">(%s)</span>', 'Spam <span class="count">(%s)</span>', 'sites'), 'deleted' => _n_noop('Deleted <span class="count">(%s)</span>', 'Deleted <span class="count">(%s)</span>'), )
/src/wp-admin/includes/class-wp-themes-list-table.php:3461$args = array('search' => $search_string, 'features' => $this->features, 'paged' => $this->get_pagenum( ), 'total_pages' => !empty($this->_pagination_args['total_pages']) ? $this->_pagination_args['total_pages'] : 1, )
/src/wp-admin/user-edit.php:601$profile_help = '<p>' . __('Your profile contains information about you (your &#8220;account&#8221;) as well as some personal options related to using WordPress.') . '</p>' . '<p>' . __('You can change your password, turn on keyboard shortcuts, change the color scheme of your WordPress administration screens, and turn off the WYSIWYG (Visual) editor, among other things. You can hide the Toolbar (formerly called the Admin Bar) from the front end of your site, however it cannot be disabled on the admin screens.') . '</p>' . '<p>' . __('You can select the language you wish to use while using the WordPress administration screen without affecting the language site visitors see.') . '</p>' . '<p>' . __('Your username cannot be changed, but you can use other fields to enter your real name or a nickname, and change which name to display on your posts.') . '</p>' . '<p>' . __('You can log out of other devices, such as your phone or a public computer, by clicking the Log Out Everywhere Else button.') . '</p>' . '<p>' . __('Required fields are indicated; the rest are optional. Profile information will only be displayed if your theme is set up to do so.') . '</p>' . '<p>' . __('Remember to click the Update Profile button when you are finished.') . '</p>'
/src/wp-admin/edit-form-blocks.php:1921$editor_settings = array('availableTemplates' => $available_templates, 'disablePostFormats' => !current_theme_supports('post-formats'), 'titlePlaceholder' => apply_filters('enter_title_here', __('Add title'), $post), 'bodyPlaceholder' => $body_placeholder, 'autosaveInterval' => AUTOSAVE_INTERVAL, 'richEditingEnabled' => user_can_richedit( ), 'postLock' => $lock_details, 'postLockUtils' => array('nonce' => wp_create_nonce('lock-post_' . $post->ID), 'unlockNonce' => wp_create_nonce('update-post_' . $post->ID), 'ajaxUrl' => admin_url('admin-ajax.php'), ), 'supportsLayout' => wp_theme_has_theme_json( ), 'supportsTemplateMode' => current_theme_supports('block-templates'), 'enableCustomFields' => (bool) get_user_meta(get_current_user_id( ), 'enable_custom_fields', true), )
/src/wp-admin/edit-form-blocks.php:551$preload_paths = array('/wp/v2/types?context=view', '/wp/v2/taxonomies?context=view', add_query_arg(array('context' => 'edit', 'per_page' => -1, ), rest_get_route_for_post_type_items('wp_block')), add_query_arg('context', 'edit', $rest_path), sprintf('/wp/v2/types/%s?context=edit', $post_type), '/wp/v2/users/me', array(rest_get_route_for_post_type_items('attachment'), 'OPTIONS'), array(rest_get_route_for_post_type_items('page'), 'OPTIONS'), array(rest_get_route_for_post_type_items('wp_block'), 'OPTIONS'), array(rest_get_route_for_post_type_items('wp_template'), 'OPTIONS'), sprintf('%s/autosaves?context=edit', $rest_path), '/wp/v2/settings', array('/wp/v2/settings', 'OPTIONS'), )
/src/wp-admin/includes/ajax-actions.php:4831$x = new WP_Ajax_Response(array('what' => 'comment', 'id' => $comment_id, 'supplemental' => array('status' => $comment_status, 'postId' => $comment ? $comment->comment_post_ID : '', 'time' => $time, 'in_moderation' => $counts->moderated, 'i18n_comments_text' => sprintf(_n('%s Comment', '%s Comments', $counts->approved), number_format_i18n($counts->approved)), 'i18n_moderation_text' => sprintf(_n('%s Comment in moderation', '%s Comments in moderation', $counts->moderated), number_format_i18n($counts->moderated)), 'comment_link' => $comment_link, ), ))
/src/wp-admin/includes/ajax-actions.php:5551$x = new WP_Ajax_Response(array('what' => 'comment', 'id' => $comment_id, 'supplemental' => array('status' => $comment ? $comment->comment_approved : '', 'postId' => $comment ? $comment->comment_post_ID : '', 'total_items_i18n' => sprintf(_n('%s item', '%s items', $total), number_format_i18n($total)), 'total_pages' => (int) ceil($total / $per_page), 'total_pages_i18n' => number_format_i18n((int) ceil($total / $per_page)), 'total' => $total, 'time' => $time, 'in_moderation' => $counts->moderated, 'i18n_moderation_text' => sprintf(_n('%s Comment in moderation', '%s Comments in moderation', $counts->moderated), number_format_i18n($counts->moderated)), ), ))
/src/wp-admin/includes/class-wp-links-list-table.php:1081$dropdown_options = array('selected' => $cat_id, 'name' => 'cat_id', 'taxonomy' => 'link_category', 'show_option_all' => get_taxonomy('link_category')->labels->all_items, 'hide_empty' => true, 'hierarchical' => 1, 'show_count' => 0, 'orderby' => 'name', )
/src/wp-admin/includes/class-wp-links-list-table.php:1331return array('cb' => '<input type="checkbox" />', 'name' => _x('Name', 'link name'), 'url' => __('URL'), 'categories' => __('Categories'), 'rel' => __('Relationship'), 'visible' => __('Visible'), 'rating' => __('Rating'), )
/src/wp-admin/includes/privacy-tools.php:3661$about_group = array('group_label' => _x('About', 'personal data group label'), 'group_description' => _x('Overview of export report.', 'personal data group description'), 'items' => array('about-1' => array(array('name' => _x('Report generated for', 'email address'), 'value' => $email_address, ), array('name' => _x('For site', 'website name'), 'value' => get_bloginfo('name'), ), array('name' => _x('At URL', 'website URL'), 'value' => get_bloginfo('url'), ), array('name' => _x('On', 'date/time'), 'value' => current_time('mysql'), ), ), ), )
/src/wp-admin/includes/class-wp-upgrader.php:8801$result = $this->install_package(array('source' => $working_dir, 'destination' => $options['destination'], 'clear_destination' => $options['clear_destination'], 'abort_if_destination_exists' => $options['abort_if_destination_exists'], 'clear_working' => $options['clear_working'], 'hook_extra' => $options['hook_extra'], ))
/src/wp-admin/includes/class-core-upgrader.php:2301$stats = array('update_type' => $current->response, 'success' => true, 'fs_method' => $wp_filesystem->method, 'fs_method_forced' => defined('FS_METHOD') || has_filter('filesystem_method'), 'fs_method_direct' => !empty($GLOBALS['_wp_filesystem_direct_method']) ? $GLOBALS['_wp_filesystem_direct_method'] : '', 'time_taken' => time( ) - $start_time, 'reported' => $wp_version, 'attempted' => $current->version, )
/src/wp-admin/includes/class-theme-upgrader.php:4791$result = $this->run(array('package' => $r['package'], 'destination' => get_theme_root($theme), 'clear_destination' => true, 'clear_working' => true, 'is_multi' => true, 'hook_extra' => array('theme' => $theme, 'temp_backup' => array('slug' => $theme, 'src' => get_theme_root($theme), 'dir' => 'themes', ), ), ))
/src/wp-admin/includes/class-wp-site-health.php:28441$this->crons["$hook-$sig-$time"] = (object) array('hook' => $hook, 'time' => $time, 'sig' => $sig, 'args' => $data['args'], 'schedule' => $data['schedule'], 'interval' => isset($data['interval']) ? $data['interval'] : null, )
/src/wp-includes/script-loader.php:6031$tinymce_settings = array('plugins' => implode(',', $tinymce_plugins), 'toolbar1' => implode(',', $toolbar1), 'toolbar2' => implode(',', $toolbar2), 'toolbar3' => implode(',', $toolbar3), 'toolbar4' => implode(',', $toolbar4), 'external_plugins' => wp_json_encode($external_plugins), 'classic_block_editor' => true, )
/src/wp-admin/includes/class-wp-site-health.php:29261$mock_plugin = (object) array('id' => 'w.org/plugins/a-fake-plugin', 'slug' => 'a-fake-plugin', 'plugin' => 'a-fake-plugin/a-fake-plugin.php', 'new_version' => '9.9', 'url' => 'https://wordpress.org/plugins/a-fake-plugin/', 'package' => 'https://downloads.wordpress.org/plugin/a-fake-plugin.9.9.zip', 'icons' => array('2x' => 'https://ps.w.org/a-fake-plugin/assets/icon-256x256.png', '1x' => 'https://ps.w.org/a-fake-plugin/assets/icon-128x128.png', ), 'banners' => array('2x' => 'https://ps.w.org/a-fake-plugin/assets/banner-1544x500.png', '1x' => 'https://ps.w.org/a-fake-plugin/assets/banner-772x250.png', ), 'banners_rtl' => array( ), 'tested' => '5.5.0', 'requires_php' => '5.6.20', 'compatibility' => new stdClass( ), )
/src/wp-includes/script-loader.php:9801$uploader_l10n = array('queue_limit_exceeded' => __('You have attempted to queue too many files.'), 'file_exceeds_size_limit' => __('%s exceeds the maximum upload size for this site.'), 'zero_byte_file' => __('This file is empty. Please try another.'), 'invalid_filetype' => __('Sorry, you are not allowed to upload this file type.'), 'not_an_image' => __('This file is not an image. Please try another.'), 'image_memory_exceeded' => __('Memory exceeded. Please try another smaller file.'), 'image_dimensions_exceeded' => __('This is larger than the maximum size. Please try another.'), 'default_error' => __('An error occurred in the upload. Please try again later.'), 'missing_upload_url' => __('There was a configuration error. Please contact the server administrator.'), 'upload_limit_exceeded' => __('You may only upload 1 file.'), 'http_error' => __('Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page.'), 'http_error_image' => __('The server cannot process the image. This can happen if the server is busy or does not have enough resources to complete the task. Uploading a smaller image may help. Suggested maximum size is 2560 pixels.'), 'upload_failed' => __('Upload failed.'), 'big_upload_failed' => __('Please try uploading this file with the %1$sbrowser uploader%2$s.'), 'big_upload_queued' => __('%s exceeds the maximum upload size for the multi-file uploader when used in your browser.'), 'io_error' => __('IO error.'), 'security_error' => __('Security error.'), 'file_cancelled' => __('File canceled.'), 'upload_stopped' => __('Upload stopped.'), 'dismiss' => __('Dismiss'), 'crunching' => __('Crunching&hellip;'), 'deleted' => __('moved to the Trash.'), 'error_uploading' => __('&#8220;%s&#8221; has failed to upload.'), 'unsupported_image' => __('This image cannot be displayed in a web browser. For best results convert it to JPEG before uploading.'), 'noneditable_image' => __('This image cannot be processed by the web server. Convert it to JPEG or PNG before uploading.'), 'file_url_copied' => __('The file URL has been copied to your clipboard'), )
/src/wp-admin/includes/class-theme-installer-skin.php:2441$rows = array('Name' => __('Theme name'), 'Version' => __('Version'), 'Author' => __('Author'), 'RequiresWP' => __('Required WordPress version'), 'RequiresPHP' => __('Required PHP version'), 'Template' => __('Parent theme'), )
/src/wp-includes/script-loader.php:19621$datepicker_defaults = wp_json_encode(array('closeText' => __('Close'), 'currentText' => __('Today'), 'monthNames' => array_values($wp_locale->month), 'monthNamesShort' => array_values($wp_locale->month_abbrev), 'nextText' => __('Next'), 'prevText' => __('Previous'), 'dayNames' => array_values($wp_locale->weekday), 'dayNamesShort' => array_values($wp_locale->weekday_abbrev), 'dayNamesMin' => array_values($wp_locale->weekday_initial), 'dateFormat' => $datepicker_date_format, 'firstDay' => absint(get_option('start_of_week')), 'isRTL' => $wp_locale->is_rtl( ), ))
/src/wp-admin/includes/class-walker-category-checklist.php:1131$output .= "\n<li id='{$taxonomy}-{$category->term_id}'$class>" . '<label class="selectit"><input value="' . $category->term_id . '" type="checkbox" name="' . $name . '[]" id="in-' . $taxonomy . '-' . $category->term_id . '"' . checked($is_selected, true, false) . disabled($is_disabled, true, false) . ' /> ' . esc_html(apply_filters('the_category', $category->name, '', '')) . '</label>'
/src/wp-includes/class-wp-image-editor-gd.php:5572return array('path' => $filename, 'file' => wp_basename(apply_filters('image_make_intermediate_size', $filename)), 'width' => $this->size['width'], 'height' => $this->size['height'], 'mime-type' => $mime_type, 'filesize' => wp_filesize($filename), )
/src/wp-admin/includes/class-wp-site-health.php:23261$result = array('label' => __('The Authorization header is working as expected'), 'status' => 'good', 'badge' => array('label' => __('Security'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', __('The Authorization header is used by third-party applications you have approved for this site. Without this header, those apps cannot connect to your site.')), 'actions' => '', 'test' => 'authorization_header', )
/src/wp-includes/general-template.php:5201$defaults = array('echo' => true, 'redirect' => (is_ssl( ) ? 'https://' : 'http://') . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'], 'form_id' => 'loginform', 'label_username' => __('Username or Email Address'), 'label_password' => __('Password'), 'label_remember' => __('Remember Me'), 'label_log_in' => __('Log In'), 'id_username' => 'user_login', 'id_password' => 'user_pass', 'id_remember' => 'rememberme', 'id_submit' => 'wp-submit', 'remember' => true, 'value_username' => '', 'value_remember' => false, )
/src/wp-admin/includes/class-wp-site-health.php:23901$result = array('badge' => array('label' => __('Performance'), 'color' => 'blue', ), 'description' => wp_kses_post($description), 'test' => 'page_cache', 'status' => 'good', 'label' => '', 'actions' => sprintf('<p><a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s<span class="screen-reader-text"> %3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', __('https://developer.wordpress.org/advanced-administration/performance/optimization/#caching'), __('Learn more about page cache'), __('(opens in a new tab)')), )
/src/wp-includes/general-template.php:5871$form = sprintf('<form name="%1$s" id="%1$s" action="%2$s" method="post">', esc_attr($args['form_id']), esc_url(site_url('wp-login.php', 'login_post'))) . $login_form_top . sprintf('<p class="login-username"> <label for="%1$s">%2$s</label> <input type="text" name="log" id="%1$s" autocomplete="username" class="input" value="%3$s" size="20" /> </p>', esc_attr($args['id_username']), esc_html($args['label_username']), esc_attr($args['value_username'])) . sprintf('<p class="login-password"> <label for="%1$s">%2$s</label> <input type="password" name="pwd" id="%1$s" autocomplete="current-password" spellcheck="false" class="input" value="" size="20" /> </p>', esc_attr($args['id_password']), esc_html($args['label_password'])) . $login_form_middle . ($args['remember'] ? sprintf('<p class="login-remember"><label><input name="rememberme" type="checkbox" id="%1$s" value="forever"%2$s /> %3$s</label></p>', esc_attr($args['id_remember']), ($args['value_remember'] ? ' checked="checked"' : ''), esc_html($args['label_remember'])) : '') . sprintf('<p class="login-submit"> <input type="submit" name="wp-submit" id="%1$s" class="button button-primary" value="%2$s" /> <input type="hidden" name="redirect_to" value="%3$s" /> </p>', esc_attr($args['id_submit']), esc_attr($args['label_log_in']), esc_url($args['redirect'])) . $login_form_bottom . '</form>'
/src/wp-admin/includes/class-wp-site-health.php:25131$result = array('test' => 'persistent_object_cache', 'status' => 'good', 'badge' => array('label' => __('Performance'), 'color' => 'blue', ), 'label' => __('A persistent object cache is being used'), 'description' => sprintf('<p>%s</p>', __('A persistent object cache makes your site&#8217;s database more efficient, resulting in faster load times because WordPress can retrieve your site&#8217;s content and settings much more quickly.')), 'actions' => sprintf('<p><a href="%s" target="_blank" rel="noopener">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', esc_url($action_url), __('Learn more about persistent object caching.'), __('(opens in a new tab)')), )
/src/wp-includes/general-template.php:19851$defaults = array('type' => 'monthly', 'limit' => '', 'format' => 'html', 'before' => '', 'after' => '', 'show_post_count' => false, 'echo' => 1, 'order' => 'DESC', 'post_type' => 'post', 'year' => get_query_var('year'), 'monthnum' => get_query_var('monthnum'), 'day' => get_query_var('day'), 'w' => get_query_var('w'), )
/src/wp-admin/includes/class-wp-site-health.php:26021$tests = array('direct' => array('wordpress_version' => array('label' => __('WordPress Version'), 'test' => 'wordpress_version', ), 'plugin_version' => array('label' => __('Plugin Versions'), 'test' => 'plugin_version', ), 'theme_version' => array('label' => __('Theme Versions'), 'test' => 'theme_version', ), 'php_version' => array('label' => __('PHP Version'), 'test' => 'php_version', ), 'php_extensions' => array('label' => __('PHP Extensions'), 'test' => 'php_extensions', ), 'php_default_timezone' => array('label' => __('PHP Default Timezone'), 'test' => 'php_default_timezone', ), 'php_sessions' => array('label' => __('PHP Sessions'), 'test' => 'php_sessions', ), 'sql_server' => array('label' => __('Database Server version'), 'test' => 'sql_server', ), 'ssl_support' => array('label' => __('Secure communication'), 'test' => 'ssl_support', ), 'scheduled_events' => array('label' => __('Scheduled events'), 'test' => 'scheduled_events', ), 'http_requests' => array('label' => __('HTTP Requests'), 'test' => 'http_requests', ), 'rest_availability' => array('label' => __('REST API availability'), 'test' => 'rest_availability', 'skip_cron' => true, ), 'debug_enabled' => array('label' => __('Debugging enabled'), 'test' => 'is_in_debug_mode', ), 'file_uploads' => array('label' => __('File uploads'), 'test' => 'file_uploads', ), 'plugin_theme_auto_updates' => array('label' => __('Plugin and theme auto-updates'), 'test' => 'plugin_theme_auto_updates', ), 'update_temp_backup_writable' => array('label' => __('Plugin and theme temporary backup directory access'), 'test' => 'update_temp_backup_writable', ), 'available_updates_disk_space' => array('label' => __('Available disk space'), 'test' => 'available_updates_disk_space', ), ), 'async' => array('dotorg_communication' => array('label' => __('Communication with WordPress.org'), 'test' => rest_url('wp-site-health/v1/tests/dotorg-communication'), 'has_rest' => true, 'async_direct_test' => array(WP_Site_Health::get_instance( ), 'get_test_dotorg_communication'), ), 'background_updates' => array('label' => __('Background updates'), 'test' => rest_url('wp-site-health/v1/tests/background-updates'), 'has_rest' => true, 'async_direct_test' => array(WP_Site_Health::get_instance( ), 'get_test_background_updates'), ), 'loopback_requests' => array('label' => __('Loopback request'), 'test' => rest_url('wp-site-health/v1/tests/loopback-requests'), 'has_rest' => true, 'async_direct_test' => array(WP_Site_Health::get_instance( ), 'get_test_loopback_requests'), ), 'https_status' => array('label' => __('HTTPS status'), 'test' => rest_url('wp-site-health/v1/tests/https-status'), 'has_rest' => true, 'async_direct_test' => array(WP_Site_Health::get_instance( ), 'get_test_https_status'), ), ), )
/src/wp-admin/includes/class-wp-site-health.php:20521$result = array('label' => __('HTTP requests seem to be working as expected'), 'status' => 'good', 'badge' => array('label' => __('Performance'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', __('It is possible for site maintainers to block all, or some, communication to other sites and services. If set up incorrectly, this may prevent plugins and themes from working as intended.')), 'actions' => '', 'test' => 'http_requests', )
/src/wp-admin/includes/class-wp-site-health.php:20091$result = array('label' => __('Your site can perform loopback requests'), 'status' => 'good', 'badge' => array('label' => __('Performance'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', __('Loopback requests are used to run scheduled events, and are also used by the built-in editors for themes and plugins to verify code stability.')), 'actions' => '', 'test' => 'loopback_requests', )
/src/wp-admin/includes/class-wp-site-health.php:22341$result = array('label' => __('Files can be uploaded'), 'status' => 'good', 'badge' => array('label' => __('Performance'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', sprintf(__('The %1$s directive in %2$s determines if uploading files is allowed on your site.'), '<code>file_uploads</code>', '<code>php.ini</code>')), 'actions' => '', 'test' => 'file_uploads', )
/src/wp-admin/includes/class-wp-site-health.php:21231$result = array('label' => __('The REST API is available'), 'status' => 'good', 'badge' => array('label' => __('Performance'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', __('The REST API is one way that WordPress and other applications communicate with the server. For example, the block editor screen relies on the REST API to display and save your posts and pages.')), 'actions' => '', 'test' => 'rest_availability', )
/src/wp-admin/includes/class-wp-site-health.php:17811$result = array('label' => __('Plugin and theme auto-updates appear to be configured correctly'), 'status' => 'good', 'badge' => array('label' => __('Security'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', __('Plugin and theme auto-updates ensure that the latest versions are always installed.')), 'actions' => '', 'test' => 'plugin_theme_auto_updates', )
/src/wp-admin/includes/class-wp-site-health.php:17061$result = array('label' => __('Background updates are working'), 'status' => 'good', 'badge' => array('label' => __('Security'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', __('Background updates ensure that WordPress can auto-update if a security update is released for the version you are currently using.')), 'actions' => '', 'test' => 'background_updates', )
/src/wp-admin/includes/class-wp-site-health.php:18721$result = array('label' => __('Plugin and theme temporary backup directory is writable'), 'status' => 'good', 'badge' => array('label' => __('Security'), 'color' => 'blue', ), 'description' => sprintf('<p>' . __('The %s directory used to improve the stability of plugin and theme updates is writable.') . '</p>', '<code>wp-content/upgrade-temp-backup</code>'), 'actions' => '', 'test' => 'update_temp_backup_writable', )
/src/wp-admin/includes/class-wp-site-health.php:18221$result = array('label' => __('Disk space available to safely perform updates'), 'status' => 'good', 'badge' => array('label' => __('Security'), 'color' => 'blue', ), 'description' => sprintf('<p>' . __('%s available disk space was detected, update routines can be performed safely.') . '</p>', size_format($available_space)), 'actions' => '', 'test' => 'available_updates_disk_space', )
/src/wp-admin/includes/class-wp-site-health.php:14461$result = array('label' => __('Your website is using an active HTTPS connection'), 'status' => 'good', 'badge' => array('label' => __('Security'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', __('An HTTPS connection is a more secure way of browsing the web. Many services now have HTTPS as a requirement. HTTPS allows you to take advantage of new features that can increase site speed, improve search rankings, and gain the trust of your visitors by helping to protect their online privacy.')), 'actions' => sprintf('<p><a href="%s" target="_blank" rel="noopener">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', esc_url($default_update_url), __('Learn more about why you should use HTTPS'), __('(opens in a new tab)')), 'test' => 'https_status', )
/src/wp-admin/includes/class-wp-site-health.php:13641$result = array('label' => __('Your site is not set to output debug information'), 'status' => 'good', 'badge' => array('label' => __('Security'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', __('Debug mode is often enabled to gather more details about an error or site failure, but may contain sensitive information which should not be available on a publicly available website.')), 'actions' => sprintf('<p><a href="%s" target="_blank" rel="noopener">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', esc_url(__('https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/')), __('Learn more about debugging in WordPress.'), __('(opens in a new tab)')), 'test' => 'is_in_debug_mode', )
/src/wp-admin/includes/class-wp-site-health.php:16331$result = array('label' => __('Scheduled events are running'), 'status' => 'good', 'badge' => array('label' => __('Performance'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', __('Scheduled events are what periodically looks for updates to plugins, themes and WordPress itself. It is also what makes sure scheduled posts are published on time. It may also be used by various plugins to make sure that planned actions are executed.')), 'actions' => '', 'test' => 'scheduled_events', )
/src/wp-admin/includes/class-wp-site-health.php:15871$result = array('label' => '', 'status' => '', 'badge' => array('label' => __('Security'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', __('Securely communicating between servers are needed for transactions such as fetching files, conducting sales on store sites, and much more.')), 'actions' => '', 'test' => 'ssl_support', )
/src/wp-admin/includes/class-wp-site-health.php:11591$result = array('label' => __('No PHP sessions detected'), 'status' => 'good', 'badge' => array('label' => __('Performance'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', sprintf(__('PHP sessions created by a %1$s function call may interfere with REST API and loopback requests. An active session should be closed by %2$s before making any HTTP requests.'), '<code>session_start()</code>', '<code>session_write_close()</code>')), 'test' => 'php_sessions', )
/src/wp-admin/includes/class-wp-site-health.php:11181$result = array('label' => __('PHP default timezone is valid'), 'status' => 'good', 'badge' => array('label' => __('Performance'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', __('PHP default timezone was configured by WordPress on loading. This is necessary for correct calculations of dates and times.')), 'actions' => '', 'test' => 'php_default_timezone', )
/src/wp-admin/includes/class-wp-site-health.php:12941$result = array('label' => __('Can communicate with WordPress.org'), 'status' => '', 'badge' => array('label' => __('Security'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', __('Communicating with the WordPress servers is used to check for new versions, and to both install and update WordPress core, themes or plugins.')), 'actions' => '', 'test' => 'dotorg_communication', )
/src/wp-admin/includes/class-wp-site-health.php:12091$result = array('label' => __('SQL server is up to date'), 'status' => 'good', 'badge' => array('label' => __('Performance'), 'color' => 'blue', ), 'description' => sprintf('<p>%s</p>', __('The SQL server is a required piece of software for the database WordPress uses to store all your site&#8217;s content and settings.')), 'actions' => sprintf('<p><a href="%s" target="_blank" rel="noopener">%s<span class="screen-reader-text"> %s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', esc_url(__('https://wordpress.org/about/requirements/')), __('Learn more about what WordPress requires to run.'), __('(opens in a new tab)')), 'test' => 'sql_server', )
/src/wp-admin/includes/class-wp-comments-list-table.php:2401$statuses = array('all' => _nx_noop('All <span class="count">(%s)</span>', 'All <span class="count">(%s)</span>', 'comments'), 'mine' => _nx_noop('Mine <span class="count">(%s)</span>', 'Mine <span class="count">(%s)</span>', 'comments'), 'moderated' => _nx_noop('Pending <span class="count">(%s)</span>', 'Pending <span class="count">(%s)</span>', 'comments'), 'approved' => _nx_noop('Approved <span class="count">(%s)</span>', 'Approved <span class="count">(%s)</span>', 'comments'), 'spam' => _nx_noop('Spam <span class="count">(%s)</span>', 'Spam <span class="count">(%s)</span>', 'comments'), 'trash' => _nx_noop('Trash <span class="count">(%s)</span>', 'Trash <span class="count">(%s)</span>', 'comments'), )
/src/wp-admin/includes/class-wp-comments-list-table.php:3261$status_links[$status] = array('url' => esc_url($link), 'label' => sprintf(translate_nooped_plural($label, $num_comments->$status), sprintf('<span class="%s-count">%s</span>', ('moderated' === $status) ? 'pending' : $status, number_format_i18n($num_comments->$status))), 'current' => $status === $comment_status, )
/src/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php:771$complete_request_markup .= sprintf('<a href="%s" class="complete-request" aria-label="%s">%s</a>', esc_url(wp_nonce_url(add_query_arg(array('action' => 'complete', 'request_id' => array($request_id), ), admin_url('erase-personal-data.php')), 'bulk-privacy_requests')), esc_attr(sprintf(__('Mark export request for &#8220;%s&#8221; as completed.'), $item->email)), __('Complete request'))
/src/wp-admin/includes/class-wp-comments-list-table.php:1421$args = array('status' => isset($status_map[$comment_status]) ? $status_map[$comment_status] : $comment_status, 'search' => $search, 'user_id' => $user_id, 'offset' => $start, 'number' => $number, 'post_id' => $post_id, 'type' => $comment_type, 'orderby' => $orderby, 'order' => $order, 'post_type' => $post_type, 'update_comment_post_cache' => true, )
/src/wp-admin/includes/media.php:12861return " <input type='text' class='text urlfield' name='attachments[$post->ID][url]' value='" . esc_attr($url) . "' /><br /> <button type='button' class='button urlnone' data-link-url=''>" . __('None') . "</button> <button type='button' class='button urlfile' data-link-url='" . esc_url($file) . "'>" . __('File URL') . "</button> <button type='button' class='button urlpost' data-link-url='" . esc_url($link) . "'>" . __('Attachment Post URL') . '</button> '
/src/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php:3551$this->schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'wp-site-health-test', 'type' => 'object', 'properties' => array('test' => array('type' => 'string', 'description' => __('The name of the test being run.'), 'readonly' => true, ), 'label' => array('type' => 'string', 'description' => __('A label describing the test.'), 'readonly' => true, ), 'status' => array('type' => 'string', 'description' => __('The status of the test.'), 'enum' => array('good', 'recommended', 'critical'), 'readonly' => true, ), 'badge' => array('type' => 'object', 'description' => __('The category this test is grouped in.'), 'properties' => array('label' => array('type' => 'string', 'readonly' => true, ), 'color' => array('type' => 'string', 'enum' => array('blue', 'orange', 'red', 'green', 'purple', 'gray'), 'readonly' => true, ), ), 'readonly' => true, ), 'description' => array('type' => 'string', 'description' => __('A more descriptive explanation of what the test looks for, and why it is important for the user.'), 'readonly' => true, ), 'actions' => array('type' => 'string', 'description' => __('HTML containing an action to direct the user to where they can resolve the issue.'), 'readonly' => true, ), ), )
/src/wp-admin/includes/media.php:13981$form_fields = array('post_title' => array('label' => __('Title'), 'value' => $edit_post->post_title, ), 'image_alt' => array( ), 'post_excerpt' => array('label' => __('Caption'), 'input' => 'html', 'html' => wp_caption_input_textarea($edit_post), ), 'post_content' => array('label' => __('Description'), 'value' => $edit_post->post_content, 'input' => 'textarea', ), 'url' => array('label' => __('Link URL'), 'input' => 'html', 'html' => image_link_input_fields($post, get_option('image_default_link_type')), 'helps' => __('Enter a link URL or click above for presets.'), ), 'menu_order' => array('label' => __('Order'), 'value' => $edit_post->menu_order, ), 'image_url' => array('label' => __('File URL'), 'input' => 'html', 'html' => "<input type='text' class='text urlfield' readonly='readonly' name='attachments[$post->ID][url]' value='" . esc_attr($image_url) . "' /><br />", 'value' => wp_get_attachment_url($post->ID), 'helps' => __('Location of the uploaded file.'), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php:8021$this->schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'widget', 'type' => 'object', 'properties' => array('id' => array('description' => __('Unique identifier for the widget.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), ), 'id_base' => array('description' => __('The type of the widget. Corresponds to ID in widget-types endpoint.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), ), 'sidebar' => array('description' => __('The sidebar the widget belongs to.'), 'type' => 'string', 'default' => 'wp_inactive_widgets', 'required' => true, 'context' => array('view', 'edit', 'embed'), ), 'rendered' => array('description' => __('HTML representation of the widget.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'rendered_form' => array('description' => __('HTML representation of the widget admin form.'), 'type' => 'string', 'context' => array('edit'), 'readonly' => true, ), 'instance' => array('description' => __('Instance settings of the widget, if supported.'), 'type' => 'object', 'context' => array('edit'), 'default' => null, 'properties' => array('encoded' => array('description' => __('Base64 encoded representation of the instance settings.'), 'type' => 'string', 'context' => array('edit'), ), 'hash' => array('description' => __('Cryptographic hash of the instance settings.'), 'type' => 'string', 'context' => array('edit'), ), 'raw' => array('description' => __('Unencoded instance settings, if supported.'), 'type' => 'object', 'context' => array('edit'), ), ), ), 'form_data' => array('description' => __('URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only.'), 'type' => 'string', 'context' => array( ), 'arg_options' => array('sanitize_callback' => static function ($form_data) { /**/ } , ), ), ), )
/src/wp-admin/includes/class-wp-ms-themes-list-table.php:1061$themes = array('all' => apply_filters('all_themes', wp_get_themes( )), 'search' => array( ), 'enabled' => array( ), 'disabled' => array( ), 'upgrade' => array( ), 'broken' => $this->is_site_themes ? array( ) : wp_get_themes(array('errors' => true)), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php:7561return array('self' => array('href' => rest_url(sprintf('%s/%s/%s', $this->namespace, $this->rest_base, $prepared['id'])), ), 'collection' => array('href' => rest_url(sprintf('%s/%s', $this->namespace, $this->rest_base)), ), 'about' => array('href' => rest_url(sprintf('wp/v2/widget-types/%s', $id_base)), 'embeddable' => true, ), 'https://api.w.org/sidebar' => array('href' => rest_url(sprintf('wp/v2/sidebars/%s/', $prepared['sidebar'])), ), )
/src/wp-admin/includes/media.php:11741$output[] = "<input type='radio' name='attachments[{$post->ID}][align]' id='image-align-{$name}-{$post->ID}' value='$name'" . ($checked == $name ? " checked='checked'" : '') . " /><label for='image-align-{$name}-{$post->ID}' class='align image-align-{$name}-label'>$label</label>"
/src/wp-admin/includes/schema.php:2471$ms_global_tables = "CREATE TABLE $wpdb->blogs ( blog_id bigint(20) NOT NULL auto_increment, site_id bigint(20) NOT NULL default '0', domain varchar(200) NOT NULL default '', path varchar(100) NOT NULL default '', registered datetime NOT NULL default '0000-00-00 00:00:00', last_updated datetime NOT NULL default '0000-00-00 00:00:00', public tinyint(2) NOT NULL default '1', archived tinyint(2) NOT NULL default '0', mature tinyint(2) NOT NULL default '0', spam tinyint(2) NOT NULL default '0', deleted tinyint(2) NOT NULL default '0', lang_id int(11) NOT NULL default '0', PRIMARY KEY (blog_id), KEY domain (domain(50),path(5)), KEY lang_id (lang_id) ) $charset_collate; CREATE TABLE $wpdb->blogmeta ( meta_id bigint(20) unsigned NOT NULL auto_increment, blog_id bigint(20) NOT NULL default '0', meta_key varchar(255) default NULL, meta_value longtext, PRIMARY KEY (meta_id), KEY meta_key (meta_key($max_index_length)), KEY blog_id (blog_id) ) $charset_collate; CREATE TABLE $wpdb->registration_log ( ID bigint(20) NOT NULL auto_increment, email varchar(255) NOT NULL default '', IP varchar(30) NOT NULL default '', blog_id bigint(20) NOT NULL default '0', date_registered datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (ID), KEY IP (IP) ) $charset_collate; CREATE TABLE $wpdb->site ( id bigint(20) NOT NULL auto_increment, domain varchar(200) NOT NULL default '', path varchar(100) NOT NULL default '', PRIMARY KEY (id), KEY domain (domain(140),path(51)) ) $charset_collate; CREATE TABLE $wpdb->sitemeta ( meta_id bigint(20) NOT NULL auto_increment, site_id bigint(20) NOT NULL default '0', meta_key varchar(255) default NULL, meta_value longtext, PRIMARY KEY (meta_id), KEY meta_key (meta_key($max_index_length)), KEY site_id (site_id) ) $charset_collate; CREATE TABLE $wpdb->signups ( signup_id bigint(20) NOT NULL auto_increment, domain varchar(200) NOT NULL default '', path varchar(100) NOT NULL default '', title longtext NOT NULL, user_login varchar(60) NOT NULL default '', user_email varchar(100) NOT NULL default '', registered datetime NOT NULL default '0000-00-00 00:00:00', activated datetime NOT NULL default '0000-00-00 00:00:00', active tinyint(1) NOT NULL default '0', activation_key varchar(50) NOT NULL default '', meta longtext, PRIMARY KEY (signup_id), KEY activation_key (activation_key), KEY user_email (user_email), KEY user_login_email (user_login,user_email), KEY domain_path (domain(140),path(51)) ) $charset_collate;"
/src/wp-admin/includes/schema.php:4101$defaults = array('siteurl' => $guessurl, 'home' => $guessurl, 'blogname' => __('My Site'), 'blogdescription' => '', 'users_can_register' => 0, 'admin_email' => 'you@example.com', 'start_of_week' => _x('1', 'start of week'), 'use_balanceTags' => 0, 'use_smilies' => 1, 'require_name_email' => 1, 'comments_notify' => 1, 'posts_per_rss' => 10, 'rss_use_excerpt' => 0, 'mailserver_url' => 'mail.example.com', 'mailserver_login' => 'login@example.com', 'mailserver_pass' => 'password', 'mailserver_port' => 110, 'default_category' => 1, 'default_comment_status' => 'open', 'default_ping_status' => 'open', 'default_pingback_flag' => 1, 'posts_per_page' => 10, 'date_format' => __('F j, Y'), 'time_format' => __('g:i a'), 'links_updated_date_format' => __('F j, Y g:i a'), 'comment_moderation' => 0, 'moderation_notify' => 1, 'permalink_structure' => '', 'rewrite_rules' => '', 'hack_file' => 0, 'blog_charset' => 'UTF-8', 'moderation_keys' => '', 'active_plugins' => array( ), 'category_base' => '', 'ping_sites' => 'http://rpc.pingomatic.com/', 'comment_max_links' => 2, 'gmt_offset' => $gmt_offset, 'default_email_category' => 1, 'recently_edited' => '', 'template' => $template, 'stylesheet' => $stylesheet, 'comment_registration' => 0, 'html_type' => 'text/html', 'use_trackback' => 0, 'default_role' => 'subscriber', 'db_version' => $wp_db_version, 'uploads_use_yearmonth_folders' => 1, 'upload_path' => '', 'blog_public' => '1', 'default_link_category' => 2, 'show_on_front' => 'posts', 'tag_base' => '', 'show_avatars' => '1', 'avatar_rating' => 'G', 'upload_url_path' => '', 'thumbnail_size_w' => 150, 'thumbnail_size_h' => 150, 'thumbnail_crop' => 1, 'medium_size_w' => 300, 'medium_size_h' => 300, 'avatar_default' => 'mystery', 'large_size_w' => 1024, 'large_size_h' => 1024, 'image_default_link_type' => 'none', 'image_default_size' => '', 'image_default_align' => '', 'close_comments_for_old_posts' => 0, 'close_comments_days_old' => 14, 'thread_comments' => 1, 'thread_comments_depth' => 5, 'page_comments' => 0, 'comments_per_page' => 50, 'default_comments_page' => 'newest', 'comment_order' => 'asc', 'sticky_posts' => array( ), 'widget_categories' => array( ), 'widget_text' => array( ), 'widget_rss' => array( ), 'uninstall_plugins' => array( ), 'timezone_string' => $timezone_string, 'page_for_posts' => 0, 'page_on_front' => 0, 'default_post_format' => 0, 'link_manager_enabled' => 0, 'finished_splitting_shared_terms' => 1, 'site_icon' => 0, 'medium_large_size_w' => 768, 'medium_large_size_h' => 0, 'wp_page_for_privacy_policy' => 0, 'show_comments_cookies_opt_in' => 1, 'admin_email_lifespan' => (time( ) + 6 * MONTH_IN_SECONDS), 'disallowed_keys' => '', 'comment_previously_approved' => 1, 'auto_plugin_theme_update_emails' => array( ), 'auto_update_core_dev' => 'enabled', 'auto_update_core_minor' => 'enabled', 'auto_update_core_major' => 'enabled', 'wp_force_deactivated_plugins' => array( ), 'wp_attachment_pages_enabled' => 0, )
/src/wp-admin/includes/class-wp-posts-list-table.php:15051$actions['untrash'] = sprintf('<a href="%s" aria-label="%s">%s</a>', wp_nonce_url(admin_url(sprintf($post_type_object->_edit_link . '&amp;action=untrash', $post->ID)), 'untrash-post_' . $post->ID), esc_attr(sprintf(__('Restore &#8220;%s&#8221; from the Trash'), $title)), __('Restore'))
/src/wp-admin/includes/schema.php:561$blog_tables = "CREATE TABLE $wpdb->termmeta ( meta_id bigint(20) unsigned NOT NULL auto_increment, term_id bigint(20) unsigned NOT NULL default '0', meta_key varchar(255) default NULL, meta_value longtext, PRIMARY KEY (meta_id), KEY term_id (term_id), KEY meta_key (meta_key($max_index_length)) ) $charset_collate; CREATE TABLE $wpdb->terms ( term_id bigint(20) unsigned NOT NULL auto_increment, name varchar(200) NOT NULL default '', slug varchar(200) NOT NULL default '', term_group bigint(10) NOT NULL default 0, PRIMARY KEY (term_id), KEY slug (slug($max_index_length)), KEY name (name($max_index_length)) ) $charset_collate; CREATE TABLE $wpdb->term_taxonomy ( term_taxonomy_id bigint(20) unsigned NOT NULL auto_increment, term_id bigint(20) unsigned NOT NULL default 0, taxonomy varchar(32) NOT NULL default '', description longtext NOT NULL, parent bigint(20) unsigned NOT NULL default 0, count bigint(20) NOT NULL default 0, PRIMARY KEY (term_taxonomy_id), UNIQUE KEY term_id_taxonomy (term_id,taxonomy), KEY taxonomy (taxonomy) ) $charset_collate; CREATE TABLE $wpdb->term_relationships ( object_id bigint(20) unsigned NOT NULL default 0, term_taxonomy_id bigint(20) unsigned NOT NULL default 0, term_order int(11) NOT NULL default 0, PRIMARY KEY (object_id,term_taxonomy_id), KEY term_taxonomy_id (term_taxonomy_id) ) $charset_collate; CREATE TABLE $wpdb->commentmeta ( meta_id bigint(20) unsigned NOT NULL auto_increment, comment_id bigint(20) unsigned NOT NULL default '0', meta_key varchar(255) default NULL, meta_value longtext, PRIMARY KEY (meta_id), KEY comment_id (comment_id), KEY meta_key (meta_key($max_index_length)) ) $charset_collate; CREATE TABLE $wpdb->comments ( comment_ID bigint(20) unsigned NOT NULL auto_increment, comment_post_ID bigint(20) unsigned NOT NULL default '0', comment_author tinytext NOT NULL, comment_author_email varchar(100) NOT NULL default '', comment_author_url varchar(200) NOT NULL default '', comment_author_IP varchar(100) NOT NULL default '', comment_date datetime NOT NULL default '0000-00-00 00:00:00', comment_date_gmt datetime NOT NULL default '0000-00-00 00:00:00', comment_content text NOT NULL, comment_karma int(11) NOT NULL default '0', comment_approved varchar(20) NOT NULL default '1', comment_agent varchar(255) NOT NULL default '', comment_type varchar(20) NOT NULL default 'comment', comment_parent bigint(20) unsigned NOT NULL default '0', user_id bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (comment_ID), KEY comment_post_ID (comment_post_ID), KEY comment_approved_date_gmt (comment_approved,comment_date_gmt), KEY comment_date_gmt (comment_date_gmt), KEY comment_parent (comment_parent), KEY comment_author_email (comment_author_email(10)) ) $charset_collate; CREATE TABLE $wpdb->links ( link_id bigint(20) unsigned NOT NULL auto_increment, link_url varchar(255) NOT NULL default '', link_name varchar(255) NOT NULL default '', link_image varchar(255) NOT NULL default '', link_target varchar(25) NOT NULL default '', link_description varchar(255) NOT NULL default '', link_visible varchar(20) NOT NULL default 'Y', link_owner bigint(20) unsigned NOT NULL default '1', link_rating int(11) NOT NULL default '0', link_updated datetime NOT NULL default '0000-00-00 00:00:00', link_rel varchar(255) NOT NULL default '', link_notes mediumtext NOT NULL, link_rss varchar(255) NOT NULL default '', PRIMARY KEY (link_id), KEY link_visible (link_visible) ) $charset_collate; CREATE TABLE $wpdb->options ( option_id bigint(20) unsigned NOT NULL auto_increment, option_name varchar(191) NOT NULL default '', option_value longtext NOT NULL, autoload varchar(20) NOT NULL default 'yes', PRIMARY KEY (option_id), UNIQUE KEY option_name (option_name), KEY autoload (autoload) ) $charset_collate; CREATE TABLE $wpdb->postmeta ( meta_id bigint(20) unsigned NOT NULL auto_increment, post_id bigint(20) unsigned NOT NULL default '0', meta_key varchar(255) default NULL, meta_value longtext, PRIMARY KEY (meta_id), KEY post_id (post_id), KEY meta_key (meta_key($max_index_length)) ) $charset_collate; CREATE TABLE $wpdb->posts ( ID bigint(20) unsigned NOT NULL auto_increment, post_author bigint(20) unsigned NOT NULL default '0', post_date datetime NOT NULL default '0000-00-00 00:00:00', post_date_gmt datetime NOT NULL default '0000-00-00 00:00:00', post_content longtext NOT NULL, post_title text NOT NULL, post_excerpt text NOT NULL, post_status varchar(20) NOT NULL default 'publish', comment_status varchar(20) NOT NULL default 'open', ping_status varchar(20) NOT NULL default 'open', post_password varchar(255) NOT NULL default '', post_name varchar(200) NOT NULL default '', to_ping text NOT NULL, pinged text NOT NULL, post_modified datetime NOT NULL default '0000-00-00 00:00:00', post_modified_gmt datetime NOT NULL default '0000-00-00 00:00:00', post_content_filtered longtext NOT NULL, post_parent bigint(20) unsigned NOT NULL default '0', guid varchar(255) NOT NULL default '', menu_order int(11) NOT NULL default '0', post_type varchar(20) NOT NULL default 'post', post_mime_type varchar(100) NOT NULL default '', comment_count bigint(20) NOT NULL default '0', PRIMARY KEY (ID), KEY post_name (post_name($max_index_length)), KEY type_status_date (post_type,post_status,post_date,ID), KEY post_parent (post_parent), KEY post_author (post_author) ) $charset_collate;\n"
/src/wp-admin/includes/edit-tag-messages.php:221$messages['category'] = array(0 => '', 1 => __('Category added.'), 2 => __('Category deleted.'), 3 => __('Category updated.'), 4 => __('Category not added.'), 5 => __('Category not updated.'), 6 => __('Categories deleted.'), )
/src/wp-admin/includes/edit-tag-messages.php:321$messages['post_tag'] = array(0 => '', 1 => __('Tag added.'), 2 => __('Tag deleted.'), 3 => __('Tag updated.'), 4 => __('Tag not added.'), 5 => __('Tag not updated.'), 6 => __('Tags deleted.'), )
/src/wp-admin/includes/schema.php:12801$sitemeta = array('site_name' => __('My Network'), 'admin_email' => $email, 'admin_user_id' => $site_user->ID, 'registration' => 'none', 'upload_filetypes' => implode(' ', $upload_filetypes), 'blog_upload_space' => 100, 'fileupload_maxk' => 1500, 'site_admins' => $site_admins, 'allowedthemes' => $allowed_themes, 'illegal_names' => array('www', 'web', 'root', 'admin', 'main', 'invite', 'administrator', 'files'), 'wpmu_upgrade_site' => $wp_db_version, 'welcome_email' => $welcome_email, 'first_post' => __('Welcome to %s. This is your first post. Edit or delete it, then start writing!'), 'siteurl' => get_option('siteurl') . '/', 'add_new_users' => '0', 'upload_space_check_disabled' => is_multisite( ) ? get_site_option('upload_space_check_disabled') : '1', 'subdomain_install' => $subdomain_install, 'ms_files_rewriting' => is_multisite( ) ? get_site_option('ms_files_rewriting') : '0', 'user_count' => get_site_option('user_count'), 'initial_db_version' => get_option('initial_db_version'), 'active_sitewide_plugins' => array( ), 'WPLANG' => get_locale( ), )
/src/wp-admin/includes/edit-tag-messages.php:121$messages['_item'] = array(0 => '', 1 => __('Item added.'), 2 => __('Item deleted.'), 3 => __('Item updated.'), 4 => __('Item not added.'), 5 => __('Item not updated.'), 6 => __('Items deleted.'), )
/src/wp-admin/includes/nav-menu.php:8891$page_links = paginate_links(array('base' => add_query_arg(array($tab_name => 'all', 'paged' => '%#%', 'item-type' => 'taxonomy', 'item-object' => $taxonomy_name, )), 'format' => '', 'prev_text' => '<span aria-label="' . esc_attr__('Previous page') . '">' . __('&laquo;') . '</span>', 'next_text' => '<span aria-label="' . esc_attr__('Next page') . '">' . __('&raquo;') . '</span>', 'before_page_number' => '<span class="screen-reader-text">' . __('Page') . '</span> ', 'total' => $num_pages, 'current' => $pagenum, ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php:1261$this->schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'navigation-fallback', 'type' => 'object', 'properties' => array('id' => array('description' => __('The unique identifier for the Navigation Menu.'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), ), )
/src/wp-admin/includes/nav-menu.php:8561$args = array('taxonomy' => $taxonomy_name, 'child_of' => 0, 'exclude' => '', 'hide_empty' => false, 'hierarchical' => 1, 'include' => '', 'number' => $per_page, 'offset' => $offset, 'order' => 'ASC', 'orderby' => 'name', 'pad_counts' => false, )
/src/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php:8481$links = array('self' => array('href' => rest_url(sprintf('/%s/%s/%s', $this->namespace, $this->rest_base, $id)), ), 'collection' => array('href' => rest_url(rest_get_route_for_post_type_items($this->post_type)), ), 'about' => array('href' => rest_url('wp/v2/types/' . $this->post_type), ), )
/src/wp-admin/includes/nav-menu.php:5171$page_links = paginate_links(array('base' => add_query_arg(array($tab_name => 'all', 'paged' => '%#%', 'item-type' => 'post_type', 'item-object' => $post_type_name, )), 'format' => '', 'prev_text' => '<span aria-label="' . esc_attr__('Previous page') . '">' . __('&laquo;') . '</span>', 'next_text' => '<span aria-label="' . esc_attr__('Next page') . '">' . __('&raquo;') . '</span>', 'before_page_number' => '<span class="screen-reader-text">' . __('Page') . '</span> ', 'total' => $num_pages, 'current' => $pagenum, ))
/src/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:6151$prepared = array('uuid' => $item['uuid'], 'app_id' => empty($item['app_id']) ? '' : $item['app_id'], 'name' => $item['name'], 'created' => gmdate('Y-m-d\TH:i:s', $item['created']), 'last_used' => $item['last_used'] ? gmdate('Y-m-d\TH:i:s', $item['last_used']) : null, 'last_ip' => $item['last_ip'] ? $item['last_ip'] : null, )
/src/wp-admin/includes/nav-menu.php:4471$front_page_obj = (object) array('front_or_home' => true, 'ID' => 0, 'object_id' => $_nav_menu_placeholder, 'post_content' => '', 'post_excerpt' => '', 'post_parent' => '', 'post_title' => _x('Home', 'nav menu home label'), 'post_type' => 'nav_menu_item', 'type' => 'custom', 'url' => home_url('/'), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:7901$this->schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'application-password', 'type' => 'object', 'properties' => array('uuid' => array('description' => __('The unique identifier for the application password.'), 'type' => 'string', 'format' => 'uuid', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'app_id' => array('description' => __('A UUID provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.'), 'type' => 'string', 'format' => 'uuid', 'context' => array('view', 'edit', 'embed'), ), 'name' => array('description' => __('The name of the application password.'), 'type' => 'string', 'required' => true, 'context' => array('view', 'edit', 'embed'), 'minLength' => 1, 'pattern' => '.*\S.*', ), 'password' => array('description' => __('The generated password. Only available after adding an application.'), 'type' => 'string', 'context' => array('edit'), 'readonly' => true, ), 'created' => array('description' => __('The GMT date the application password was created.'), 'type' => 'string', 'format' => 'date-time', 'context' => array('view', 'edit'), 'readonly' => true, ), 'last_used' => array('description' => __('The GMT date the application password was last used.'), 'type' => array('string', 'null'), 'format' => 'date-time', 'context' => array('view', 'edit'), 'readonly' => true, ), 'last_ip' => array('description' => __('The IP address the application password was last used by.'), 'type' => array('string', 'null'), 'format' => 'ip', 'context' => array('view', 'edit'), 'readonly' => true, ), ), )
/src/wp-admin/includes/class-wp-posts-list-table.php:7801$sortables = array('title' => array('title', false, __('Title'), __('Table ordered by Title.')), 'parent' => array('parent', false), 'comments' => array('comment_count', false, __('Comments'), __('Table ordered by Comments.')), 'date' => array('date', true, __('Date'), __('Table ordered by Date.'), 'desc'), )
/src/wp-includes/sodium_compat/src/Core/SipHash.php:1321return array(0xffffffff & (($int0 << $c) | ($int1 >> (32 - $c))), 0xffffffff & (($int1 << $c) | ($int0 >> (32 - $c))), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:9481$schema['properties']['caption'] = array('description' => __('The attachment caption.'), 'type' => 'object', 'context' => array('view', 'edit', 'embed'), 'arg_options' => array('sanitize_callback' => null, 'validate_callback' => null, ), 'properties' => array('raw' => array('description' => __('Caption for the attachment, as it exists in the database.'), 'type' => 'string', 'context' => array('edit'), ), 'rendered' => array('description' => __('HTML caption for the attachment, transformed for display.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), ), )
/src/wp-admin/includes/class-wp-posts-list-table.php:7731$sortables = array('title' => array('title', false, __('Title'), $title_orderby_text, 'asc'), 'parent' => array('parent', false), 'comments' => array('comment_count', false, __('Comments'), __('Table ordered by Comments.')), 'date' => array('date', true, __('Date'), __('Table ordered by Date.')), )
/src/wp-includes/sodium_compat/src/Core/SipHash.php:1891$k = array(self::load_4(self::substr($key, 4, 4)), self::load_4(self::substr($key, 0, 4)), self::load_4(self::substr($key, 12, 4)), self::load_4(self::substr($key, 8, 4)))
/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:9711$schema['properties']['description'] = array('description' => __('The attachment description.'), 'type' => 'object', 'context' => array('view', 'edit'), 'arg_options' => array('sanitize_callback' => null, 'validate_callback' => null, ), 'properties' => array('raw' => array('description' => __('Description for the attachment, as it exists in the database.'), 'type' => 'string', 'context' => array('edit'), ), 'rendered' => array('description' => __('HTML description for the attachment, transformed for display.'), 'type' => 'string', 'context' => array('view', 'edit'), 'readonly' => true, ), ), )
/src/wp-admin/includes/nav-menu.php:13331return array('_title' => __('Show advanced menu properties'), 'cb' => '<input type="checkbox" />', 'link-target' => __('Link Target'), 'title-attribute' => __('Title Attribute'), 'css-classes' => __('CSS Classes'), 'xfn' => __('Link Relationship (XFN)'), 'description' => __('Description'), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php:9161return array('context' => $this->get_context_param(array('default' => 'view')), 'wp_id' => array('description' => __('Limit to the specified post id.'), 'type' => 'integer', ), 'area' => array('description' => __('Limit to the specified template part area.'), 'type' => 'string', ), 'post_type' => array('description' => __('Post type to get the templates for.'), 'type' => 'string', ), )
/src/wp-admin/includes/nav-menu.php:11681$args = array('menu-item-db-id' => (isset($_item_object_data['menu-item-db-id']) ? $_item_object_data['menu-item-db-id'] : ''), 'menu-item-object-id' => (isset($_item_object_data['menu-item-object-id']) ? $_item_object_data['menu-item-object-id'] : ''), 'menu-item-object' => (isset($_item_object_data['menu-item-object']) ? $_item_object_data['menu-item-object'] : ''), 'menu-item-parent-id' => (isset($_item_object_data['menu-item-parent-id']) ? $_item_object_data['menu-item-parent-id'] : ''), 'menu-item-position' => (isset($_item_object_data['menu-item-position']) ? $_item_object_data['menu-item-position'] : ''), 'menu-item-type' => (isset($_item_object_data['menu-item-type']) ? $_item_object_data['menu-item-type'] : ''), 'menu-item-title' => (isset($_item_object_data['menu-item-title']) ? $_item_object_data['menu-item-title'] : ''), 'menu-item-url' => (isset($_item_object_data['menu-item-url']) ? $_item_object_data['menu-item-url'] : ''), 'menu-item-description' => (isset($_item_object_data['menu-item-description']) ? $_item_object_data['menu-item-description'] : ''), 'menu-item-attr-title' => (isset($_item_object_data['menu-item-attr-title']) ? $_item_object_data['menu-item-attr-title'] : ''), 'menu-item-target' => (isset($_item_object_data['menu-item-target']) ? $_item_object_data['menu-item-target'] : ''), 'menu-item-classes' => (isset($_item_object_data['menu-item-classes']) ? $_item_object_data['menu-item-classes'] : ''), 'menu-item-xfn' => (isset($_item_object_data['menu-item-xfn']) ? $_item_object_data['menu-item-xfn'] : ''), )
/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php:7771$ctx[$i][0] = SplFixedArray::fromArray(array(self::load_4(self::substr($string, 68 + (($i - 1) << 4), 4)), self::load_4(self::substr($string, 64 + (($i - 1) << 4), 4))))
/src/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php:9461$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => $this->post_type, 'type' => 'object', 'properties' => array('id' => array('description' => __('ID of template.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'slug' => array('description' => __('Unique slug identifying the template.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'required' => true, 'minLength' => 1, 'pattern' => '[a-zA-Z0-9_\%-]+', ), 'theme' => array('description' => __('Theme identifier for the template.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), ), 'type' => array('description' => __('Type of template.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), ), 'source' => array('description' => __('Source of template'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'origin' => array('description' => __('Source of a customized template'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'content' => array('description' => __('Content of template.'), 'type' => array('object', 'string'), 'default' => '', 'context' => array('embed', 'view', 'edit'), 'properties' => array('raw' => array('description' => __('Content for the template, as it exists in the database.'), 'type' => 'string', 'context' => array('view', 'edit'), ), 'block_version' => array('description' => __('Version of the content block format used by the template.'), 'type' => 'integer', 'context' => array('edit'), 'readonly' => true, ), ), ), 'title' => array('description' => __('Title of template.'), 'type' => array('object', 'string'), 'default' => '', 'context' => array('embed', 'view', 'edit'), 'properties' => array('raw' => array('description' => __('Title for the template, as it exists in the database.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), ), 'rendered' => array('description' => __('HTML title for the template, transformed for display.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), ), ), 'description' => array('description' => __('Description of template.'), 'type' => 'string', 'default' => '', 'context' => array('embed', 'view', 'edit'), ), 'status' => array('description' => __('Status of template.'), 'type' => 'string', 'enum' => array_keys(get_post_stati(array('internal' => false))), 'default' => 'publish', 'context' => array('embed', 'view', 'edit'), ), 'wp_id' => array('description' => __('Post ID.'), 'type' => 'integer', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'has_theme_file' => array('description' => __('Theme file exists.'), 'type' => 'bool', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'author' => array('description' => __('The ID for the author of the template.'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), ), 'modified' => array('description' => __("The date the template was last modified, in the site's timezone."), 'type' => 'string', 'format' => 'date-time', 'context' => array('view', 'edit'), 'readonly' => true, ), 'author_text' => array('type' => 'string', 'description' => __('Human readable text for the author.'), 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'original_source' => array('description' => __('Where the template originally comes from e.g. \'theme\''), 'type' => 'string', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), 'enum' => array('theme', 'plugin', 'site', 'user', ), ), ), )
/src/wp-admin/includes/ajax-actions.php:17091$x = new WP_Ajax_Response(array('what' => 'meta', 'id' => $mid, 'old_id' => $mid, 'data' => _list_meta_row(array('meta_key' => $key, 'meta_value' => $value, 'meta_id' => $mid, ), $c), 'position' => 0, 'supplemental' => array('postid' => $meta->post_id), ))
/src/wp-includes/sodium_compat/src/Core/Util.php:1071$hex .= pack('CC', (55 + $b + ((($b - 10) >> 8) & ~6)), (55 + $c + ((($c - 10) >> 8) & ~6)))
/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:3641$links = array('self' => array('href' => rest_url(sprintf('%s/%s/%s', $this->namespace, $this->rest_base, $theme->get_stylesheet( ))), ), 'collection' => array('href' => rest_url(sprintf('%s/%s', $this->namespace, $this->rest_base)), ), )
/src/wp-admin/includes/plugin-install.php:5781$plugins_section_titles = array('description' => _x('Description', 'Plugin installer section title'), 'installation' => _x('Installation', 'Plugin installer section title'), 'faq' => _x('FAQ', 'Plugin installer section title'), 'screenshots' => _x('Screenshots', 'Plugin installer section title'), 'changelog' => _x('Changelog', 'Plugin installer section title'), 'reviews' => _x('Reviews', 'Plugin installer section title'), 'other_notes' => _x('Other Notes', 'Plugin installer section title'), )
/src/wp-includes/sodium_compat/src/Core/Util.php:7301return self::intToChr($int & 0xff) . self::intToChr(($int >> 8) & 0xff) . self::intToChr(($int >> 16) & 0xff) . self::intToChr(($int >> 24) & 0xff) . self::intToChr(($int >> 32) & 0xff) . self::intToChr(($int >> 40) & 0xff) . self::intToChr(($int >> 48) & 0xff) . self::intToChr(($int >> 56) & 0xff)
/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:4401$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'theme', 'type' => 'object', 'properties' => array('stylesheet' => array('description' => __('The theme\'s stylesheet. This uniquely identifies the theme.'), 'type' => 'string', 'readonly' => true, ), 'template' => array('description' => __('The theme\'s template. If this is a child theme, this refers to the parent theme, otherwise this is the same as the theme\'s stylesheet.'), 'type' => 'string', 'readonly' => true, ), 'author' => array('description' => __('The theme author.'), 'type' => 'object', 'readonly' => true, 'properties' => array('raw' => array('description' => __('The theme author\'s name, as found in the theme header.'), 'type' => 'string', ), 'rendered' => array('description' => __('HTML for the theme author, transformed for display.'), 'type' => 'string', ), ), ), 'author_uri' => array('description' => __('The website of the theme author.'), 'type' => 'object', 'readonly' => true, 'properties' => array('raw' => array('description' => __('The website of the theme author, as found in the theme header.'), 'type' => 'string', 'format' => 'uri', ), 'rendered' => array('description' => __('The website of the theme author, transformed for display.'), 'type' => 'string', 'format' => 'uri', ), ), ), 'description' => array('description' => __('A description of the theme.'), 'type' => 'object', 'readonly' => true, 'properties' => array('raw' => array('description' => __('The theme description, as found in the theme header.'), 'type' => 'string', ), 'rendered' => array('description' => __('The theme description, transformed for display.'), 'type' => 'string', ), ), ), 'is_block_theme' => array('description' => __('Whether the theme is a block-based theme.'), 'type' => 'boolean', 'readonly' => true, ), 'name' => array('description' => __('The name of the theme.'), 'type' => 'object', 'readonly' => true, 'properties' => array('raw' => array('description' => __('The theme name, as found in the theme header.'), 'type' => 'string', ), 'rendered' => array('description' => __('The theme name, transformed for display.'), 'type' => 'string', ), ), ), 'requires_php' => array('description' => __('The minimum PHP version required for the theme to work.'), 'type' => 'string', 'readonly' => true, ), 'requires_wp' => array('description' => __('The minimum WordPress version required for the theme to work.'), 'type' => 'string', 'readonly' => true, ), 'screenshot' => array('description' => __('The theme\'s screenshot URL.'), 'type' => 'string', 'format' => 'uri', 'readonly' => true, ), 'tags' => array('description' => __('Tags indicating styles and features of the theme.'), 'type' => 'object', 'readonly' => true, 'properties' => array('raw' => array('description' => __('The theme tags, as found in the theme header.'), 'type' => 'array', 'items' => array('type' => 'string', ), ), 'rendered' => array('description' => __('The theme tags, transformed for display.'), 'type' => 'string', ), ), ), 'textdomain' => array('description' => __('The theme\'s text domain.'), 'type' => 'string', 'readonly' => true, ), 'theme_supports' => array('description' => __('Features supported by this theme.'), 'type' => 'object', 'readonly' => true, 'properties' => array( ), ), 'theme_uri' => array('description' => __('The URI of the theme\'s webpage.'), 'type' => 'object', 'readonly' => true, 'properties' => array('raw' => array('description' => __('The URI of the theme\'s webpage, as found in the theme header.'), 'type' => 'string', 'format' => 'uri', ), 'rendered' => array('description' => __('The URI of the theme\'s webpage, transformed for display.'), 'type' => 'string', 'format' => 'uri', ), ), ), 'version' => array('description' => __('The theme\'s current version.'), 'type' => 'string', 'readonly' => true, ), 'status' => array('description' => __('A named status for the theme.'), 'type' => 'string', 'enum' => array('inactive', 'active'), ), ), )
/src/wp-admin/includes/ajax-actions.php:14341$response['supplemental'] = array('in_moderation' => $counts->moderated, 'i18n_comments_text' => sprintf(_n('%s Comment', '%s Comments', $counts->approved), number_format_i18n($counts->approved)), 'i18n_moderation_text' => sprintf(_n('%s Comment in moderation', '%s Comments in moderation', $counts->moderated), number_format_i18n($counts->moderated)), )
/src/wp-includes/sodium_compat/src/Core/SipHash.php:3031return self::store32_le($v[1] ^ $v[3] ^ $v[5] ^ $v[7]) . self::store32_le($v[0] ^ $v[2] ^ $v[4] ^ $v[6])
/src/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:3001$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'status', 'type' => 'object', 'properties' => array('name' => array('description' => __('The title for the status.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'private' => array('description' => __('Whether posts with this status should be private.'), 'type' => 'boolean', 'context' => array('edit'), 'readonly' => true, ), 'protected' => array('description' => __('Whether posts with this status should be protected.'), 'type' => 'boolean', 'context' => array('edit'), 'readonly' => true, ), 'public' => array('description' => __('Whether posts of this status should be shown in the front end of the site.'), 'type' => 'boolean', 'context' => array('view', 'edit'), 'readonly' => true, ), 'queryable' => array('description' => __('Whether posts with this status should be publicly-queryable.'), 'type' => 'boolean', 'context' => array('view', 'edit'), 'readonly' => true, ), 'show_in_list' => array('description' => __('Whether to include posts in the edit listing for their post type.'), 'type' => 'boolean', 'context' => array('edit'), 'readonly' => true, ), 'slug' => array('description' => __('An alphanumeric identifier for the status.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'date_floating' => array('description' => __('Whether posts of this status may have floating published dates.'), 'type' => 'boolean', 'context' => array('view', 'edit'), 'readonly' => true, ), ), )
/src/wp-admin/includes/class-wp-links-list-table.php:1481return array('name' => array('name', false, _x('Name', 'link name'), __('Table ordered by Name.'), 'asc'), 'url' => array('url', false, __('URL'), __('Table ordered by URL.')), 'visible' => array('visible', false, __('Visible'), __('Table ordered by Visibility.')), 'rating' => array('rating', false, __('Rating'), __('Table ordered by Rating.')), )
/src/wp-includes/sodium_compat/src/Core/Util.php:621$hex .= pack('CC', (87 + $b + ((($b - 10) >> 8) & ~38)), (87 + $c + ((($c - 10) >> 8) & ~38)))
/src/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php:5131$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => $this->post_type, 'type' => 'object', 'properties' => array('id' => array('description' => __('ID of global styles config.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'styles' => array('description' => __('Global styles.'), 'type' => array('object'), 'context' => array('view', 'edit'), ), 'settings' => array('description' => __('Global settings.'), 'type' => array('object'), 'context' => array('view', 'edit'), ), 'title' => array('description' => __('Title of the global styles variation.'), 'type' => array('object', 'string'), 'default' => '', 'context' => array('embed', 'view', 'edit'), 'properties' => array('raw' => array('description' => __('Title for the global styles variation, as it exists in the database.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), ), 'rendered' => array('description' => __('HTML title for the post, transformed for display.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), ), ), ), )
/src/wp-admin/includes/class-wp-ms-users-list-table.php:2141return array('username' => array('login', false, __('Username'), __('Table ordered by Username.'), 'asc'), 'name' => array('name', false, __('Name'), __('Table ordered by Name.')), 'email' => array('email', false, __('E-mail'), __('Table ordered by E-mail.')), 'registered' => array('id', false, _x('Registered', 'user'), __('Table ordered by User Registered Date.')), )
/src/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php:713$dest .= self::encode6Bits($b0 >> 2) . self::encode6Bits((($b0 << 4) | ($b1 >> 4)) & 63) . self::encode6Bits(($b1 << 2) & 63)
/src/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:3361$prepared_nav_item = array('menu-item-db-id' => $menu_item_db_id, 'menu-item-object-id' => $menu_item_obj->object_id, 'menu-item-object' => $menu_item_obj->object, 'menu-item-parent-id' => $menu_item_obj->menu_item_parent, 'menu-item-position' => $position, 'menu-item-type' => $menu_item_obj->type, 'menu-item-title' => $menu_item_obj->title, 'menu-item-url' => $menu_item_obj->url, 'menu-item-description' => $menu_item_obj->description, 'menu-item-attr-title' => $menu_item_obj->attr_title, 'menu-item-target' => $menu_item_obj->target, 'menu-item-classes' => $menu_item_obj->classes, 'menu-item-xfn' => explode(' ', $menu_item_obj->xfn), 'menu-item-status' => $menu_item_obj->post_status, 'menu-id' => $this->get_menu_id($menu_item_db_id), )
/src/wp-admin/includes/ajax-actions.php:22871$html .= '<td><label for="found-' . $post->ID . '">' . esc_html($title) . '</label></td><td class="no-break">' . esc_html($post_types[$post->post_type]->labels->singular_name) . '</td><td class="no-break">' . esc_html($time) . '</td><td class="no-break">' . esc_html($stat) . ' </td></tr>' . "\n\n"
/src/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php:1453$dest .= pack('CCC', ((($c0 << 2) | ($c1 >> 4)) & 0xff), ((($c1 << 4) | ($c2 >> 2)) & 0xff), ((($c2 << 6) | $c3) & 0xff))
/src/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:7231$schema['properties']['title'] = array('description' => __('The title for the object.'), 'type' => array('string', 'object'), 'context' => array('view', 'edit', 'embed'), 'properties' => array('raw' => array('description' => __('Title for the object, as it exists in the database.'), 'type' => 'string', 'context' => array('edit'), ), 'rendered' => array('description' => __('HTML title for the object, transformed for display.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), ), )
/src/wp-admin/includes/plugin-install.php:9811$button = sprintf('<a class="update-now button aria-button-if-js" data-plugin="%s" data-slug="%s" href="%s" aria-label="%s" data-name="%s" role="button">%s</a>', esc_attr($status['file']), esc_attr($data->slug), esc_url($status['url']), esc_attr(sprintf(_x('Update %s now', 'plugin'), $name)), esc_attr($name), _x('Update Now', 'plugin'))
/src/wp-includes/sodium_compat/src/Core/Util.php:7441return self::intToChr(($int) & 0xff) . self::intToChr(($int >> 8) & 0xff) . self::intToChr(($int >> 16) & 0xff) . self::intToChr(($int >> 24) & 0xff) . self::intToChr($hiB & 0xff) . self::intToChr(($hiB >> 8) & 0xff) . self::intToChr(($hiB >> 16) & 0xff) . self::intToChr(($hiB >> 24) & 0xff)
/src/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php:721$this->schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'url-details', 'type' => 'object', 'properties' => array('title' => array('description' => sprintf(__('The contents of the %s element from the URL.'), '<title>'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'icon' => array('description' => sprintf(__('The favicon image link of the %s element from the URL.'), '<link rel="icon">'), 'type' => 'string', 'format' => 'uri', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'description' => array('description' => sprintf(__('The content of the %s element from the URL.'), '<meta name="description">'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'image' => array('description' => sprintf(__('The Open Graph image link of the %1$s or %2$s element from the URL.'), '<meta property="og:image">', '<meta property="og:image:url">'), 'type' => 'string', 'format' => 'uri', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), ), )
/src/wp-admin/includes/ajax-actions.php:17671$x = new WP_Ajax_Response(array('what' => 'user', 'id' => $user_id, 'data' => $wp_list_table->single_row($user_object, '', $role), 'supplemental' => array('show-link' => sprintf(__('User %s added'), '<a href="#user-' . $user_id . '">' . $user_object->user_login . '</a>'), 'role' => $role, ), ))
/src/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php:583$dest .= self::encode6Bits($b0 >> 2) . self::encode6Bits((($b0 << 4) | ($b1 >> 4)) & 63) . self::encode6Bits((($b1 << 2) | ($b2 >> 6)) & 63) . self::encode6Bits($b2 & 63)
/src/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php:1641$data = $this->add_additional_fields_to_object(array('title' => $this->get_title($html_head), 'icon' => $this->get_icon($html_head, $url), 'description' => $this->get_description($meta_elements), 'image' => $this->get_image($meta_elements, $url), ), $request)
/src/wp-admin/includes/class-custom-background.php:3861$background_position_options = array(array('left top' => array('label' => __('Top Left'), 'icon' => 'dashicons dashicons-arrow-left-alt', ), 'center top' => array('label' => __('Top'), 'icon' => 'dashicons dashicons-arrow-up-alt', ), 'right top' => array('label' => __('Top Right'), 'icon' => 'dashicons dashicons-arrow-right-alt', ), ), array('left center' => array('label' => __('Left'), 'icon' => 'dashicons dashicons-arrow-left-alt', ), 'center center' => array('label' => __('Center'), 'icon' => 'background-position-center-icon', ), 'right center' => array('label' => __('Right'), 'icon' => 'dashicons dashicons-arrow-right-alt', ), ), array('left bottom' => array('label' => __('Bottom Left'), 'icon' => 'dashicons dashicons-arrow-left-alt', ), 'center bottom' => array('label' => __('Bottom'), 'icon' => 'dashicons dashicons-arrow-down-alt', ), 'right bottom' => array('label' => __('Bottom Right'), 'icon' => 'dashicons dashicons-arrow-right-alt', ), ), )
/src/wp-includes/sodium_compat/src/Core/Base64/Original.php:713$dest .= self::encode6Bits($b0 >> 2) . self::encode6Bits((($b0 << 4) | ($b1 >> 4)) & 63) . self::encode6Bits(($b1 << 2) & 63)
/src/wp-includes/functions.php:4641$quant = array(_x('YB', 'unit symbol') => YB_IN_BYTES, _x('ZB', 'unit symbol') => ZB_IN_BYTES, _x('EB', 'unit symbol') => EB_IN_BYTES, _x('PB', 'unit symbol') => PB_IN_BYTES, _x('TB', 'unit symbol') => TB_IN_BYTES, _x('GB', 'unit symbol') => GB_IN_BYTES, _x('MB', 'unit symbol') => MB_IN_BYTES, _x('KB', 'unit symbol') => KB_IN_BYTES, _x('B', 'unit symbol') => 1, )
/src/wp-includes/sodium_compat/src/Core/Base64/Original.php:583$dest .= self::encode6Bits($b0 >> 2) . self::encode6Bits((($b0 << 4) | ($b1 >> 4)) & 63) . self::encode6Bits((($b1 << 2) | ($b2 >> 6)) & 63) . self::encode6Bits($b2 & 63)
/src/wp-includes/functions.php:34041return apply_filters('mime_types', array('jpg|jpeg|jpe' => 'image/jpeg', 'gif' => 'image/gif', 'png' => 'image/png', 'bmp' => 'image/bmp', 'tiff|tif' => 'image/tiff', 'webp' => 'image/webp', 'avif' => 'image/avif', 'ico' => 'image/x-icon', 'heic' => 'image/heic', 'asf|asx' => 'video/x-ms-asf', 'wmv' => 'video/x-ms-wmv', 'wmx' => 'video/x-ms-wmx', 'wm' => 'video/x-ms-wm', 'avi' => 'video/avi', 'divx' => 'video/divx', 'flv' => 'video/x-flv', 'mov|qt' => 'video/quicktime', 'mpeg|mpg|mpe' => 'video/mpeg', 'mp4|m4v' => 'video/mp4', 'ogv' => 'video/ogg', 'webm' => 'video/webm', 'mkv' => 'video/x-matroska', '3gp|3gpp' => 'video/3gpp', '3g2|3gp2' => 'video/3gpp2', 'txt|asc|c|cc|h|srt' => 'text/plain', 'csv' => 'text/csv', 'tsv' => 'text/tab-separated-values', 'ics' => 'text/calendar', 'rtx' => 'text/richtext', 'css' => 'text/css', 'htm|html' => 'text/html', 'vtt' => 'text/vtt', 'dfxp' => 'application/ttaf+xml', 'mp3|m4a|m4b' => 'audio/mpeg', 'aac' => 'audio/aac', 'ra|ram' => 'audio/x-realaudio', 'wav' => 'audio/wav', 'ogg|oga' => 'audio/ogg', 'flac' => 'audio/flac', 'mid|midi' => 'audio/midi', 'wma' => 'audio/x-ms-wma', 'wax' => 'audio/x-ms-wax', 'mka' => 'audio/x-matroska', 'rtf' => 'application/rtf', 'js' => 'application/javascript', 'pdf' => 'application/pdf', 'swf' => 'application/x-shockwave-flash', 'class' => 'application/java', 'tar' => 'application/x-tar', 'zip' => 'application/zip', 'gz|gzip' => 'application/x-gzip', 'rar' => 'application/rar', '7z' => 'application/x-7z-compressed', 'exe' => 'application/x-msdownload', 'psd' => 'application/octet-stream', 'xcf' => 'application/octet-stream', 'doc' => 'application/msword', 'pot|pps|ppt' => 'application/vnd.ms-powerpoint', 'wri' => 'application/vnd.ms-write', 'xla|xls|xlt|xlw' => 'application/vnd.ms-excel', 'mdb' => 'application/vnd.ms-access', 'mpp' => 'application/vnd.ms-project', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'docm' => 'application/vnd.ms-word.document.macroEnabled.12', 'dotx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.template', 'dotm' => 'application/vnd.ms-word.template.macroEnabled.12', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlsm' => 'application/vnd.ms-excel.sheet.macroEnabled.12', 'xlsb' => 'application/vnd.ms-excel.sheet.binary.macroEnabled.12', 'xltx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.template', 'xltm' => 'application/vnd.ms-excel.template.macroEnabled.12', 'xlam' => 'application/vnd.ms-excel.addin.macroEnabled.12', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'pptm' => 'application/vnd.ms-powerpoint.presentation.macroEnabled.12', 'ppsx' => 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', 'ppsm' => 'application/vnd.ms-powerpoint.slideshow.macroEnabled.12', 'potx' => 'application/vnd.openxmlformats-officedocument.presentationml.template', 'potm' => 'application/vnd.ms-powerpoint.template.macroEnabled.12', 'ppam' => 'application/vnd.ms-powerpoint.addin.macroEnabled.12', 'sldx' => 'application/vnd.openxmlformats-officedocument.presentationml.slide', 'sldm' => 'application/vnd.ms-powerpoint.slide.macroEnabled.12', 'onetoc|onetoc2|onetmp|onepkg' => 'application/onenote', 'oxps' => 'application/oxps', 'xps' => 'application/vnd.ms-xpsdocument', 'odt' => 'application/vnd.oasis.opendocument.text', 'odp' => 'application/vnd.oasis.opendocument.presentation', 'ods' => 'application/vnd.oasis.opendocument.spreadsheet', 'odg' => 'application/vnd.oasis.opendocument.graphics', 'odc' => 'application/vnd.oasis.opendocument.chart', 'odb' => 'application/vnd.oasis.opendocument.database', 'odf' => 'application/vnd.oasis.opendocument.formula', 'wp|wpd' => 'application/wordperfect', 'key' => 'application/vnd.apple.keynote', 'numbers' => 'application/vnd.apple.numbers', 'pages' => 'application/vnd.apple.pages', ))
/src/wp-includes/sodium_compat/src/Core/Base64/Common.php:613$dest .= self::encode6Bits($b0 >> 2) . self::encode6Bits((($b0 << 4) | ($b1 >> 4)) & 63) . self::encode6Bits((($b1 << 2) | ($b2 >> 6)) & 63) . self::encode6Bits($b2 & 63)
/src/wp-includes/functions.php:35331return apply_filters('ext2type', array('image' => array('jpg', 'jpeg', 'jpe', 'gif', 'png', 'bmp', 'tif', 'tiff', 'ico', 'heic', 'webp', 'avif'), 'audio' => array('aac', 'ac3', 'aif', 'aiff', 'flac', 'm3a', 'm4a', 'm4b', 'mka', 'mp1', 'mp2', 'mp3', 'ogg', 'oga', 'ram', 'wav', 'wma'), 'video' => array('3g2', '3gp', '3gpp', 'asf', 'avi', 'divx', 'dv', 'flv', 'm4v', 'mkv', 'mov', 'mp4', 'mpeg', 'mpg', 'mpv', 'ogm', 'ogv', 'qt', 'rm', 'vob', 'wmv'), 'document' => array('doc', 'docx', 'docm', 'dotm', 'odt', 'pages', 'pdf', 'xps', 'oxps', 'rtf', 'wp', 'wpd', 'psd', 'xcf'), 'spreadsheet' => array('numbers', 'ods', 'xls', 'xlsx', 'xlsm', 'xlsb'), 'interactive' => array('swf', 'key', 'ppt', 'pptx', 'pptm', 'pps', 'ppsx', 'ppsm', 'sldx', 'sldm', 'odp'), 'text' => array('asc', 'csv', 'tsv', 'txt'), 'archive' => array('bz2', 'cab', 'dmg', 'gz', 'rar', 'sea', 'sit', 'sqx', 'tar', 'tgz', 'zip', '7z'), 'code' => array('css', 'htm', 'html', 'php', 'js'), ))
/src/wp-includes/sodium_compat/src/Core/Base64/Original.php:1453$dest .= pack('CCC', ((($c0 << 2) | ($c1 >> 4)) & 0xff), ((($c1 << 4) | ($c2 >> 2)) & 0xff), ((($c2 << 6) | $c3) & 0xff))
/src/wp-includes/functions.php:51951$regexp = '/' . implode('|', array($rsUpper . '?' . $rsLower . '+' . '(?=' . implode('|', array($rsBreak, $rsUpper, '$')) . ')', $rsMiscUpper . '+' . '(?=' . implode('|', array($rsBreak, $rsUpper . $rsMiscLower, '$')) . ')', $rsUpper . '?' . $rsMiscLower . '+', $rsUpper . '+', $rsOrdUpper, $rsOrdLower, $rsDigits, )) . '/u'
/src/wp-includes/sodium_compat/src/Core/Base64/Common.php:1483$dest .= pack('CCC', ((($c0 << 2) | ($c1 >> 4)) & 0xff), ((($c1 << 4) | ($c2 >> 2)) & 0xff), ((($c2 << 6) | $c3) & 0xff))
/src/wp-includes/functions.php:65981$exists = array(0 => (isset($zone[0]) && $zone[0]), 1 => (isset($zone[1]) && $zone[1]), 2 => (isset($zone[2]) && $zone[2]), )
/src/wp-includes/sodium_compat/src/Core/Base64/Common.php:743$dest .= self::encode6Bits($b0 >> 2) . self::encode6Bits((($b0 << 4) | ($b1 >> 4)) & 63) . self::encode6Bits(($b1 << 2) & 63)
/src/wp-includes/functions.php:66081$zonen[] = array('continent' => ($exists[0] ? $zone[0] : ''), 'city' => ($exists[1] ? $zone[1] : ''), 'subcity' => ($exists[2] ? $zone[2] : ''), 't_continent' => ($exists[3] ? translate(str_replace('_', ' ', $zone[0]), 'continents-cities') : ''), 't_city' => ($exists[4] ? translate(str_replace('_', ' ', $zone[1]), 'continents-cities') : ''), 't_subcity' => ($exists[5] ? translate(str_replace('_', ' ', $zone[2]), 'continents-cities') : ''), )
/src/wp-includes/sodium_compat/src/Core/Poly1305/State.php:711$this->pad = array(self::load_4(self::substr($key, 16, 4)), self::load_4(self::substr($key, 20, 4)), self::load_4(self::substr($key, 24, 4)), self::load_4(self::substr($key, 28, 4)), )
/src/wp-includes/functions.php:78751return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0x0fff) | 0x4000, mt_rand(0, 0x3fff) | 0x8000, mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff))
/src/wp-includes/sodium_compat/src/Core/Poly1305/State.php:591$this->r = array((int) ((self::load_4(self::substr($key, 0, 4))) & 0x3ffffff), (int) ((self::load_4(self::substr($key, 3, 4)) >> 2) & 0x3ffff03), (int) ((self::load_4(self::substr($key, 6, 4)) >> 4) & 0x3ffc0ff), (int) ((self::load_4(self::substr($key, 9, 4)) >> 6) & 0x3f03fff), (int) ((self::load_4(self::substr($key, 12, 4)) >> 8) & 0x00fffff))
/src/wp-admin/includes/class-wp-debug-data.php:4481$info['wp-paths-sizes']['fields'] = array('wordpress_path' => array('label' => __('WordPress directory location'), 'value' => untrailingslashit(ABSPATH), ), 'wordpress_size' => array('label' => __('WordPress directory size'), 'value' => $loading, 'debug' => 'loading...', ), 'uploads_path' => array('label' => __('Uploads directory location'), 'value' => $upload_dir['basedir'], ), 'uploads_size' => array('label' => __('Uploads directory size'), 'value' => $loading, 'debug' => 'loading...', ), 'themes_path' => array('label' => __('Themes directory location'), 'value' => get_theme_root( ), ), 'themes_size' => array('label' => __('Themes directory size'), 'value' => $loading, 'debug' => 'loading...', ), 'plugins_path' => array('label' => __('Plugins directory location'), 'value' => WP_PLUGIN_DIR, ), 'plugins_size' => array('label' => __('Plugins directory size'), 'value' => $loading, 'debug' => 'loading...', ), 'database_size' => array('label' => __('Database size'), 'value' => $loading, 'debug' => 'loading...', ), 'total_size' => array('label' => __('Total installation size'), 'value' => $loading, 'debug' => 'loading...', ), )
/src/wp-admin/includes/class-wp-debug-data.php:5911$limits = array('area' => (defined('imagick::RESOURCETYPE_AREA') ? size_format($imagick->getResourceLimit(imagick::RESOURCETYPE_AREA)) : $not_available), 'disk' => (defined('imagick::RESOURCETYPE_DISK') ? $imagick->getResourceLimit(imagick::RESOURCETYPE_DISK) : $not_available), 'file' => (defined('imagick::RESOURCETYPE_FILE') ? $imagick->getResourceLimit(imagick::RESOURCETYPE_FILE) : $not_available), 'map' => (defined('imagick::RESOURCETYPE_MAP') ? size_format($imagick->getResourceLimit(imagick::RESOURCETYPE_MAP)) : $not_available), 'memory' => (defined('imagick::RESOURCETYPE_MEMORY') ? size_format($imagick->getResourceLimit(imagick::RESOURCETYPE_MEMORY)) : $not_available), 'thread' => (defined('imagick::RESOURCETYPE_THREAD') ? $imagick->getResourceLimit(imagick::RESOURCETYPE_THREAD) : $not_available), 'time' => (defined('imagick::RESOURCETYPE_TIME') ? $imagick->getResourceLimit(imagick::RESOURCETYPE_TIME) : $not_available), )
/src/wp-includes/sodium_compat/src/Core/Poly1305/State.php:2121$d0 = (self::mul($h0, $r0, 27) + self::mul($s4, $h1, 27) + self::mul($s3, $h2, 27) + self::mul($s2, $h3, 27) + self::mul($s1, $h4, 27))
/src/wp-admin/includes/class-wp-debug-data.php:6011$limits_debug = array('imagick::RESOURCETYPE_AREA' => (defined('imagick::RESOURCETYPE_AREA') ? size_format($imagick->getResourceLimit(imagick::RESOURCETYPE_AREA)) : 'not available'), 'imagick::RESOURCETYPE_DISK' => (defined('imagick::RESOURCETYPE_DISK') ? $imagick->getResourceLimit(imagick::RESOURCETYPE_DISK) : 'not available'), 'imagick::RESOURCETYPE_FILE' => (defined('imagick::RESOURCETYPE_FILE') ? $imagick->getResourceLimit(imagick::RESOURCETYPE_FILE) : 'not available'), 'imagick::RESOURCETYPE_MAP' => (defined('imagick::RESOURCETYPE_MAP') ? size_format($imagick->getResourceLimit(imagick::RESOURCETYPE_MAP)) : 'not available'), 'imagick::RESOURCETYPE_MEMORY' => (defined('imagick::RESOURCETYPE_MEMORY') ? size_format($imagick->getResourceLimit(imagick::RESOURCETYPE_MEMORY)) : 'not available'), 'imagick::RESOURCETYPE_THREAD' => (defined('imagick::RESOURCETYPE_THREAD') ? $imagick->getResourceLimit(imagick::RESOURCETYPE_THREAD) : 'not available'), 'imagick::RESOURCETYPE_TIME' => (defined('imagick::RESOURCETYPE_TIME') ? $imagick->getResourceLimit(imagick::RESOURCETYPE_TIME) : 'not available'), )
/src/wp-admin/includes/class-wp-debug-data.php:7171$info['wp-server']['fields']['httpd_software'] = array('label' => __('Web server'), 'value' => (isset($_SERVER['SERVER_SOFTWARE']) ? $_SERVER['SERVER_SOFTWARE'] : __('Unable to determine what web server software is used')), 'debug' => (isset($_SERVER['SERVER_SOFTWARE']) ? $_SERVER['SERVER_SOFTWARE'] : 'unknown'), )
/src/wp-admin/includes/class-wp-debug-data.php:10271$item = array('id' => $plugin_path, 'slug' => '', 'plugin' => $plugin_path, 'new_version' => '', 'url' => '', 'package' => '', 'icons' => array( ), 'banners' => array( ), 'banners_rtl' => array( ), 'tested' => '', 'requires_php' => '', 'compatibility' => new stdClass( ), )
/src/wp-admin/includes/class-wp-debug-data.php:11301$info['wp-active-theme']['fields'] = array('name' => array('label' => __('Name'), 'value' => sprintf(__('%1$s (%2$s)'), $active_theme->name, $active_theme->stylesheet), ), 'version' => array('label' => __('Version'), 'value' => $active_theme_version, 'debug' => $active_theme_version_debug, ), 'author' => array('label' => __('Author'), 'value' => wp_kses($active_theme->author, array( )), ), 'author_website' => array('label' => __('Author website'), 'value' => ($active_theme_author_uri ? $active_theme_author_uri : __('Undefined')), 'debug' => ($active_theme_author_uri ? $active_theme_author_uri : '(undefined)'), ), 'parent_theme' => array('label' => __('Parent theme'), 'value' => $active_theme_parent_theme, 'debug' => $active_theme_parent_theme_debug, ), 'theme_features' => array('label' => __('Theme features'), 'value' => implode(', ', $theme_features), ), 'theme_path' => array('label' => __('Theme directory location'), 'value' => get_stylesheet_directory( ), ), )
/src/wp-admin/includes/class-wp-debug-data.php:12251$info['wp-parent-theme']['fields'] = array('name' => array('label' => __('Name'), 'value' => sprintf(__('%1$s (%2$s)'), $parent_theme->name, $parent_theme->stylesheet), ), 'version' => array('label' => __('Version'), 'value' => $parent_theme_version, 'debug' => $parent_theme_version_debug, ), 'author' => array('label' => __('Author'), 'value' => wp_kses($parent_theme->author, array( )), ), 'author_website' => array('label' => __('Author website'), 'value' => ($parent_theme_author_uri ? $parent_theme_author_uri : __('Undefined')), 'debug' => ($parent_theme_author_uri ? $parent_theme_author_uri : '(undefined)'), ), 'theme_path' => array('label' => __('Theme directory location'), 'value' => get_template_directory( ), ), )
/src/wp-admin/includes/deprecated.php:6121$this->paging_text = sprintf('<span class="displaying-num">' . __('Displaying %1$s&#8211;%2$s of %3$s') . '</span>%s', number_format_i18n(($this->page - 1) * $this->users_per_page + 1), number_format_i18n(min($this->page * $this->users_per_page, $this->total_users_for_query)), number_format_i18n($this->total_users_for_query), $this->paging_text)
/src/wp-admin/includes/class-wp-plugins-list-table.php:1071$plugins = array('all' => $all_plugins, 'search' => array( ), 'active' => array( ), 'inactive' => array( ), 'recently_activated' => array( ), 'upgrade' => array( ), 'mustuse' => array( ), 'dropins' => array( ), 'paused' => array( ), )
/src/wp-admin/includes/class-wp-filesystem-ftpext.php:6541$b['time'] = mktime($lucifer[4] + (strcasecmp($lucifer[6], 'PM') === 0 ? 12 : 0), $lucifer[5], 0, $lucifer[1], $lucifer[2], $lucifer[3])
/src/wp-admin/includes/class-wp-media-list-table.php:3991return array('title' => array('title', false, _x('File', 'column name'), __('Table ordered by File Name.')), 'author' => array('author', false, __('Author'), __('Table ordered by Author.')), 'parent' => array('parent', false, _x('Uploaded to', 'column name'), __('Table ordered by Uploaded To.')), 'comments' => array('comment_count', __('Comments'), false, __('Table ordered by Comments.')), 'date' => array('date', true, __('Date'), __('Table ordered by Date.'), 'desc'), )
/src/wp-admin/includes/class-wp-plugins-list-table.php:2171$filter_payload = array('id' => $plugin_file, 'slug' => '', 'plugin' => $plugin_file, 'new_version' => '', 'url' => '', 'package' => '', 'icons' => array( ), 'banners' => array( ), 'banners_rtl' => array( ), 'tested' => '', 'requires_php' => '', 'compatibility' => new stdClass( ), )
/src/wp-admin/includes/class-wp-debug-data.php:671$info['wp-core'] = array('label' => __('WordPress'), 'fields' => array('version' => array('label' => __('Version'), 'value' => $core_version . $core_update_needed, 'debug' => $core_version, ), 'site_language' => array('label' => __('Site Language'), 'value' => get_locale( ), ), 'user_language' => array('label' => __('User Language'), 'value' => get_user_locale( ), ), 'timezone' => array('label' => __('Timezone'), 'value' => wp_timezone_string( ), ), 'home_url' => array('label' => __('Home URL'), 'value' => get_bloginfo('url'), 'private' => true, ), 'site_url' => array('label' => __('Site URL'), 'value' => get_bloginfo('wpurl'), 'private' => true, ), 'permalink' => array('label' => __('Permalink structure'), 'value' => $permalink_structure ? $permalink_structure : __('No permalink structure set'), 'debug' => $permalink_structure, ), 'https_status' => array('label' => __('Is this site using HTTPS?'), 'value' => $is_ssl ? __('Yes') : __('No'), 'debug' => $is_ssl, ), 'multisite' => array('label' => __('Is this a multisite?'), 'value' => $is_multisite ? __('Yes') : __('No'), 'debug' => $is_multisite, ), 'user_registration' => array('label' => __('Can anyone register on this site?'), 'value' => $users_can_register ? __('Yes') : __('No'), 'debug' => $users_can_register, ), 'blog_public' => array('label' => __('Is this site discouraging search engines?'), 'value' => $blog_public ? __('No') : __('Yes'), 'debug' => $blog_public, ), 'default_comment_status' => array('label' => __('Default comment status'), 'value' => 'open' === $default_comment_status ? _x('Open', 'comment status') : _x('Closed', 'comment status'), 'debug' => $default_comment_status, ), 'environment_type' => array('label' => __('Environment type'), 'value' => $environment_type, 'debug' => $environment_type, ), ), )
/src/wp-admin/includes/class-ftp.php:1801$b['time'] = @mktime($lucifer[4] + (strcasecmp($lucifer[6], "PM") == 0 ? 12 : 0), $lucifer[5], 0, $lucifer[1], $lucifer[2], $lucifer[3])
/src/wp-admin/includes/class-wp-debug-data.php:3501$info['wp-filesystem'] = array('label' => __('Filesystem Permissions'), 'description' => __('Shows whether WordPress is able to write to the directories it needs access to.'), 'fields' => array('wordpress' => array('label' => __('The main WordPress directory'), 'value' => ($is_writable_abspath ? __('Writable') : __('Not writable')), 'debug' => ($is_writable_abspath ? 'writable' : 'not writable'), ), 'wp-content' => array('label' => __('The wp-content directory'), 'value' => ($is_writable_wp_content_dir ? __('Writable') : __('Not writable')), 'debug' => ($is_writable_wp_content_dir ? 'writable' : 'not writable'), ), 'uploads' => array('label' => __('The uploads directory'), 'value' => ($is_writable_upload_dir ? __('Writable') : __('Not writable')), 'debug' => ($is_writable_upload_dir ? 'writable' : 'not writable'), ), 'plugins' => array('label' => __('The plugins directory'), 'value' => ($is_writable_wp_plugin_dir ? __('Writable') : __('Not writable')), 'debug' => ($is_writable_wp_plugin_dir ? 'writable' : 'not writable'), ), 'themes' => array('label' => __('The themes directory'), 'value' => ($is_writable_template_directory ? __('Writable') : __('Not writable')), 'debug' => ($is_writable_template_directory ? 'writable' : 'not writable'), ), ), )
/src/wp-admin/includes/class-wp-debug-data.php:2461$info['wp-constants'] = array('label' => __('WordPress Constants'), 'description' => __('These settings alter where and how parts of WordPress are loaded.'), 'fields' => array('ABSPATH' => array('label' => 'ABSPATH', 'value' => ABSPATH, 'private' => true, ), 'WP_HOME' => array('label' => 'WP_HOME', 'value' => (defined('WP_HOME') ? WP_HOME : __('Undefined')), 'debug' => (defined('WP_HOME') ? WP_HOME : 'undefined'), ), 'WP_SITEURL' => array('label' => 'WP_SITEURL', 'value' => (defined('WP_SITEURL') ? WP_SITEURL : __('Undefined')), 'debug' => (defined('WP_SITEURL') ? WP_SITEURL : 'undefined'), ), 'WP_CONTENT_DIR' => array('label' => 'WP_CONTENT_DIR', 'value' => WP_CONTENT_DIR, ), 'WP_PLUGIN_DIR' => array('label' => 'WP_PLUGIN_DIR', 'value' => WP_PLUGIN_DIR, ), 'WP_MEMORY_LIMIT' => array('label' => 'WP_MEMORY_LIMIT', 'value' => WP_MEMORY_LIMIT, ), 'WP_MAX_MEMORY_LIMIT' => array('label' => 'WP_MAX_MEMORY_LIMIT', 'value' => WP_MAX_MEMORY_LIMIT, ), 'WP_DEBUG' => array('label' => 'WP_DEBUG', 'value' => WP_DEBUG ? __('Enabled') : __('Disabled'), 'debug' => WP_DEBUG, ), 'WP_DEBUG_DISPLAY' => array('label' => 'WP_DEBUG_DISPLAY', 'value' => WP_DEBUG_DISPLAY ? __('Enabled') : __('Disabled'), 'debug' => WP_DEBUG_DISPLAY, ), 'WP_DEBUG_LOG' => array('label' => 'WP_DEBUG_LOG', 'value' => $wp_debug_log_value, 'debug' => WP_DEBUG_LOG, ), 'SCRIPT_DEBUG' => array('label' => 'SCRIPT_DEBUG', 'value' => SCRIPT_DEBUG ? __('Enabled') : __('Disabled'), 'debug' => SCRIPT_DEBUG, ), 'WP_CACHE' => array('label' => 'WP_CACHE', 'value' => WP_CACHE ? __('Enabled') : __('Disabled'), 'debug' => WP_CACHE, ), 'CONCATENATE_SCRIPTS' => array('label' => 'CONCATENATE_SCRIPTS', 'value' => $concatenate_scripts, 'debug' => $concatenate_scripts_debug, ), 'COMPRESS_SCRIPTS' => array('label' => 'COMPRESS_SCRIPTS', 'value' => $compress_scripts, 'debug' => $compress_scripts_debug, ), 'COMPRESS_CSS' => array('label' => 'COMPRESS_CSS', 'value' => $compress_css, 'debug' => $compress_css_debug, ), 'WP_ENVIRONMENT_TYPE' => array('label' => 'WP_ENVIRONMENT_TYPE', 'value' => $wp_environment_type, 'debug' => $wp_environment_type, ), 'WP_DEVELOPMENT_MODE' => array('label' => 'WP_DEVELOPMENT_MODE', 'value' => WP_DEVELOPMENT_MODE ? WP_DEVELOPMENT_MODE : __('Disabled'), 'debug' => WP_DEVELOPMENT_MODE, ), 'DB_CHARSET' => array('label' => 'DB_CHARSET', 'value' => (defined('DB_CHARSET') ? DB_CHARSET : __('Undefined')), 'debug' => (defined('DB_CHARSET') ? DB_CHARSET : 'undefined'), ), 'DB_COLLATE' => array('label' => 'DB_COLLATE', 'value' => (defined('DB_COLLATE') ? DB_COLLATE : __('Undefined')), 'debug' => (defined('DB_COLLATE') ? DB_COLLATE : 'undefined'), ), ), )
/src/wp-admin/includes/media.php:17371$delete = "<a href='#' class='del-link' onclick=\"document.getElementById('del_attachment_$attachment_id').style.display='block';return false;\">" . __('Delete') . "</a> <div id='del_attachment_$attachment_id' class='del-attachment' style='display:none;'>" . '<p>' . sprintf(__('You are about to delete %s.'), '<strong>' . $filename . '</strong>') . "</p> <a href='" . wp_nonce_url("post.php?action=delete&amp;post=$attachment_id", 'delete-post_' . $attachment_id) . "' id='del[$attachment_id]' class='button'>" . __('Continue') . "</a> <a href='#' class='button' onclick=\"this.parentNode.style.display='none';return false;\">" . __('Cancel') . '</a> </div>'
/src/wp-admin/includes/media.php:16891$item = " $type_html $toggle_links $order $display_title <table class='slidetoggle describe $class'> <thead class='media-item-info' id='media-head-$post->ID'> <tr> <td class='A1B1' id='thumbnail-head-$post->ID'> <p><a href='$attachment_url' target='_blank'><img class='thumbnail' src='$thumb_url' alt='' /></a></p> <p>$image_edit_button</p> </td> <td> <p><strong>" . __('File name:') . "</strong> $filename</p> <p><strong>" . __('File type:') . "</strong> $post->post_mime_type</p> <p><strong>" . __('Upload date:') . '</strong> ' . mysql2date(__('F j, Y'), $post->post_date) . '</p>'
/src/wp-admin/includes/media.php:28031$type_links[] = '<li><a href="' . esc_url(add_query_arg(array('post_mime_type' => $mime_type, 'paged' => false, ))) . '"' . $class . '>' . sprintf(translate_nooped_plural($label[2], $num_posts[$mime_type]), '<span id="' . $mime_type . '-counter">' . number_format_i18n($num_posts[$mime_type]) . '</span>') . '</a>'
/src/wp-admin/includes/media.php:17451$delete = "<a href='" . wp_nonce_url("post.php?action=trash&amp;post=$attachment_id", 'trash-post_' . $attachment_id) . "' id='del[$attachment_id]' class='delete'>" . __('Move to Trash') . "</a> <a href='" . wp_nonce_url("post.php?action=untrash&amp;post=$attachment_id", 'untrash-post_' . $attachment_id) . "' id='undo[$attachment_id]' class='undo hidden'>" . __('Undo') . '</a>'
/src/wp-admin/includes/media.php:29521return ' <p class="media-types"><label><input type="radio" name="media_type" value="image" id="image-only"' . checked('image-only', $view, false) . ' /> ' . __('Image') . '</label> &nbsp; &nbsp; <label><input type="radio" name="media_type" value="generic" id="not-image"' . checked('not-image', $view, false) . ' /> ' . __('Audio, Video, or Other File') . '</label></p> <p class="media-types media-types-required-info">' . wp_required_field_message( ) . '</p> <table class="describe ' . $table_class . '"><tbody> <tr> <th scope="row" class="label" style="width:130px;"> <label for="src"><span class="alignleft">' . __('URL') . '</span> ' . wp_required_field_indicator( ) . '</label> <span class="alignright" id="status_img"></span> </th> <td class="field"><input id="src" name="src" value="" type="text" required onblur="addExtImage.getImageData()" /></td> </tr> <tr> <th scope="row" class="label"> <label for="title"><span class="alignleft">' . __('Title') . '</span> ' . wp_required_field_indicator( ) . '</label> </th> <td class="field"><input id="title" name="title" value="" type="text" required /></td> </tr> <tr class="not-image"><td></td><td><p class="help">' . __('Link text, e.g. &#8220;Ransom Demands (PDF)&#8221;') . '</p></td></tr> <tr class="image-only"> <th scope="row" class="label"> <label for="alt"><span class="alignleft">' . __('Alternative Text') . '</span> ' . wp_required_field_indicator( ) . '</label> </th> <td class="field"><input id="alt" name="alt" value="" type="text" required /> <p class="help">' . __('Alt text for the image, e.g. &#8220;The Mona Lisa&#8221;') . '</p></td> </tr> ' . $caption . ' <tr class="align image-only"> <th scope="row" class="label"><p><label for="align">' . __('Alignment') . '</label></p></th> <td class="field"> <input name="align" id="align-none" value="none" onclick="addExtImage.align=\'align\'+this.value" type="radio"' . ('none' === $default_align ? ' checked="checked"' : '') . ' /> <label for="align-none" class="align image-align-none-label">' . __('None') . '</label> <input name="align" id="align-left" value="left" onclick="addExtImage.align=\'align\'+this.value" type="radio"' . ('left' === $default_align ? ' checked="checked"' : '') . ' /> <label for="align-left" class="align image-align-left-label">' . __('Left') . '</label> <input name="align" id="align-center" value="center" onclick="addExtImage.align=\'align\'+this.value" type="radio"' . ('center' === $default_align ? ' checked="checked"' : '') . ' /> <label for="align-center" class="align image-align-center-label">' . __('Center') . '</label> <input name="align" id="align-right" value="right" onclick="addExtImage.align=\'align\'+this.value" type="radio"' . ('right' === $default_align ? ' checked="checked"' : '') . ' /> <label for="align-right" class="align image-align-right-label">' . __('Right') . '</label> </td> </tr> <tr class="image-only"> <th scope="row" class="label"> <label for="url"><span class="alignleft">' . __('Link Image To:') . '</span></label> </th> <td class="field"><input id="url" name="url" value="" type="text" /><br /> <button type="button" class="button" value="" onclick="document.forms[0].url.value=null">' . __('None') . '</button> <button type="button" class="button" value="" onclick="document.forms[0].url.value=document.forms[0].src.value">' . __('Link to image') . '</button> <p class="help">' . __('Enter a link URL or click above for presets.') . '</p></td> </tr> <tr class="image-only"> <td></td> <td> <input type="button" class="button" id="go_button" style="color:#bbb;" onclick="addExtImage.insert()" value="' . esc_attr__('Insert into Post') . '" /> </td> </tr> <tr class="not-image"> <td></td> <td> ' . get_submit_button(__('Insert into Post'), '', 'insertonlybutton', false) . ' </td> </tr> </tbody></table>'
/src/wp-admin/includes/media.php:28291$page_links = paginate_links(array('base' => add_query_arg('paged', '%#%'), 'format' => '', 'prev_text' => __('&laquo;'), 'next_text' => __('&raquo;'), 'total' => (int) ceil($wp_query->found_posts / 10), 'current' => $q['paged'], ))
/src/wp-admin/includes/misc.php:12571$response['wp-refresh-post-nonces'] = array('replace' => array('getpermalinknonce' => wp_create_nonce('getpermalink'), 'samplepermalinknonce' => wp_create_nonce('samplepermalink'), 'closedpostboxesnonce' => wp_create_nonce('closedpostboxes'), '_ajax_linking_nonce' => wp_create_nonce('internal-linking'), '_wpnonce' => wp_create_nonce('update-post_' . $post_id), ), )
/src/wp-admin/includes/class-wp-site-health-auto-updates.php:301$tests = array($this->test_constants('WP_AUTO_UPDATE_CORE', array(true, 'beta', 'rc', 'development', 'branch-development', 'minor')), $this->test_wp_version_check_attached( ), $this->test_filters_automatic_updater_disabled( ), $this->test_wp_automatic_updates_disabled( ), $this->test_if_failed_update( ), $this->test_vcs_abspath( ), $this->test_check_wp_filesystem_method( ), $this->test_all_files_writable( ), $this->test_accepts_dev_updates( ), $this->test_accepts_minor_updates( ), )
/src/wp-includes/class-wp-network-query.php:4853$this->request = "{$this->sql_clauses['select']} {$this->sql_clauses['from']} {$where} {$this->sql_clauses['groupby']} {$this->sql_clauses['orderby']} {$this->sql_clauses['limits']}"
/src/wp-includes/class-wp-oembed.php:531$providers = array('#https?://((m|www)\.)?youtube\.com/watch.*#i' => array('https://www.youtube.com/oembed', true), '#https?://((m|www)\.)?youtube\.com/playlist.*#i' => array('https://www.youtube.com/oembed', true), '#https?://((m|www)\.)?youtube\.com/shorts/*#i' => array('https://www.youtube.com/oembed', true), '#https?://((m|www)\.)?youtube\.com/live/*#i' => array('https://www.youtube.com/oembed', true), '#https?://youtu\.be/.*#i' => array('https://www.youtube.com/oembed', true), '#https?://(.+\.)?vimeo\.com/.*#i' => array('https://vimeo.com/api/oembed.{format}', true), '#https?://(www\.)?dailymotion\.com/.*#i' => array('https://www.dailymotion.com/services/oembed', true), '#https?://dai\.ly/.*#i' => array('https://www.dailymotion.com/services/oembed', true), '#https?://(www\.)?flickr\.com/.*#i' => array('https://www.flickr.com/services/oembed/', true), '#https?://flic\.kr/.*#i' => array('https://www.flickr.com/services/oembed/', true), '#https?://(.+\.)?smugmug\.com/.*#i' => array('https://api.smugmug.com/services/oembed/', true), '#https?://(www\.)?scribd\.com/(doc|document)/.*#i' => array('https://www.scribd.com/services/oembed', true), '#https?://wordpress\.tv/.*#i' => array('https://wordpress.tv/oembed/', true), '#https?://(.+\.)?crowdsignal\.net/.*#i' => array('https://api.crowdsignal.com/oembed', true), '#https?://(.+\.)?polldaddy\.com/.*#i' => array('https://api.crowdsignal.com/oembed', true), '#https?://poll\.fm/.*#i' => array('https://api.crowdsignal.com/oembed', true), '#https?://(.+\.)?survey\.fm/.*#i' => array('https://api.crowdsignal.com/oembed', true), '#https?://(www\.)?twitter\.com/\w{1,15}/status(es)?/.*#i' => array('https://publish.twitter.com/oembed', true), '#https?://(www\.)?twitter\.com/\w{1,15}$#i' => array('https://publish.twitter.com/oembed', true), '#https?://(www\.)?twitter\.com/\w{1,15}/likes$#i' => array('https://publish.twitter.com/oembed', true), '#https?://(www\.)?twitter\.com/\w{1,15}/lists/.*#i' => array('https://publish.twitter.com/oembed', true), '#https?://(www\.)?twitter\.com/\w{1,15}/timelines/.*#i' => array('https://publish.twitter.com/oembed', true), '#https?://(www\.)?twitter\.com/i/moments/.*#i' => array('https://publish.twitter.com/oembed', true), '#https?://(www\.)?soundcloud\.com/.*#i' => array('https://soundcloud.com/oembed', true), '#https?://(.+?\.)?slideshare\.net/.*#i' => array('https://www.slideshare.net/api/oembed/2', true), '#https?://(open|play)\.spotify\.com/.*#i' => array('https://embed.spotify.com/oembed/', true), '#https?://(.+\.)?imgur\.com/.*#i' => array('https://api.imgur.com/oembed', true), '#https?://(www\.)?issuu\.com/.+/docs/.+#i' => array('https://issuu.com/oembed_wp', true), '#https?://(www\.)?mixcloud\.com/.*#i' => array('https://app.mixcloud.com/oembed/', true), '#https?://(www\.|embed\.)?ted\.com/talks/.*#i' => array('https://www.ted.com/services/v1/oembed.{format}', true), '#https?://(www\.)?(animoto|video214)\.com/play/.*#i' => array('https://animoto.com/oembeds/create', true), '#https?://(.+)\.tumblr\.com/.*#i' => array('https://www.tumblr.com/oembed/1.0', true), '#https?://(www\.)?kickstarter\.com/projects/.*#i' => array('https://www.kickstarter.com/services/oembed', true), '#https?://kck\.st/.*#i' => array('https://www.kickstarter.com/services/oembed', true), '#https?://cloudup\.com/.*#i' => array('https://cloudup.com/oembed', true), '#https?://(www\.)?reverbnation\.com/.*#i' => array('https://www.reverbnation.com/oembed', true), '#https?://videopress\.com/v/.*#' => array('https://public-api.wordpress.com/oembed/?for=' . $host, true), '#https?://(www\.)?reddit\.com/r/[^/]+/comments/.*#i' => array('https://www.reddit.com/oembed', true), '#https?://(www\.)?speakerdeck\.com/.*#i' => array('https://speakerdeck.com/oembed.{format}', true), '#https?://(www\.)?screencast\.com/.*#i' => array('https://api.screencast.com/external/oembed', true), '#https?://([a-z0-9-]+\.)?amazon\.(com|com\.mx|com\.br|ca)/.*#i' => array('https://read.amazon.com/kp/api/oembed', true), '#https?://([a-z0-9-]+\.)?amazon\.(co\.uk|de|fr|it|es|in|nl|ru)/.*#i' => array('https://read.amazon.co.uk/kp/api/oembed', true), '#https?://([a-z0-9-]+\.)?amazon\.(co\.jp|com\.au)/.*#i' => array('https://read.amazon.com.au/kp/api/oembed', true), '#https?://([a-z0-9-]+\.)?amazon\.cn/.*#i' => array('https://read.amazon.cn/kp/api/oembed', true), '#https?://(www\.)?a\.co/.*#i' => array('https://read.amazon.com/kp/api/oembed', true), '#https?://(www\.)?amzn\.to/.*#i' => array('https://read.amazon.com/kp/api/oembed', true), '#https?://(www\.)?amzn\.eu/.*#i' => array('https://read.amazon.co.uk/kp/api/oembed', true), '#https?://(www\.)?amzn\.in/.*#i' => array('https://read.amazon.in/kp/api/oembed', true), '#https?://(www\.)?amzn\.asia/.*#i' => array('https://read.amazon.com.au/kp/api/oembed', true), '#https?://(www\.)?z\.cn/.*#i' => array('https://read.amazon.cn/kp/api/oembed', true), '#https?://www\.someecards\.com/.+-cards/.+#i' => array('https://www.someecards.com/v2/oembed/', true), '#https?://www\.someecards\.com/usercards/viewcard/.+#i' => array('https://www.someecards.com/v2/oembed/', true), '#https?://some\.ly\/.+#i' => array('https://www.someecards.com/v2/oembed/', true), '#https?://(www\.)?tiktok\.com/.*/video/.*#i' => array('https://www.tiktok.com/oembed', true), '#https?://(www\.)?tiktok\.com/@.*#i' => array('https://www.tiktok.com/oembed', true), '#https?://([a-z]{2}|www)\.pinterest\.com(\.(au|mx))?/.*#i' => array('https://www.pinterest.com/oembed.json', true), '#https?://(www\.)?wolframcloud\.com/obj/.+#i' => array('https://www.wolframcloud.com/oembed', true), '#https?://pca\.st/.+#i' => array('https://pca.st/oembed.json', true), '#https?://((play|www)\.)?anghami\.com/.*#i' => array('https://api.anghami.com/rest/v1/oembed.view', true), '#https?://bsky.app/profile/.*/post/.*#i' => array('https://embed.bsky.app/oembed', true), )
/src/wp-includes/bookmark-template.php:2521$cats = get_terms(array('taxonomy' => 'link_category', 'name__like' => $parsed_args['category_name'], 'include' => $parsed_args['category'], 'exclude' => $parsed_args['exclude_category'], 'orderby' => $parsed_args['category_orderby'], 'order' => $parsed_args['category_order'], 'hierarchical' => 0, ))
/src/wp-includes/class-wp-recovery-mode-email-service.php:1731$message = str_replace(array('###LINK###', '###EXPIRES###', '###CAUSE###', '###DETAILS###', '###SITEURL###', '###PAGEURL###', '###SUPPORT###', '###DEBUG###', ), array($url, human_time_diff(time( ) + $rate_limit), $cause ? "\n{$cause}\n" : "\n", $details, home_url('/'), home_url($_SERVER['REQUEST_URI']), $support, implode("\r\n", $debug), ), $message)
/src/wp-includes/nav-menu.php:7181$defaults = array('order' => 'ASC', 'orderby' => 'menu_order', 'post_type' => 'nav_menu_item', 'post_status' => 'publish', 'output' => ARRAY_A, 'output_key' => 'menu_order', 'nopaging' => true, 'update_menu_item_cache' => true, 'tax_query' => array(array('taxonomy' => 'nav_menu', 'field' => 'term_taxonomy_id', 'terms' => $menu->term_taxonomy_id, ), ), )
/src/wp-includes/bookmark-template.php:2201$defaults = array('orderby' => 'name', 'order' => 'ASC', 'limit' => -1, 'category' => '', 'exclude_category' => '', 'category_name' => '', 'hide_invisible' => 1, 'show_updated' => 0, 'echo' => 1, 'categorize' => 1, 'title_li' => __('Bookmarks'), 'title_before' => '<h2>', 'title_after' => '</h2>', 'category_orderby' => 'name', 'category_order' => 'ASC', 'class' => 'linkcat', 'category_before' => '<li id="%id" class="%class">', 'category_after' => '</li>', )
/src/wp-includes/nav-menu.php:4401$defaults = array('menu-item-db-id' => $menu_item_db_id, 'menu-item-object-id' => 0, 'menu-item-object' => '', 'menu-item-parent-id' => 0, 'menu-item-position' => 0, 'menu-item-type' => 'custom', 'menu-item-title' => '', 'menu-item-url' => '', 'menu-item-description' => '', 'menu-item-attr-title' => '', 'menu-item-target' => '', 'menu-item-classes' => '', 'menu-item-xfn' => '', 'menu-item-status' => '', 'menu-item-post-date' => '', 'menu-item-post-date-gmt' => '', )
/src/wp-includes/media.php:25901$atts = shortcode_atts(array('order' => 'ASC', 'orderby' => 'menu_order ID', 'id' => $post ? $post->ID : 0, 'itemtag' => $html5 ? 'figure' : 'dl', 'icontag' => $html5 ? 'div' : 'dt', 'captiontag' => $html5 ? 'figcaption' : 'dd', 'columns' => 3, 'size' => 'thumbnail', 'include' => '', 'exclude' => '', 'link' => '', ), $attr, 'gallery')
/src/wp-includes/l10n.php:16611$parsed_args = wp_parse_args($args, array('id' => 'locale', 'name' => 'locale', 'languages' => array( ), 'translations' => array( ), 'selected' => '', 'echo' => 1, 'show_available_translations' => true, 'show_option_site_default' => false, 'show_option_en_us' => true, 'explicit_option_en_us' => false, ))
/src/wp-includes/class-wp-query.php:35271$stickies = get_posts(array('post__in' => $sticky_posts, 'post_type' => $post_type, 'post_status' => 'publish', 'posts_per_page' => count($sticky_posts), 'suppress_filters' => $q['suppress_filters'], 'cache_results' => $q['cache_results'], 'update_post_meta_cache' => $q['update_post_meta_cache'], 'update_post_term_cache' => $q['update_post_term_cache'], 'lazy_load_term_meta' => $q['lazy_load_term_meta'], ))
/src/wp-includes/class-wp-tax-query.php:4671$where = $wpdb->prepare("$operator ( SELECT 1 FROM $wpdb->term_relationships INNER JOIN $wpdb->term_taxonomy ON $wpdb->term_taxonomy.term_taxonomy_id = $wpdb->term_relationships.term_taxonomy_id WHERE $wpdb->term_taxonomy.taxonomy = %s AND $wpdb->term_relationships.object_id = $this->primary_table.$this->primary_id_column )", $clause['taxonomy'])
/src/wp-includes/class-wp-tax-query.php:2301return is_array($query) && (empty($query) || array_key_exists('terms', $query) || array_key_exists('taxonomy', $query) || array_key_exists('include_children', $query) || array_key_exists('field', $query) || array_key_exists('operator', $query))
/src/wp-includes/class-wp-metadata-lazyloader.php:551$this->settings = array('term' => array('filter' => 'get_term_metadata', 'callback' => array($this, 'lazyload_meta_callback'), ), 'comment' => array('filter' => 'get_comment_metadata', 'callback' => array($this, 'lazyload_meta_callback'), ), 'blog' => array('filter' => 'get_blog_metadata', 'callback' => array($this, 'lazyload_meta_callback'), ), )
/src/wp-includes/pluggable.php:29781$avatar = sprintf("<img alt='%s' src='%s' srcset='%s' class='%s' height='%d' width='%d' %s/>", esc_attr($args['alt']), esc_url($url), esc_url($url2x) . ' 2x', esc_attr(implode(' ', $class)), (int) $args['height'], (int) $args['width'], $extra_attr)
/src/wp-includes/pluggable.php:28531$defaults = array('size' => 96, 'height' => null, 'width' => null, 'default' => get_option('avatar_default', 'mystery'), 'force_default' => false, 'rating' => get_option('avatar_rating'), 'scheme' => null, 'alt' => '', 'class' => null, 'force_display' => false, 'loading' => null, 'fetchpriority' => null, 'decoding' => null, 'extra_attr' => '', )
/src/wp-includes/block-template-utils.php:11621$wp_query_args = array('post_name__in' => array($slug), 'post_type' => $template_type, 'post_status' => array('auto-draft', 'draft', 'publish', 'trash'), 'posts_per_page' => 1, 'no_found_rows' => true, 'tax_query' => array(array('taxonomy' => 'wp_theme', 'field' => 'name', 'terms' => $theme, ), ), )
/src/wp-includes/block-template-utils.php:10381$wp_query_args = array('post_status' => array('auto-draft', 'draft', 'publish'), 'post_type' => $template_type, 'posts_per_page' => -1, 'no_found_rows' => true, 'lazy_load_term_meta' => false, 'tax_query' => array(array('taxonomy' => 'wp_theme', 'field' => 'name', 'terms' => get_stylesheet( ), ), ), )
/src/wp-includes/block-template-utils.php:1421$default_template_types = array('index' => array('title' => _x('Index', 'Template name'), 'description' => __('Used as a fallback template for all pages when a more specific template is not defined.'), ), 'home' => array('title' => _x('Blog Home', 'Template name'), 'description' => __('Displays the latest posts as either the site homepage or as the "Posts page" as defined under reading settings. If it exists, the Front Page template overrides this template when posts are shown on the homepage.'), ), 'front-page' => array('title' => _x('Front Page', 'Template name'), 'description' => __('Displays your site\'s homepage, whether it is set to display latest posts or a static page. The Front Page template takes precedence over all templates.'), ), 'singular' => array('title' => _x('Single Entries', 'Template name'), 'description' => __('Displays any single entry, such as a post or a page. This template will serve as a fallback when a more specific template (e.g. Single Post, Page, or Attachment) cannot be found.'), ), 'single' => array('title' => _x('Single Posts', 'Template name'), 'description' => __('Displays a single post on your website unless a custom template has been applied to that post or a dedicated template exists.'), ), 'page' => array('title' => _x('Pages', 'Template name'), 'description' => __('Displays a static page unless a custom template has been applied to that page or a dedicated template exists.'), ), 'archive' => array('title' => _x('All Archives', 'Template name'), 'description' => __('Displays any archive, including posts by a single author, category, tag, taxonomy, custom post type, and date. This template will serve as a fallback when more specific templates (e.g. Category or Tag) cannot be found.'), ), 'author' => array('title' => _x('Author Archives', 'Template name'), 'description' => __('Displays a single author\'s post archive. This template will serve as a fallback when a more specific template (e.g. Author: Admin) cannot be found.'), ), 'category' => array('title' => _x('Category Archives', 'Template name'), 'description' => __('Displays a post category archive. This template will serve as a fallback when a more specific template (e.g. Category: Recipes) cannot be found.'), ), 'taxonomy' => array('title' => _x('Taxonomy', 'Template name'), 'description' => __('Displays a custom taxonomy archive. Like categories and tags, taxonomies have terms which you use to classify things. For example: a taxonomy named "Art" can have multiple terms, such as "Modern" and "18th Century." This template will serve as a fallback when a more specific template (e.g. Taxonomy: Art) cannot be found.'), ), 'date' => array('title' => _x('Date Archives', 'Template name'), 'description' => __('Displays a post archive when a specific date is visited (e.g., example.com/2023/).'), ), 'tag' => array('title' => _x('Tag Archives', 'Template name'), 'description' => __('Displays a post tag archive. This template will serve as a fallback when a more specific template (e.g. Tag: Pizza) cannot be found.'), ), 'attachment' => array('title' => __('Attachment Pages'), 'description' => __('Displays when a visitor views the dedicated page that exists for any media attachment.'), ), 'search' => array('title' => _x('Search Results', 'Template name'), 'description' => __('Displays when a visitor performs a search on your website.'), ), 'privacy-policy' => array('title' => __('Privacy Policy'), 'description' => __('Displays your site\'s Privacy Policy page.'), ), '404' => array('title' => _x('Page: 404', 'Template name'), 'description' => __('Displays when a visitor views a non-existent page, such as a dead link or a mistyped URL.'), ), )
/src/wp-includes/block-template-utils.php:711$default_area_definitions = array(array('area' => WP_TEMPLATE_PART_AREA_UNCATEGORIZED, 'label' => _x('General', 'template part area'), 'description' => __('General templates often perform a specific role like displaying post content, and are not tied to any particular area.'), 'icon' => 'layout', 'area_tag' => 'div', ), array('area' => WP_TEMPLATE_PART_AREA_HEADER, 'label' => _x('Header', 'template part area'), 'description' => __('The Header template defines a page area that typically contains a title, logo, and main navigation.'), 'icon' => 'header', 'area_tag' => 'header', ), array('area' => WP_TEMPLATE_PART_AREA_FOOTER, 'label' => _x('Footer', 'template part area'), 'description' => __('The Footer template defines a page area that typically contains site credits, social links, or any other combination of blocks.'), 'icon' => 'footer', 'area_tag' => 'footer', ), )
/src/wp-includes/theme-templates.php:691$check_query_args = array('post_name__in' => array($override_slug), 'post_type' => $post_type, 'posts_per_page' => 1, 'no_found_rows' => true, 'post__not_in' => array($post_id), 'tax_query' => array(array('taxonomy' => 'wp_theme', 'field' => 'name', 'terms' => $theme, ), ), )
/src/wp-includes/sodium_compat/src/Core32/Int64.php:9781return array((int) ((($this->limbs[0] & 0xffff) << 16) | ($this->limbs[1] & 0xffff)), (int) ((($this->limbs[2] & 0xffff) << 16) | ($this->limbs[3] & 0xffff)))
/src/wp-includes/sodium_compat/src/Core32/Int64.php:10281return ParagonIE_Sodium_Core32_Util::intToChr(($this->limbs[0] >> 8) & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr($this->limbs[0] & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr(($this->limbs[1] >> 8) & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr($this->limbs[1] & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr(($this->limbs[2] >> 8) & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr($this->limbs[2] & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr(($this->limbs[3] >> 8) & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr($this->limbs[3] & 0xff)
/src/wp-includes/sodium_compat/src/Core32/Int64.php:10441return ParagonIE_Sodium_Core32_Util::intToChr($this->limbs[3] & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr(($this->limbs[3] >> 8) & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr($this->limbs[2] & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr(($this->limbs[2] >> 8) & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr($this->limbs[1] & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr(($this->limbs[1] >> 8) & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr($this->limbs[0] & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr(($this->limbs[0] >> 8) & 0xff)
/src/wp-includes/sodium_compat/src/Core32/Poly1305/State.php:601$this->r = array(ParagonIE_Sodium_Core32_Int32::fromReverseString(self::substr($key, 0, 4))->setUnsignedInt(true)->mask(0x3ffffff), ParagonIE_Sodium_Core32_Int32::fromReverseString(self::substr($key, 3, 4))->setUnsignedInt(true)->shiftRight(2)->mask(0x3ffff03), ParagonIE_Sodium_Core32_Int32::fromReverseString(self::substr($key, 6, 4))->setUnsignedInt(true)->shiftRight(4)->mask(0x3ffc0ff), ParagonIE_Sodium_Core32_Int32::fromReverseString(self::substr($key, 9, 4))->setUnsignedInt(true)->shiftRight(6)->mask(0x3f03fff), ParagonIE_Sodium_Core32_Int32::fromReverseString(self::substr($key, 12, 4))->setUnsignedInt(true)->shiftRight(8)->mask(0x00fffff))
/src/wp-includes/sodium_compat/src/Core32/Poly1305/State.php:881$this->h = array(new ParagonIE_Sodium_Core32_Int32(array(0, 0), true), new ParagonIE_Sodium_Core32_Int32(array(0, 0), true), new ParagonIE_Sodium_Core32_Int32(array(0, 0), true), new ParagonIE_Sodium_Core32_Int32(array(0, 0), true), new ParagonIE_Sodium_Core32_Int32(array(0, 0), true))
/src/wp-includes/sodium_compat/src/Core32/Int64.php:8511$return->limbs = array((int) ($this->limbs[0] ^ $b->limbs[0]), (int) ($this->limbs[1] ^ $b->limbs[1]), (int) ($this->limbs[2] ^ $b->limbs[2]), (int) ($this->limbs[3] ^ $b->limbs[3]))
/src/wp-includes/sodium_compat/src/Core32/Int64.php:5651$return->limbs = array((int) ($this->limbs[0] | $b->limbs[0]), (int) ($this->limbs[1] | $b->limbs[1]), (int) ($this->limbs[2] | $b->limbs[2]), (int) ($this->limbs[3] | $b->limbs[3]))
/src/wp-includes/sodium_compat/src/Core32/Int64.php:1871return new ParagonIE_Sodium_Core32_Int64(array($this->limbs[0] & $a, $this->limbs[1] & $b, $this->limbs[2] & $c, $this->limbs[3] & $d), $this->unsignedInt)
/src/wp-includes/sodium_compat/src/Core32/SipHash.php:851$v = array(new ParagonIE_Sodium_Core32_Int64(array(0x736f, 0x6d65, 0x7073, 0x6575)), new ParagonIE_Sodium_Core32_Int64(array(0x646f, 0x7261, 0x6e64, 0x6f6d)), new ParagonIE_Sodium_Core32_Int64(array(0x6c79, 0x6765, 0x6e65, 0x7261)), new ParagonIE_Sodium_Core32_Int64(array(0x7465, 0x6462, 0x7974, 0x6573)))
/src/wp-includes/sodium_compat/src/Core32/BLAKE2b.php:6551$str .= implode('', array(self::intToChr($ctx4 & 0xff), self::intToChr(($ctx4 >> 8) & 0xff), self::intToChr(($ctx4 >> 16) & 0xff), self::intToChr(($ctx4 >> 24) & 0xff), "\x00\x00\x00\x00"))
/src/wp-includes/sodium_compat/src/Core32/BLAKE2b.php:1462$h = (int) ($x[$i + 4]) | ((int) ($x[$i + 5]) << 8) | ((int) ($x[$i + 6]) << 16) | ((int) ($x[$i + 7]) << 24)
/src/wp-includes/sodium_compat/src/Core32/BLAKE2b.php:1412$l = (int) ($x[$i]) | ((int) ($x[$i + 1]) << 8) | ((int) ($x[$i + 2]) << 16) | ((int) ($x[$i + 3]) << 24)
/src/wp-includes/sodium_compat/src/Core32/Salsa20.php:1651return $x0->toReverseString( ) . $x1->toReverseString( ) . $x2->toReverseString( ) . $x3->toReverseString( ) . $x4->toReverseString( ) . $x5->toReverseString( ) . $x6->toReverseString( ) . $x7->toReverseString( ) . $x8->toReverseString( ) . $x9->toReverseString( ) . $x10->toReverseString( ) . $x11->toReverseString( ) . $x12->toReverseString( ) . $x13->toReverseString( ) . $x14->toReverseString( ) . $x15->toReverseString( )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:30621$arr = array((int) ($S0 >> 0), (int) ($S0 >> 8), (int) (($S0 >> 16) | ($S1 << 5)), (int) ($S1 >> 3), (int) ($S1 >> 11), (int) (($S1 >> 19) | ($S2 << 2)), (int) ($S2 >> 6), (int) (($S2 >> 14) | ($S3 << 7)), (int) ($S3 >> 1), (int) ($S3 >> 9), (int) (($S3 >> 17) | ($S4 << 4)), (int) ($S4 >> 4), (int) ($S4 >> 12), (int) (($S4 >> 20) | ($S5 << 1)), (int) ($S5 >> 7), (int) (($S5 >> 15) | ($S6 << 6)), (int) ($S6 >> 2), (int) ($S6 >> 10), (int) (($S6 >> 18) | ($S7 << 3)), (int) ($S7 >> 5), (int) ($S7 >> 13), (int) ($S8 >> 0), (int) ($S8 >> 8), (int) (($S8 >> 16) | ($S9 << 5)), (int) ($S9 >> 3), (int) ($S9 >> 11), (int) (($S9 >> 19) | ($S10 << 2)), (int) ($S10 >> 6), (int) (($S10 >> 14) | ($S11 << 7)), (int) ($S11 >> 1), (int) ($S11 >> 9), (int) $S11 >> 17)
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:27051$arr = array((int) (0xff & ($S0 >> 0)), (int) (0xff & ($S0 >> 8)), (int) (0xff & (($S0 >> 16) | ($S1 << 5))), (int) (0xff & ($S1 >> 3)), (int) (0xff & ($S1 >> 11)), (int) (0xff & (($S1 >> 19) | ($S2 << 2))), (int) (0xff & ($S2 >> 6)), (int) (0xff & (($S2 >> 14) | ($S3 << 7))), (int) (0xff & ($S3 >> 1)), (int) (0xff & ($S3 >> 9)), (int) (0xff & (($S3 >> 17) | ($S4 << 4))), (int) (0xff & ($S4 >> 4)), (int) (0xff & ($S4 >> 12)), (int) (0xff & (($S4 >> 20) | ($S5 << 1))), (int) (0xff & ($S5 >> 7)), (int) (0xff & (($S5 >> 15) | ($S6 << 6))), (int) (0xff & ($S6 >> 2)), (int) (0xff & ($S6 >> 10)), (int) (0xff & (($S6 >> 18) | ($S7 << 3))), (int) (0xff & ($S7 >> 5)), (int) (0xff & ($S7 >> 13)), (int) (0xff & ($S8 >> 0)), (int) (0xff & ($S8 >> 8)), (int) (0xff & (($S8 >> 16) | ($S9 << 5))), (int) (0xff & ($S9 >> 3)), (int) (0xff & ($S9 >> 11)), (int) (0xff & (($S9 >> 19) | ($S10 << 2))), (int) (0xff & ($S10 >> 6)), (int) (0xff & (($S10 >> 14) | ($S11 << 7))), (int) (0xff & ($S11 >> 1)), (int) (0xff & ($S11 >> 9)), (int) (0xff & ($S11 >> 17)))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23671$s19 = $a8->mulInt64($b11, 24)->addInt64($a9->mulInt64($b10, 24))->addInt64($a10->mulInt64($b9, 24))->addInt64($a11->mulInt64($b8, 24))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23651$s18 = $a7->mulInt64($b11, 24)->addInt64($a8->mulInt64($b10, 24))->addInt64($a9->mulInt64($b9, 24))->addInt64($a10->mulInt64($b8, 24))->addInt64($a11->mulInt64($b7, 24))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23631$s17 = $a6->mulInt64($b11, 24)->addInt64($a7->mulInt64($b10, 24))->addInt64($a8->mulInt64($b9, 24))->addInt64($a9->mulInt64($b8, 24))->addInt64($a10->mulInt64($b7, 24))->addInt64($a11->mulInt64($b6, 24))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23601$s16 = $a5->mulInt64($b11, 24)->addInt64($a6->mulInt64($b10, 24))->addInt64($a7->mulInt64($b9, 24))->addInt64($a8->mulInt64($b8, 24))->addInt64($a9->mulInt64($b7, 24))->addInt64($a10->mulInt64($b6, 24))->addInt64($a11->mulInt64($b5, 24))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23571$s15 = $a4->mulInt64($b11, 24)->addInt64($a5->mulInt64($b10, 24))->addInt64($a6->mulInt64($b9, 24))->addInt64($a7->mulInt64($b8, 24))->addInt64($a8->mulInt64($b7, 24))->addInt64($a9->mulInt64($b6, 24))->addInt64($a10->mulInt64($b5, 24))->addInt64($a11->mulInt64($b4, 24))
/src/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:8831$this->schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'plugin', 'type' => 'object', 'properties' => array('plugin' => array('description' => __('The plugin file.'), 'type' => 'string', 'pattern' => self::PATTERN, 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'status' => array('description' => __('The plugin activation status.'), 'type' => 'string', 'enum' => is_multisite( ) ? array('inactive', 'active', 'network-active') : array('inactive', 'active'), 'context' => array('view', 'edit', 'embed'), ), 'name' => array('description' => __('The plugin name.'), 'type' => 'string', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'plugin_uri' => array('description' => __('The plugin\'s website address.'), 'type' => 'string', 'format' => 'uri', 'readonly' => true, 'context' => array('view', 'edit'), ), 'author' => array('description' => __('The plugin author.'), 'type' => 'object', 'readonly' => true, 'context' => array('view', 'edit'), ), 'author_uri' => array('description' => __('Plugin author\'s website address.'), 'type' => 'string', 'format' => 'uri', 'readonly' => true, 'context' => array('view', 'edit'), ), 'description' => array('description' => __('The plugin description.'), 'type' => 'object', 'readonly' => true, 'context' => array('view', 'edit'), 'properties' => array('raw' => array('description' => __('The raw plugin description.'), 'type' => 'string', ), 'rendered' => array('description' => __('The plugin description formatted for display.'), 'type' => 'string', ), ), ), 'version' => array('description' => __('The plugin version number.'), 'type' => 'string', 'readonly' => true, 'context' => array('view', 'edit'), ), 'network_only' => array('description' => __('Whether the plugin can only be activated network-wide.'), 'type' => 'boolean', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'requires_wp' => array('description' => __('Minimum required version of WordPress.'), 'type' => 'string', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'requires_php' => array('description' => __('Minimum required version of PHP.'), 'type' => 'string', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'textdomain' => array('description' => __('The plugin\'s text domain.'), 'type' => 'string', 'readonly' => true, 'context' => array('view', 'edit'), ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:5841$data = array('plugin' => substr($item['_file'], 0, -4), 'status' => $this->get_plugin_status($item['_file']), 'name' => $item['Name'], 'plugin_uri' => $item['PluginURI'], 'author' => $item['Author'], 'author_uri' => $item['AuthorURI'], 'description' => array('raw' => $item['Description'], 'rendered' => $marked['Description'], ), 'version' => $item['Version'], 'network_only' => $item['Network'], 'requires_wp' => $item['RequiresWP'], 'requires_php' => $item['RequiresPHP'], 'textdomain' => $item['TextDomain'], )
/src/wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php:2482$links = array('self' => array('href' => rest_url(sprintf('/%s/%s/%s/%s/%d', $this->namespace, $this->parent_base, $template->id, $this->rest_base, $template->wp_id)), ), 'parent' => array('href' => rest_url(sprintf('/%s/%s/%s', $this->namespace, $this->parent_base, $template->id)), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php:5141$response = array('form' => trim($this->get_widget_form($widget_object, $instance)), 'preview' => trim($this->get_widget_preview($widget_key, $instance)), 'instance' => array('encoded' => base64_encode($serialized_instance), 'hash' => wp_hash($serialized_instance), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php:3861$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'widget-type', 'type' => 'object', 'properties' => array('id' => array('description' => __('Unique slug identifying the widget type.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'name' => array('description' => __('Human-readable name identifying the widget type.'), 'type' => 'string', 'default' => '', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'description' => array('description' => __('Description of the widget.'), 'type' => 'string', 'default' => '', 'context' => array('view', 'edit', 'embed'), ), 'is_multi' => array('description' => __('Whether the widget supports multiple instances'), 'type' => 'boolean', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'classname' => array('description' => __('Class name'), 'type' => 'string', 'default' => '', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), ), )
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:30251$s15 = self::mul($a4, $b11, 22) + self::mul($a5, $b10, 22) + self::mul($a6, $b9, 22) + self::mul($a7, $b8, 22) + self::mul($a8, $b7, 22) + self::mul($a9, $b6, 22) + self::mul($a10, $b5, 22) + self::mul($a11, $b4, 22)
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:30221$s14 = self::mul($a3, $b11, 22) + self::mul($a4, $b10, 22) + self::mul($a5, $b9, 22) + self::mul($a6, $b8, 22) + self::mul($a7, $b7, 22) + self::mul($a8, $b6, 22) + self::mul($a9, $b5, 22) + self::mul($a10, $b4, 22) + self::mul($a11, $b3, 22)
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:30301$s17 = self::mul($a6, $b11, 22) + self::mul($a7, $b10, 22) + self::mul($a8, $b9, 22) + self::mul($a9, $b8, 22) + self::mul($a10, $b7, 22) + self::mul($a11, $b6, 22)
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:30271$s16 = self::mul($a5, $b11, 22) + self::mul($a6, $b10, 22) + self::mul($a7, $b9, 22) + self::mul($a8, $b8, 22) + self::mul($a9, $b7, 22) + self::mul($a10, $b6, 22) + self::mul($a11, $b5, 22)
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:30341$s19 = self::mul($a8, $b11, 22) + self::mul($a9, $b10, 22) + self::mul($a10, $b9, 22) + self::mul($a11, $b8, 22)
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:30321$s18 = self::mul($a7, $b11, 22) + self::mul($a8, $b10, 22) + self::mul($a9, $b9, 22) + self::mul($a10, $b8, 22) + self::mul($a11, $b7, 22)
/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php:1811$h0 = ((int) ($x[0]) << $c) | (((int) ($x[1]) & ((1 << $c) - 1) << (32 - $c)) >> (32 - $c))
/src/wp-includes/sodium_compat/src/Core/Salsa20.php:1131return self::store32_le($x0) . self::store32_le($x1) . self::store32_le($x2) . self::store32_le($x3) . self::store32_le($x4) . self::store32_le($x5) . self::store32_le($x6) . self::store32_le($x7) . self::store32_le($x8) . self::store32_le($x9) . self::store32_le($x10) . self::store32_le($x11) . self::store32_le($x12) . self::store32_le($x13) . self::store32_le($x14) . self::store32_le($x15)
/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php:2352$h = (int) ($x[$i + 4]) | ((int) ($x[$i + 5]) << 8) | ((int) ($x[$i + 6]) << 16) | ((int) ($x[$i + 7]) << 24)
/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php:2302$l = (int) ($x[$i]) | ((int) ($x[$i + 1]) << 8) | ((int) ($x[$i + 2]) << 16) | ((int) ($x[$i + 3]) << 24)
/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php:7561$ctx[0][$i] = SplFixedArray::fromArray(array(self::load_4(self::substr($string, (($i << 3) + 4), 4)), self::load_4(self::substr($string, (($i << 3) + 0), 4))))
/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php:7241$str .= implode('', array(self::intToChr($ctx4 & 0xff), self::intToChr(($ctx4 >> 8) & 0xff), self::intToChr(($ctx4 >> 16) & 0xff), self::intToChr(($ctx4 >> 24) & 0xff), self::intToChr(($ctx4 >> 32) & 0xff), self::intToChr(($ctx4 >> 40) & 0xff), self::intToChr(($ctx4 >> 48) & 0xff), self::intToChr(($ctx4 >> 56) & 0xff)))
/src/wp-includes/sodium_compat/src/Core/BLAKE2b.php:7711$ctx[$i][1] = SplFixedArray::fromArray(array(self::load_4(self::substr($string, 76 + (($i - 1) << 4), 4)), self::load_4(self::substr($string, 72 + (($i - 1) << 4), 4))))
/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:20701$links = array('self' => array('href' => rest_url(rest_get_route_for_post($post->ID)), ), 'collection' => array('href' => rest_url(rest_get_route_for_post_type_items($this->post_type)), ), 'about' => array('href' => rest_url('wp/v2/types/' . $this->post_type), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:22451$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => $this->post_type, 'type' => 'object', 'properties' => array('date' => array('description' => __("The date the post was published, in the site's timezone."), 'type' => array('string', 'null'), 'format' => 'date-time', 'context' => array('view', 'edit', 'embed'), ), 'date_gmt' => array('description' => __('The date the post was published, as GMT.'), 'type' => array('string', 'null'), 'format' => 'date-time', 'context' => array('view', 'edit'), ), 'guid' => array('description' => __('The globally unique identifier for the post.'), 'type' => 'object', 'context' => array('view', 'edit'), 'readonly' => true, 'properties' => array('raw' => array('description' => __('GUID for the post, as it exists in the database.'), 'type' => 'string', 'context' => array('edit'), 'readonly' => true, ), 'rendered' => array('description' => __('GUID for the post, transformed for display.'), 'type' => 'string', 'context' => array('view', 'edit'), 'readonly' => true, ), ), ), 'id' => array('description' => __('Unique identifier for the post.'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'link' => array('description' => __('URL to the post.'), 'type' => 'string', 'format' => 'uri', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'modified' => array('description' => __("The date the post was last modified, in the site's timezone."), 'type' => 'string', 'format' => 'date-time', 'context' => array('view', 'edit'), 'readonly' => true, ), 'modified_gmt' => array('description' => __('The date the post was last modified, as GMT.'), 'type' => 'string', 'format' => 'date-time', 'context' => array('view', 'edit'), 'readonly' => true, ), 'slug' => array('description' => __('An alphanumeric identifier for the post unique to its type.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'arg_options' => array('sanitize_callback' => array($this, 'sanitize_slug'), ), ), 'status' => array('description' => __('A named status for the post.'), 'type' => 'string', 'enum' => array_keys(get_post_stati(array('internal' => false))), 'context' => array('view', 'edit'), 'arg_options' => array('validate_callback' => array($this, 'check_status'), ), ), 'type' => array('description' => __('Type of post.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'password' => array('description' => __('A password to protect access to the content and excerpt.'), 'type' => 'string', 'context' => array('edit'), ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:24211$schema['properties']['title'] = array('description' => __('The title for the post.'), 'type' => 'object', 'context' => array('view', 'edit', 'embed'), 'arg_options' => array('sanitize_callback' => null, 'validate_callback' => null, ), 'properties' => array('raw' => array('description' => __('Title for the post, as it exists in the database.'), 'type' => 'string', 'context' => array('edit'), ), 'rendered' => array('description' => __('HTML title for the post, transformed for display.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:24461$schema['properties']['content'] = array('description' => __('The content for the post.'), 'type' => 'object', 'context' => array('view', 'edit'), 'arg_options' => array('sanitize_callback' => null, 'validate_callback' => null, ), 'properties' => array('raw' => array('description' => __('Content for the post, as it exists in the database.'), 'type' => 'string', 'context' => array('edit'), ), 'rendered' => array('description' => __('HTML content for the post, transformed for display.'), 'type' => 'string', 'context' => array('view', 'edit'), 'readonly' => true, ), 'block_version' => array('description' => __('Version of the content block format used by the post.'), 'type' => 'integer', 'context' => array('edit'), 'readonly' => true, ), 'protected' => array('description' => __('Whether the content is protected with a password.'), 'type' => 'boolean', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:24911$schema['properties']['excerpt'] = array('description' => __('The excerpt for the post.'), 'type' => 'object', 'context' => array('view', 'edit', 'embed'), 'arg_options' => array('sanitize_callback' => null, 'validate_callback' => null, ), 'properties' => array('raw' => array('description' => __('Excerpt for the post, as it exists in the database.'), 'type' => 'string', 'context' => array('edit'), ), 'rendered' => array('description' => __('HTML excerpt for the post, transformed for display.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'protected' => array('description' => __('Whether the excerpt is protected with a password.'), 'type' => 'boolean', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:26791$links[] = array('rel' => 'https://api.w.org/action-publish', 'title' => __('The current user can publish this post.'), 'href' => $href, 'targetSchema' => array('type' => 'object', 'properties' => array('status' => array('type' => 'string', 'enum' => array('publish', 'future'), ), ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:27531$links[] = array('rel' => 'https://api.w.org/action-assign-' . $tax_base, 'title' => $assign_title, 'href' => $href, 'targetSchema' => array('type' => 'object', 'properties' => array($tax_base => array('type' => 'array', 'items' => array('type' => 'integer', ), ), ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:27701$links[] = array('rel' => 'https://api.w.org/action-create-' . $tax_base, 'title' => $create_title, 'href' => $href, 'targetSchema' => array('type' => 'object', 'properties' => array($tax_base => array('type' => 'array', 'items' => array('type' => 'integer', ), ), ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:29461$query_params['status'] = array('default' => 'publish', 'description' => __('Limit result set to posts assigned one or more statuses.'), 'type' => 'array', 'items' => array('enum' => array_merge(array_keys(get_post_stati( )), array('any')), 'type' => 'string', ), 'sanitize_callback' => array($this, 'sanitize_post_statuses'), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:31271$limit_schema = array('type' => array('object', 'array'), 'oneOf' => array(array('title' => __('Term ID List'), 'description' => __('Match terms with the listed IDs.'), 'type' => 'array', 'items' => array('type' => 'integer', ), ), array('title' => __('Term ID Taxonomy Query'), 'description' => __('Perform an advanced term query.'), 'type' => 'object', 'properties' => array('terms' => array('description' => __('Term IDs.'), 'type' => 'array', 'items' => array('type' => 'integer', ), 'default' => array( ), ), 'include_children' => array('description' => __('Whether to include child terms in the terms limiting the result set.'), 'type' => 'boolean', 'default' => false, ), ), 'additionalProperties' => false, ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php:2061$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'block-pattern', 'type' => 'object', 'properties' => array('name' => array('description' => __('The pattern name.'), 'type' => 'string', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'title' => array('description' => __('The pattern title, in human readable format.'), 'type' => 'string', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'content' => array('description' => __('The pattern content.'), 'type' => 'string', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'description' => array('description' => __('The pattern detailed description.'), 'type' => 'string', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'viewport_width' => array('description' => __('The pattern viewport width for inserter preview.'), 'type' => 'number', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'inserter' => array('description' => __('Determines whether the pattern is visible in inserter.'), 'type' => 'boolean', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'categories' => array('description' => __('The pattern category slugs.'), 'type' => 'array', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'keywords' => array('description' => __('The pattern keywords.'), 'type' => 'array', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'block_types' => array('description' => __('Block types that the pattern is intended to be used with.'), 'type' => 'array', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'post_types' => array('description' => __('An array of post types that the pattern is restricted to be used with.'), 'type' => 'array', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'template_types' => array('description' => __('An array of template types where the pattern fits.'), 'type' => 'array', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'source' => array('description' => __('Where the pattern comes from e.g. core'), 'type' => 'string', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), 'enum' => array('core', 'plugin', 'theme', 'pattern-directory/core', 'pattern-directory/theme', 'pattern-directory/featured', ), ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:3081$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'type', 'type' => 'object', 'properties' => array('capabilities' => array('description' => __('All capabilities used by the post type.'), 'type' => 'object', 'context' => array('edit'), 'readonly' => true, ), 'description' => array('description' => __('A human-readable description of the post type.'), 'type' => 'string', 'context' => array('view', 'edit'), 'readonly' => true, ), 'hierarchical' => array('description' => __('Whether or not the post type should have children.'), 'type' => 'boolean', 'context' => array('view', 'edit'), 'readonly' => true, ), 'viewable' => array('description' => __('Whether or not the post type can be viewed.'), 'type' => 'boolean', 'context' => array('edit'), 'readonly' => true, ), 'labels' => array('description' => __('Human-readable labels for the post type for various contexts.'), 'type' => 'object', 'context' => array('edit'), 'readonly' => true, ), 'name' => array('description' => __('The title for the post type.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'slug' => array('description' => __('An alphanumeric identifier for the post type.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'supports' => array('description' => __('All features, supported by the post type.'), 'type' => 'object', 'context' => array('edit'), 'readonly' => true, ), 'has_archive' => array('description' => __('If the value is a string, the value will be used as the archive slug. If the value is false the post type has no archive.'), 'type' => array('string', 'boolean'), 'context' => array('view', 'edit'), 'readonly' => true, ), 'taxonomies' => array('description' => __('Taxonomies associated with post type.'), 'type' => 'array', 'items' => array('type' => 'string', ), 'context' => array('view', 'edit'), 'readonly' => true, ), 'rest_base' => array('description' => __('REST base route for the post type.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'rest_namespace' => array('description' => __('REST route\'s namespace for the post type.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'visibility' => array('description' => __('The visibility settings for the post type.'), 'type' => 'object', 'context' => array('edit'), 'readonly' => true, 'properties' => array('show_ui' => array('description' => __('Whether to generate a default UI for managing this post type.'), 'type' => 'boolean', ), 'show_in_nav_menus' => array('description' => __('Whether to make the post type available for selection in navigation menus.'), 'type' => 'boolean', ), ), ), 'icon' => array('description' => __('The icon for the post type.'), 'type' => array('string', 'null'), 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php:2081$this->schema = array('$schema' => 'http://json-schema.org/schema#', 'title' => 'rendered-block', 'type' => 'object', 'properties' => array('rendered' => array('description' => __('The rendered block.'), 'type' => 'string', 'required' => true, 'context' => array('edit'), ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-controller.php:3421return array('context' => $this->get_context_param( ), 'page' => array('description' => __('Current page of the collection.'), 'type' => 'integer', 'default' => 1, 'sanitize_callback' => 'absint', 'validate_callback' => 'rest_validate_request_arg', 'minimum' => 1, ), 'per_page' => array('description' => __('Maximum number of items to be returned in result set.'), 'type' => 'integer', 'default' => 10, 'minimum' => 1, 'maximum' => 100, 'sanitize_callback' => 'absint', 'validate_callback' => 'rest_validate_request_arg', ), 'search' => array('description' => __('Limit results to those matching a string.'), 'type' => 'string', 'sanitize_callback' => 'sanitize_text_field', 'validate_callback' => 'rest_validate_request_arg', ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php:3641return array('collection' => array('href' => rest_url(sprintf('%s/%s', $this->namespace, $this->rest_base)), ), 'self' => array('href' => rest_url(sprintf('%s/%s/%s', $this->namespace, $this->rest_base, $widget_type['id'])), ), )
/src/wp-includes/cron.php:10811$schedules = array('hourly' => array('interval' => HOUR_IN_SECONDS, 'display' => __('Once Hourly'), ), 'twicedaily' => array('interval' => 12 * HOUR_IN_SECONDS, 'display' => __('Twice Daily'), ), 'daily' => array('interval' => DAY_IN_SECONDS, 'display' => __('Once Daily'), ), 'weekly' => array('interval' => WEEK_IN_SECONDS, 'display' => __('Once Weekly'), ), )
/src/wp-includes/cron.php:9341$cron_request = apply_filters('cron_request', array('url' => add_query_arg('doing_wp_cron', $doing_wp_cron, site_url('wp-cron.php')), 'key' => $doing_wp_cron, 'args' => array('timeout' => 0.01, 'blocking' => false, 'sslverify' => apply_filters('https_local_ssl_verify', false), ), ), $doing_wp_cron)
/src/wp-includes/class-wp-theme-json-resolver.php:4481$args = array('posts_per_page' => 1, 'orderby' => 'date', 'order' => 'desc', 'post_type' => $post_type_filter, 'post_status' => $post_status_filter, 'ignore_sticky_posts' => true, 'no_found_rows' => true, 'update_post_meta_cache' => false, 'update_post_term_cache' => false, 'tax_query' => array(array('taxonomy' => 'wp_theme', 'field' => 'name', 'terms' => $stylesheet, ), ), )
/src/wp-includes/class-wp-embed.php:5121$oembed_post_query = new WP_Query(array('post_type' => 'oembed_cache', 'post_status' => 'publish', 'name' => $cache_key, 'posts_per_page' => 1, 'no_found_rows' => true, 'cache_results' => true, 'update_post_meta_cache' => false, 'update_post_term_cache' => false, 'lazy_load_term_meta' => false, ))
/src/wp-includes/class-wp-meta-query.php:6021$join .= $wpdb->prepare(" ON ( $this->primary_table.$this->primary_id_column = $alias.$this->meta_id_column AND $alias.meta_key LIKE %s )", '%' . $wpdb->esc_like($clause['key']) . '%')
/src/wp-includes/embed.php:5821$data = array('version' => '1.0', 'provider_name' => get_bloginfo('name'), 'provider_url' => get_home_url( ), 'author_name' => get_bloginfo('name'), 'author_url' => get_home_url( ), 'title' => get_the_title($post), 'type' => 'link', )
/src/wp-includes/class-wp-application-passwords.php:1041$new_item = array('uuid' => wp_generate_uuid4( ), 'app_id' => empty($args['app_id']) ? '' : $args['app_id'], 'name' => $args['name'], 'password' => $hashed_password, 'created' => time( ), 'last_used' => null, 'last_ip' => null, )
/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php:51return array('title' => __('About page links', 'twentytwentytwo'), 'categories' => array('twentytwentytwo_pages', 'buttons'), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"10rem","bottom":"10rem"}}},"layout":{"inherit":false,"contentSize":"400px"}} --> <div class="wp-block-group alignfull" style="padding-top:10rem;padding-bottom:10rem;"><!-- wp:image {"align":"center","width":100,"height":100,"sizeSlug":"full","linkDestination":"none","className":"is-style-rounded"} --> <div class="wp-block-image is-style-rounded"><figure class="aligncenter size-full is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/icon-bird.jpg" alt="' . esc_attr__('Logo featuring a flying bird', 'twentytwentytwo') . '" width="100" height="100"/></figure></div> <!-- /wp:image --> <!-- wp:group --> <div class="wp-block-group"> <!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"var(--wp--custom--typography--font-size--huge, clamp(2.25rem, 4vw, 2.75rem))"}}} --> <h2 class="has-text-align-center" style="font-size:var(--wp--custom--typography--font-size--huge, clamp(2.25rem, 4vw, 2.75rem))">' . esc_html__('Swoop', 'twentytwentytwo') . '</h2> <!-- /wp:heading --> <!-- wp:paragraph {"align":"center"} --> <p class="has-text-align-center">' . esc_html__('A podcast about birds', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --> <!-- wp:spacer {"height":40} --> <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:buttons {"contentJustification":"left"} --> <div class="wp-block-buttons is-content-justification-left"><!-- wp:button {"width":100,"style":{"border":{"radius":"6px"}},"className":"is-style-fill"} --> <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link" style="border-radius:6px">' . esc_html__('Watch our videos', 'twentytwentytwo') . '</a></div> <!-- /wp:button --> <!-- wp:button {"width":100,"style":{"border":{"radius":"6px"}},"className":"is-style-fill"} --> <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link" style="border-radius:6px">' . esc_html__('Listen on iTunes Podcasts', 'twentytwentytwo') . '</a></div> <!-- /wp:button --> <!-- wp:button {"width":100,"style":{"border":{"radius":"6px"}},"className":"is-style-fill"} --> <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link" style="border-radius:6px">' . esc_html__('Listen on Spotify', 'twentytwentytwo') . '</a></div> <!-- /wp:button --> <!-- wp:button {"width":100,"style":{"border":{"radius":"6px"}},"className":"is-style-fill"} --> <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link" style="border-radius:6px">' . esc_html__('Support the show', 'twentytwentytwo') . '</a></div> <!-- /wp:button --> <!-- wp:button {"width":100,"style":{"border":{"radius":"6px"}},"className":"is-style-fill"} --> <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link" style="border-radius:6px">' . esc_html__('About the hosts', 'twentytwentytwo') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --></div> <!-- /wp:group --> <!-- wp:spacer {"height":40} --> <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:social-links {"iconColor":"primary","iconColorValue":"var(--wp--preset--color--primary)","className":"is-style-logos-only","layout":{"type":"flex","justifyContent":"center"}} --> <ul class="wp-block-social-links has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"#","service":"wordpress"} /--> <!-- wp:social-link {"url":"#","service":"facebook"} /--> <!-- wp:social-link {"url":"#","service":"twitter"} /--> <!-- wp:social-link {"url":"#","service":"instagram"} /--></ul> <!-- /wp:social-links --></div> <!-- /wp:group -->', )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:17021$d2 = ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray(array(ParagonIE_Sodium_Core32_Int32::fromInt(self::$d2[0]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d2[1]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d2[2]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d2[3]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d2[4]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d2[5]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d2[6]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d2[7]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d2[8]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d2[9])))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:14451$d = ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray(array(ParagonIE_Sodium_Core32_Int32::fromInt(self::$d[0]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d[1]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d[2]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d[3]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d[4]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d[5]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d[6]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d[7]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d[8]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$d[9])))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:18731$base[$i][$j] = new ParagonIE_Sodium_Core32_Curve25519_Ge_Precomp(ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray(array(ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][0][0]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][0][1]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][0][2]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][0][3]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][0][4]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][0][5]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][0][6]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][0][7]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][0][8]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][0][9]))), ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray(array(ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][1][0]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][1][1]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][1][2]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][1][3]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][1][4]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][1][5]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][1][6]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][1][7]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][1][8]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][1][9]))), ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray(array(ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][2][0]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][2][1]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][2][2]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][2][3]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][2][4]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][2][5]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][2][6]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][2][7]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][2][8]), ParagonIE_Sodium_Core32_Int32::fromInt($bas[$j][2][9]))))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:18471return new ParagonIE_Sodium_Core32_Curve25519_Ge_Precomp(self::fe_cmov($t->yplusx, $u->yplusx, $b), self::fe_cmov($t->yminusx, $u->yminusx, $b), self::fe_cmov($t->xy2d, $u->xy2d, $b))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:9243return ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray(array($h0->toInt32( ), $h1->toInt32( ), $h2->toInt32( ), $h3->toInt32( ), $h4->toInt32( ), $h5->toInt32( ), $h6->toInt32( ), $h7->toInt32( ), $h8->toInt32( ), $h9->toInt32( )))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:13301return ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray(array($f[0]->subInt32($g[0]), $f[1]->subInt32($g[1]), $f[2]->subInt32($g[2]), $f[3]->subInt32($g[3]), $f[4]->subInt32($g[4]), $f[5]->subInt32($g[5]), $f[6]->subInt32($g[6]), $f[7]->subInt32($g[7]), $f[8]->subInt32($g[8]), $f[9]->subInt32($g[9])))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:11123return ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray(array($h0->toInt32( ), $h1->toInt32( ), $h2->toInt32( ), $h3->toInt32( ), $h4->toInt32( ), $h5->toInt32( ), $h6->toInt32( ), $h7->toInt32( ), $h8->toInt32( ), $h9->toInt32( )))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23281$s7 = $c7->addInt64($a0->mulInt64($b7, 24))->addInt64($a1->mulInt64($b6, 24))->addInt64($a2->mulInt64($b5, 24))->addInt64($a3->mulInt64($b4, 24))->addInt64($a4->mulInt64($b3, 24))->addInt64($a5->mulInt64($b2, 24))->addInt64($a6->mulInt64($b1, 24))->addInt64($a7->mulInt64($b0, 24))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23251$s6 = $c6->addInt64($a0->mulInt64($b6, 24))->addInt64($a1->mulInt64($b5, 24))->addInt64($a2->mulInt64($b4, 24))->addInt64($a3->mulInt64($b3, 24))->addInt64($a4->mulInt64($b2, 24))->addInt64($a5->mulInt64($b1, 24))->addInt64($a6->mulInt64($b0, 24))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23341$s9 = $c9->addInt64($a0->mulInt64($b9, 24))->addInt64($a1->mulInt64($b8, 24))->addInt64($a2->mulInt64($b7, 24))->addInt64($a3->mulInt64($b6, 24))->addInt64($a4->mulInt64($b5, 24))->addInt64($a5->mulInt64($b4, 24))->addInt64($a6->mulInt64($b3, 24))->addInt64($a7->mulInt64($b2, 24))->addInt64($a8->mulInt64($b1, 24))->addInt64($a9->mulInt64($b0, 24))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23311$s8 = $c8->addInt64($a0->mulInt64($b8, 24))->addInt64($a1->mulInt64($b7, 24))->addInt64($a2->mulInt64($b6, 24))->addInt64($a3->mulInt64($b5, 24))->addInt64($a4->mulInt64($b4, 24))->addInt64($a5->mulInt64($b3, 24))->addInt64($a6->mulInt64($b2, 24))->addInt64($a7->mulInt64($b1, 24))->addInt64($a8->mulInt64($b0, 24))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23191$s3 = $c3->addInt64($a0->mulInt64($b3, 24))->addInt64($a1->mulInt64($b2, 24))->addInt64($a2->mulInt64($b1, 24))->addInt64($a3->mulInt64($b0, 24))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:20231$Bi[$i] = new ParagonIE_Sodium_Core32_Curve25519_Ge_Precomp(ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray(array(ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][0][0]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][0][1]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][0][2]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][0][3]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][0][4]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][0][5]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][0][6]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][0][7]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][0][8]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][0][9]))), ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray(array(ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][1][0]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][1][1]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][1][2]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][1][3]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][1][4]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][1][5]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][1][6]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][1][7]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][1][8]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][1][9]))), ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray(array(ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][2][0]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][2][1]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][2][2]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][2][3]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][2][4]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][2][5]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][2][6]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][2][7]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][2][8]), ParagonIE_Sodium_Core32_Int32::fromInt(self::$base2[$i][2][9]))))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23231$s5 = $c5->addInt64($a0->mulInt64($b5, 24))->addInt64($a1->mulInt64($b4, 24))->addInt64($a2->mulInt64($b3, 24))->addInt64($a3->mulInt64($b2, 24))->addInt64($a4->mulInt64($b1, 24))->addInt64($a5->mulInt64($b0, 24))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23211$s4 = $c4->addInt64($a0->mulInt64($b4, 24))->addInt64($a1->mulInt64($b3, 24))->addInt64($a2->mulInt64($b2, 24))->addInt64($a3->mulInt64($b1, 24))->addInt64($a4->mulInt64($b0, 24))
/src/wp-includes/widgets/class-wp-widget-media-image.php:351$this->l10n = array_merge($this->l10n, array('no_media_selected' => __('No image selected'), 'add_media' => _x('Add Image', 'label for button in the image widget'), 'replace_media' => _x('Replace Image', 'label for button in the image widget; should preferably not be longer than ~13 characters long'), 'edit_media' => _x('Edit Image', 'label for button in the image widget; should preferably not be longer than ~13 characters long'), 'missing_attachment' => sprintf(__('That image cannot be found. Check your <a href="%s">media library</a> and make sure it was not deleted.'), esc_url(admin_url('upload.php'))), 'media_library_state_multi' => _n_noop('Image Widget (%d)', 'Image Widget (%d)'), 'media_library_state_single' => __('Image Widget'), ))
/src/wp-content/themes/twentysixteen/inc/customizer.php:3131return apply_filters('twentysixteen_color_schemes', array('default' => array('label' => __('Default', 'twentysixteen'), 'colors' => array('#1a1a1a', '#ffffff', '#007acc', '#1a1a1a', '#686868', ), ), 'dark' => array('label' => __('Dark', 'twentysixteen'), 'colors' => array('#262626', '#1a1a1a', '#9adffd', '#e5e5e5', '#c1c1c1', ), ), 'gray' => array('label' => __('Gray', 'twentysixteen'), 'colors' => array('#616a73', '#4d545c', '#c7c7c7', '#f2f2f2', '#f2f2f2', ), ), 'red' => array('label' => __('Red', 'twentysixteen'), 'colors' => array('#ffffff', '#ff675f', '#640c1f', '#402b30', '#402b30', ), ), 'yellow' => array('label' => __('Yellow', 'twentysixteen'), 'colors' => array('#3b3721', '#ffef8e', '#774e24', '#3b3721', '#5b4d3e', ), ), ))
/src/wp-includes/widgets/class-wp-widget-media-image.php:661return array_merge(array('size' => array('type' => 'string', 'enum' => array_merge(get_intermediate_image_sizes( ), array('full', 'custom')), 'default' => 'medium', 'description' => __('Size'), ), 'width' => array('type' => 'integer', 'minimum' => 0, 'default' => 0, 'description' => __('Width'), ), 'height' => array('type' => 'integer', 'minimum' => 0, 'default' => 0, 'description' => __('Height'), ), 'caption' => array('type' => 'string', 'default' => '', 'sanitize_callback' => 'wp_kses_post', 'description' => __('Caption'), 'should_preview_update' => false, ), 'alt' => array('type' => 'string', 'default' => '', 'sanitize_callback' => 'sanitize_text_field', 'description' => __('Alternative Text'), ), 'link_type' => array('type' => 'string', 'enum' => array('none', 'file', 'post', 'custom'), 'default' => 'custom', 'media_prop' => 'link', 'description' => __('Link To'), 'should_preview_update' => true, ), 'link_url' => array('type' => 'string', 'default' => '', 'format' => 'uri', 'media_prop' => 'linkUrl', 'description' => __('URL'), 'should_preview_update' => true, ), 'image_classes' => array('type' => 'string', 'default' => '', 'sanitize_callback' => array($this, 'sanitize_token_list'), 'media_prop' => 'extraClasses', 'description' => __('Image CSS Class'), 'should_preview_update' => false, ), 'link_classes' => array('type' => 'string', 'default' => '', 'sanitize_callback' => array($this, 'sanitize_token_list'), 'media_prop' => 'linkClassName', 'should_preview_update' => false, 'description' => __('Link CSS Class'), ), 'link_rel' => array('type' => 'string', 'default' => '', 'sanitize_callback' => array($this, 'sanitize_token_list'), 'media_prop' => 'linkRel', 'description' => __('Link Rel'), 'should_preview_update' => false, ), 'link_target_blank' => array('type' => 'boolean', 'default' => false, 'media_prop' => 'linkTargetBlank', 'description' => __('Open link in a new tab'), 'should_preview_update' => false, ), 'image_title' => array('type' => 'string', 'default' => '', 'sanitize_callback' => 'sanitize_text_field', 'media_prop' => 'title', 'description' => __('Image Title Attribute'), 'should_preview_update' => false, ), ), parent::get_instance_schema( ))
/src/wp-content/themes/twentysixteen/inc/customizer.php:4651$colors = array('background_color' => $color_scheme[0], 'page_background_color' => $color_scheme[1], 'link_color' => $color_scheme[2], 'main_text_color' => $color_scheme[3], 'secondary_text_color' => $color_scheme[4], 'border_color' => vsprintf('rgba( %1$s, %2$s, %3$s, 0.2)', $color_textcolor_rgb), )
/src/wp-includes/widgets/class-wp-widget-links.php:531$widget_links_args = array('title_before' => $args['before_title'], 'title_after' => $args['after_title'], 'category_before' => $before_widget, 'category_after' => $args['after_widget'], 'show_images' => $show_images, 'show_description' => $show_description, 'show_name' => $show_name, 'show_rating' => $show_rating, 'category' => $category, 'class' => 'linkcat widget', 'orderby' => $orderby, 'order' => $order, 'limit' => $limit, )
/src/wp-content/themes/twentyseventeen/functions.php:1371$starter_content = array('widgets' => array('sidebar-1' => array('text_business_info', 'search', 'text_about', ), 'sidebar-2' => array('text_business_info', ), 'sidebar-3' => array('text_about', 'search', ), ), 'posts' => array('home', 'about' => array('thumbnail' => '{{image-sandwich}}', ), 'contact' => array('thumbnail' => '{{image-espresso}}', ), 'blog' => array('thumbnail' => '{{image-coffee}}', ), 'homepage-section' => array('thumbnail' => '{{image-espresso}}', ), ), 'attachments' => array('image-espresso' => array('post_title' => _x('Espresso', 'Theme starter content', 'twentyseventeen'), 'file' => 'assets/images/espresso.jpg', ), 'image-sandwich' => array('post_title' => _x('Sandwich', 'Theme starter content', 'twentyseventeen'), 'file' => 'assets/images/sandwich.jpg', ), 'image-coffee' => array('post_title' => _x('Coffee', 'Theme starter content', 'twentyseventeen'), 'file' => 'assets/images/coffee.jpg', ), ), 'options' => array('show_on_front' => 'page', 'page_on_front' => '{{home}}', 'page_for_posts' => '{{blog}}', ), 'theme_mods' => array('panel_1' => '{{homepage-section}}', 'panel_2' => '{{about}}', 'panel_3' => '{{blog}}', 'panel_4' => '{{contact}}', ), 'nav_menus' => array('top' => array('name' => __('Top Menu', 'twentyseventeen'), 'items' => array('link_home', 'page_about', 'page_blog', 'page_contact', ), ), 'social' => array('name' => __('Social Links Menu', 'twentyseventeen'), 'items' => array('link_yelp', 'link_facebook', 'link_twitter', 'link_instagram', 'link_email', ), ), ), )
/src/wp-includes/widgets/class-wp-widget-media-gallery.php:581$schema = array('title' => array('type' => 'string', 'default' => '', 'sanitize_callback' => 'sanitize_text_field', 'description' => __('Title for the widget'), 'should_preview_update' => false, ), 'ids' => array('type' => 'array', 'items' => array('type' => 'integer', ), 'default' => array( ), 'sanitize_callback' => 'wp_parse_id_list', ), 'columns' => array('type' => 'integer', 'default' => 3, 'minimum' => 1, 'maximum' => 9, ), 'size' => array('type' => 'string', 'enum' => array_merge(get_intermediate_image_sizes( ), array('full', 'custom')), 'default' => 'thumbnail', ), 'link_type' => array('type' => 'string', 'enum' => array('post', 'file', 'none'), 'default' => 'post', 'media_prop' => 'link', 'should_preview_update' => false, ), 'orderby_random' => array('type' => 'boolean', 'default' => false, 'media_prop' => '_orderbyRandom', 'should_preview_update' => false, ), )
/src/wp-content/themes/twentyseventeen/inc/color-patterns.php:261$css = ' /** * Twenty Seventeen: Color Patterns * * Colors are ordered from dark to light. */ .colors-custom a:hover, .colors-custom a:active, .colors-custom .entry-content a:focus, .colors-custom .entry-content a:hover, .colors-custom .entry-summary a:focus, .colors-custom .entry-summary a:hover, .colors-custom .comment-content a:focus, .colors-custom .comment-content a:hover, .colors-custom .widget a:focus, .colors-custom .widget a:hover, .colors-custom .site-footer .widget-area a:focus, .colors-custom .site-footer .widget-area a:hover, .colors-custom .posts-navigation a:focus, .colors-custom .posts-navigation a:hover, .colors-custom .comment-metadata a:focus, .colors-custom .comment-metadata a:hover, .colors-custom .comment-metadata a.comment-edit-link:focus, .colors-custom .comment-metadata a.comment-edit-link:hover, .colors-custom .comment-reply-link:focus, .colors-custom .comment-reply-link:hover, .colors-custom .widget_authors a:focus strong, .colors-custom .widget_authors a:hover strong, .colors-custom .entry-title a:focus, .colors-custom .entry-title a:hover, .colors-custom .entry-meta a:focus, .colors-custom .entry-meta a:hover, .colors-custom.blog .entry-meta a.post-edit-link:focus, .colors-custom.blog .entry-meta a.post-edit-link:hover, .colors-custom.archive .entry-meta a.post-edit-link:focus, .colors-custom.archive .entry-meta a.post-edit-link:hover, .colors-custom.search .entry-meta a.post-edit-link:focus, .colors-custom.search .entry-meta a.post-edit-link:hover, .colors-custom .page-links a:focus .page-number, .colors-custom .page-links a:hover .page-number, .colors-custom .entry-footer a:focus, .colors-custom .entry-footer a:hover, .colors-custom .entry-footer .cat-links a:focus, .colors-custom .entry-footer .cat-links a:hover, .colors-custom .entry-footer .tags-links a:focus, .colors-custom .entry-footer .tags-links a:hover, .colors-custom .post-navigation a:focus, .colors-custom .post-navigation a:hover, .colors-custom .pagination a:not(.prev):not(.next):focus, .colors-custom .pagination a:not(.prev):not(.next):hover, .colors-custom .comments-pagination a:not(.prev):not(.next):focus, .colors-custom .comments-pagination a:not(.prev):not(.next):hover, .colors-custom .logged-in-as a:focus, .colors-custom .logged-in-as a:hover, .colors-custom a:focus .nav-title, .colors-custom a:hover .nav-title, .colors-custom .edit-link a:focus, .colors-custom .edit-link a:hover, .colors-custom .site-info a:focus, .colors-custom .site-info a:hover, .colors-custom .widget .widget-title a:focus, .colors-custom .widget .widget-title a:hover, .colors-custom .widget ul li a:focus, .colors-custom .widget ul li a:hover { color: hsl( ' . $hue . ', ' . $saturation . ', 0% ); /* base: #000; */ } .colors-custom .entry-content a, .colors-custom .entry-summary a, .colors-custom .comment-content a, .colors-custom .widget a, .colors-custom .site-footer .widget-area a, .colors-custom .posts-navigation a, .colors-custom .widget_authors a strong { -webkit-box-shadow: inset 0 -1px 0 hsl( ' . $hue . ', ' . $saturation . ', 6% ); /* base: rgba(15, 15, 15, 1); */ box-shadow: inset 0 -1px 0 hsl( ' . $hue . ', ' . $saturation . ', 6% ); /* base: rgba(15, 15, 15, 1); */ } .colors-custom button, .colors-custom input[type="button"], .colors-custom input[type="submit"], .colors-custom .entry-footer .edit-link a.post-edit-link { background-color: hsl( ' . $hue . ', ' . $saturation . ', 13% ); /* base: #222; */ } .colors-custom input[type="text"]:focus, .colors-custom input[type="email"]:focus, .colors-custom input[type="url"]:focus, .colors-custom input[type="password"]:focus, .colors-custom input[type="search"]:focus, .colors-custom input[type="number"]:focus, .colors-custom input[type="tel"]:focus, .colors-custom input[type="range"]:focus, .colors-custom input[type="date"]:focus, .colors-custom input[type="month"]:focus, .colors-custom input[type="week"]:focus, .colors-custom input[type="time"]:focus, .colors-custom input[type="datetime"]:focus, .colors-custom .colors-custom input[type="datetime-local"]:focus, .colors-custom input[type="color"]:focus, .colors-custom textarea:focus, .colors-custom button.secondary, .colors-custom input[type="reset"], .colors-custom input[type="button"].secondary, .colors-custom input[type="reset"].secondary, .colors-custom input[type="submit"].secondary, .colors-custom a, .colors-custom .site-title, .colors-custom .site-title a, .colors-custom .navigation-top a, .colors-custom .dropdown-toggle, .colors-custom .menu-toggle, .colors-custom .page .panel-content .entry-title, .colors-custom .page-title, .colors-custom.page:not(.twentyseventeen-front-page) .entry-title, .colors-custom .page-links a .page-number, .colors-custom .comment-metadata a.comment-edit-link, .colors-custom .comment-reply-link .icon, .colors-custom h2.widget-title, .colors-custom mark, .colors-custom .post-navigation a:focus .icon, .colors-custom .post-navigation a:hover .icon, .colors-custom .site-content .site-content-light, .colors-custom .twentyseventeen-panel .recent-posts .entry-header .edit-link { color: hsl( ' . $hue . ', ' . $saturation . ', 13% ); /* base: #222; */ } .colors-custom .entry-content a:focus, .colors-custom .entry-content a:hover, .colors-custom .entry-summary a:focus, .colors-custom .entry-summary a:hover, .colors-custom .comment-content a:focus, .colors-custom .comment-content a:hover, .colors-custom .widget a:focus, .colors-custom .widget a:hover, .colors-custom .site-footer .widget-area a:focus, .colors-custom .site-footer .widget-area a:hover, .colors-custom .posts-navigation a:focus, .colors-custom .posts-navigation a:hover, .colors-custom .comment-metadata a:focus, .colors-custom .comment-metadata a:hover, .colors-custom .comment-metadata a.comment-edit-link:focus, .colors-custom .comment-metadata a.comment-edit-link:hover, .colors-custom .comment-reply-link:focus, .colors-custom .comment-reply-link:hover, .colors-custom .widget_authors a:focus strong, .colors-custom .widget_authors a:hover strong, .colors-custom .entry-title a:focus, .colors-custom .entry-title a:hover, .colors-custom .entry-meta a:focus, .colors-custom .entry-meta a:hover, .colors-custom.blog .entry-meta a.post-edit-link:focus, .colors-custom.blog .entry-meta a.post-edit-link:hover, .colors-custom.archive .entry-meta a.post-edit-link:focus, .colors-custom.archive .entry-meta a.post-edit-link:hover, .colors-custom.search .entry-meta a.post-edit-link:focus, .colors-custom.search .entry-meta a.post-edit-link:hover, .colors-custom .page-links a:focus .page-number, .colors-custom .page-links a:hover .page-number, .colors-custom .entry-footer .cat-links a:focus, .colors-custom .entry-footer .cat-links a:hover, .colors-custom .entry-footer .tags-links a:focus, .colors-custom .entry-footer .tags-links a:hover, .colors-custom .post-navigation a:focus, .colors-custom .post-navigation a:hover, .colors-custom .pagination a:not(.prev):not(.next):focus, .colors-custom .pagination a:not(.prev):not(.next):hover, .colors-custom .comments-pagination a:not(.prev):not(.next):focus, .colors-custom .comments-pagination a:not(.prev):not(.next):hover, .colors-custom .logged-in-as a:focus, .colors-custom .logged-in-as a:hover, .colors-custom a:focus .nav-title, .colors-custom a:hover .nav-title, .colors-custom .edit-link a:focus, .colors-custom .edit-link a:hover, .colors-custom .site-info a:focus, .colors-custom .site-info a:hover, .colors-custom .widget .widget-title a:focus, .colors-custom .widget .widget-title a:hover, .colors-custom .widget ul li a:focus, .colors-custom .widget ul li a:hover { -webkit-box-shadow: inset 0 0 0 hsl( ' . $hue . ', ' . $saturation . ', 13% ), 0 3px 0 hsl( ' . $hue . ', ' . $saturation . ', 13% ); box-shadow: inset 0 0 0 hsl( ' . $hue . ', ' . $saturation . ' , 13% ), 0 3px 0 hsl( ' . $hue . ', ' . $saturation . ', 13% ); } body.colors-custom, .colors-custom button, .colors-custom input, .colors-custom select, .colors-custom textarea, .colors-custom h3, .colors-custom h4, .colors-custom h6, .colors-custom label, .colors-custom .entry-title a, .colors-custom.twentyseventeen-front-page .panel-content .recent-posts article, .colors-custom .entry-footer .cat-links a, .colors-custom .entry-footer .tags-links a, .colors-custom .format-quote blockquote, .colors-custom .nav-title, .colors-custom .comment-body, .colors-custom .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album { color: hsl( ' . $hue . ', ' . $reduced_saturation . ', 20% ); /* base: #333; */ } .colors-custom .social-navigation a:hover, .colors-custom .social-navigation a:focus { background: hsl( ' . $hue . ', ' . $reduced_saturation . ', 20% ); /* base: #333; */ } .colors-custom input[type="text"]:focus, .colors-custom input[type="email"]:focus, .colors-custom input[type="url"]:focus, .colors-custom input[type="password"]:focus, .colors-custom input[type="search"]:focus, .colors-custom input[type="number"]:focus, .colors-custom input[type="tel"]:focus, .colors-custom input[type="range"]:focus, .colors-custom input[type="date"]:focus, .colors-custom input[type="month"]:focus, .colors-custom input[type="week"]:focus, .colors-custom input[type="time"]:focus, .colors-custom input[type="datetime"]:focus, .colors-custom input[type="datetime-local"]:focus, .colors-custom input[type="color"]:focus, .colors-custom textarea:focus, .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar { border-color: hsl( ' . $hue . ', ' . $reduced_saturation . ', 20% ); /* base: #333; */ } .colors-custom h2, .colors-custom blockquote, .colors-custom input[type="text"], .colors-custom input[type="email"], .colors-custom input[type="url"], .colors-custom input[type="password"], .colors-custom input[type="search"], .colors-custom input[type="number"], .colors-custom input[type="tel"], .colors-custom input[type="range"], .colors-custom input[type="date"], .colors-custom input[type="month"], .colors-custom input[type="week"], .colors-custom input[type="time"], .colors-custom input[type="datetime"], .colors-custom input[type="datetime-local"], .colors-custom input[type="color"], .colors-custom textarea, .colors-custom .site-description, .colors-custom .entry-content blockquote.alignleft, .colors-custom .entry-content blockquote.alignright, .colors-custom .colors-custom .taxonomy-description, .colors-custom .site-info a, .colors-custom .wp-caption, .colors-custom .gallery-caption { color: hsl( ' . $hue . ', ' . $saturation . ', 40% ); /* base: #666; */ } .colors-custom abbr, .colors-custom acronym { border-bottom-color: hsl( ' . $hue . ', ' . $saturation . ', 40% ); /* base: #666; */ } .colors-custom h5, .colors-custom .entry-meta, .colors-custom .entry-meta a, .colors-custom.blog .entry-meta a.post-edit-link, .colors-custom.archive .entry-meta a.post-edit-link, .colors-custom.search .entry-meta a.post-edit-link, .colors-custom .nav-subtitle, .colors-custom .comment-metadata, .colors-custom .comment-metadata a, .colors-custom .no-comments, .colors-custom .comment-awaiting-moderation, .colors-custom .page-numbers.current, .colors-custom .page-links .page-number, .colors-custom .navigation-top .current-menu-item > a, .colors-custom .navigation-top .current_page_item > a, .colors-custom .main-navigation a:hover, .colors-custom .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist { color: hsl( ' . $hue . ', ' . $saturation . ', 46% ); /* base: #767676; */ } .colors-custom :not( .mejs-button ) > button:hover, .colors-custom :not( .mejs-button ) > button:focus, .colors-custom input[type="button"]:hover, .colors-custom input[type="button"]:focus, .colors-custom input[type="submit"]:hover, .colors-custom input[type="submit"]:focus, .colors-custom .entry-footer .edit-link a.post-edit-link:hover, .colors-custom .entry-footer .edit-link a.post-edit-link:focus, .colors-custom .social-navigation a, .colors-custom .prev.page-numbers:focus, .colors-custom .prev.page-numbers:hover, .colors-custom .next.page-numbers:focus, .colors-custom .next.page-numbers:hover, .colors-custom .site-content .wp-playlist-light .wp-playlist-item:hover, .colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus { background: hsl( ' . esc_attr($hue) . ', ' . esc_attr($saturation) . ', 46% ); /* base: #767676; */ } .colors-custom button.secondary:hover, .colors-custom button.secondary:focus, .colors-custom input[type="reset"]:hover, .colors-custom input[type="reset"]:focus, .colors-custom input[type="button"].secondary:hover, .colors-custom input[type="button"].secondary:focus, .colors-custom input[type="reset"].secondary:hover, .colors-custom input[type="reset"].secondary:focus, .colors-custom input[type="submit"].secondary:hover, .colors-custom input[type="submit"].secondary:focus, .colors-custom hr { background: hsl( ' . $hue . ', ' . $saturation . ', 73% ); /* base: #bbb; */ } .colors-custom input[type="text"], .colors-custom input[type="email"], .colors-custom input[type="url"], .colors-custom input[type="password"], .colors-custom input[type="search"], .colors-custom input[type="number"], .colors-custom input[type="tel"], .colors-custom input[type="range"], .colors-custom input[type="date"], .colors-custom input[type="month"], .colors-custom input[type="week"], .colors-custom input[type="time"], .colors-custom input[type="datetime"], .colors-custom input[type="datetime-local"], .colors-custom input[type="color"], .colors-custom textarea, .colors-custom select, .colors-custom fieldset, .colors-custom .widget .tagcloud a:hover, .colors-custom .widget .tagcloud a:focus, .colors-custom .widget.widget_tag_cloud a:hover, .colors-custom .widget.widget_tag_cloud a:focus, .colors-custom .wp_widget_tag_cloud a:hover, .colors-custom .wp_widget_tag_cloud a:focus { border-color: hsl( ' . $hue . ', ' . $saturation . ', 73% ); /* base: #bbb; */ } .colors-custom thead th { border-bottom-color: hsl( ' . $hue . ', ' . $saturation . ', 73% ); /* base: #bbb; */ } .colors-custom .entry-footer .cat-links .icon, .colors-custom .entry-footer .tags-links .icon { color: hsl( ' . $hue . ', ' . $saturation . ', 73% ); /* base: #bbb; */ } .colors-custom button.secondary, .colors-custom input[type="reset"], .colors-custom input[type="button"].secondary, .colors-custom input[type="reset"].secondary, .colors-custom input[type="submit"].secondary, .colors-custom .prev.page-numbers, .colors-custom .next.page-numbers { background-color: hsl( ' . $hue . ', ' . $saturation . ', 87% ); /* base: #ddd; */ } .colors-custom .widget .tagcloud a, .colors-custom .widget.widget_tag_cloud a, .colors-custom .wp_widget_tag_cloud a { border-color: hsl( ' . $hue . ', ' . $saturation . ', 87% ); /* base: #ddd; */ } .colors-custom.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child), .colors-custom .widget ul li { border-top-color: hsl( ' . $hue . ', ' . $saturation . ', 87% ); /* base: #ddd; */ } .colors-custom .widget ul li { border-bottom-color: hsl( ' . $hue . ', ' . $saturation . ', 87% ); /* base: #ddd; */ } .colors-custom pre, .colors-custom mark, .colors-custom ins { background: hsl( ' . $hue . ', ' . $saturation . ', 93% ); /* base: #eee; */ } .colors-custom .navigation-top, .colors-custom .main-navigation > div > ul, .colors-custom .pagination, .colors-custom .comments-pagination, .colors-custom .entry-footer, .colors-custom .site-footer { border-top-color: hsl( ' . $hue . ', ' . $saturation . ', 93% ); /* base: #eee; */ } .colors-custom .navigation-top, .colors-custom .main-navigation li, .colors-custom .entry-footer, .colors-custom .single-featured-image-header, .colors-custom .site-content .wp-playlist-light .wp-playlist-item, .colors-custom tr { border-bottom-color: hsl( ' . $hue . ', ' . $saturation . ', 93% ); /* base: #eee; */ } .colors-custom .site-content .wp-playlist-light { border-color: hsl( ' . $hue . ', ' . $saturation . ', 93% ); /* base: #eee; */ } .colors-custom .site-header, .colors-custom .single-featured-image-header { background-color: hsl( ' . $hue . ', ' . $saturation . ', 98% ); /* base: #fafafa; */ } .colors-custom button, .colors-custom input[type="button"], .colors-custom input[type="submit"], .colors-custom .entry-footer .edit-link a.post-edit-link, .colors-custom .social-navigation a, .colors-custom .site-content .wp-playlist-light a.wp-playlist-caption:hover, .colors-custom .site-content .wp-playlist-light .wp-playlist-item:hover a, .colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus a, .colors-custom .site-content .wp-playlist-light .wp-playlist-item:hover, .colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus, .colors-custom .prev.page-numbers:focus, .colors-custom .prev.page-numbers:hover, .colors-custom .next.page-numbers:focus, .colors-custom .next.page-numbers:hover, .colors-custom.has-header-image .site-title, .colors-custom.has-header-video .site-title, .colors-custom.has-header-image .site-title a, .colors-custom.has-header-video .site-title a, .colors-custom.has-header-image .site-description, .colors-custom.has-header-video .site-description { color: hsl( ' . $hue . ', ' . $saturation . ', 100% ); /* base: #fff; */ } body.colors-custom, .colors-custom .navigation-top, .colors-custom .main-navigation ul { background: hsl( ' . $hue . ', ' . $saturation . ', 100% ); /* base: #fff; */ } .colors-custom .widget ul li a, .colors-custom .site-footer .widget-area ul li a { -webkit-box-shadow: inset 0 -1px 0 hsl( ' . $hue . ', ' . $saturation . ', 100% ); /* base: rgba(255, 255, 255, 1); */ box-shadow: inset 0 -1px 0 hsl( ' . $hue . ', ' . $saturation . ', 100% ); /* base: rgba(255, 255, 255, 1); */ } .colors-custom .menu-toggle, .colors-custom .menu-toggle:hover, .colors-custom .menu-toggle:focus, .colors-custom .menu .dropdown-toggle, .colors-custom .menu-scroll-down, .colors-custom .menu-scroll-down:hover, .colors-custom .menu-scroll-down:focus { background-color: transparent; } .colors-custom .widget .tagcloud a, .colors-custom .widget .tagcloud a:focus, .colors-custom .widget .tagcloud a:hover, .colors-custom .widget.widget_tag_cloud a, .colors-custom .widget.widget_tag_cloud a:focus, .colors-custom .widget.widget_tag_cloud a:hover, .colors-custom .wp_widget_tag_cloud a, .colors-custom .wp_widget_tag_cloud a:focus, .colors-custom .wp_widget_tag_cloud a:hover, .colors-custom .entry-footer .edit-link a.post-edit-link:focus, .colors-custom .entry-footer .edit-link a.post-edit-link:hover { -webkit-box-shadow: none !important; box-shadow: none !important; } /* Reset non-customizable hover styling for links */ .colors-custom .entry-content a:hover, .colors-custom .entry-content a:focus, .colors-custom .entry-summary a:hover, .colors-custom .entry-summary a:focus, .colors-custom .comment-content a:focus, .colors-custom .comment-content a:hover, .colors-custom .widget a:hover, .colors-custom .widget a:focus, .colors-custom .site-footer .widget-area a:hover, .colors-custom .site-footer .widget-area a:focus, .colors-custom .posts-navigation a:hover, .colors-custom .posts-navigation a:focus, .colors-custom .widget_authors a:hover strong, .colors-custom .widget_authors a:focus strong { -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1); box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1); } .colors-custom .gallery-item a, .colors-custom .gallery-item a:hover, .colors-custom .gallery-item a:focus { -webkit-box-shadow: none; box-shadow: none; } @media screen and (min-width: 48em) { .colors-custom .nav-links .nav-previous .nav-title .icon, .colors-custom .nav-links .nav-next .nav-title .icon { color: hsl( ' . $hue . ', ' . $saturation . ', 20% ); /* base: #222; */ } .colors-custom .main-navigation li li:hover, .colors-custom .main-navigation li li.focus { background: hsl( ' . $hue . ', ' . $saturation . ', 46% ); /* base: #767676; */ } .colors-custom .navigation-top .menu-scroll-down { color: hsl( ' . $hue . ', ' . $saturation . ', 46% ); /* base: #767676; */; } .colors-custom abbr[title] { border-bottom-color: hsl( ' . $hue . ', ' . $saturation . ', 46% ); /* base: #767676; */; } .colors-custom .main-navigation ul ul { border-color: hsl( ' . $hue . ', ' . $saturation . ', 73% ); /* base: #bbb; */ background: hsl( ' . $hue . ', ' . $saturation . ', 100% ); /* base: #fff; */ } .colors-custom .main-navigation ul li.menu-item-has-children:before, .colors-custom .main-navigation ul li.page_item_has_children:before { border-bottom-color: hsl( ' . $hue . ', ' . $saturation . ', 73% ); /* base: #bbb; */ } .colors-custom .main-navigation ul li.menu-item-has-children:after, .colors-custom .main-navigation ul li.page_item_has_children:after { border-bottom-color: hsl( ' . $hue . ', ' . $saturation . ', 100% ); /* base: #fff; */ } .colors-custom .main-navigation li li.focus > a, .colors-custom .main-navigation li li:focus > a, .colors-custom .main-navigation li li:hover > a, .colors-custom .main-navigation li li a:hover, .colors-custom .main-navigation li li a:focus, .colors-custom .main-navigation li li.current_page_item a:hover, .colors-custom .main-navigation li li.current-menu-item a:hover, .colors-custom .main-navigation li li.current_page_item a:focus, .colors-custom .main-navigation li li.current-menu-item a:focus { color: hsl( ' . $hue . ', ' . $saturation . ', 100% ); /* base: #fff; */ } }'
/src/wp-includes/widgets/class-wp-widget-media-audio.php:351$this->l10n = array_merge($this->l10n, array('no_media_selected' => __('No audio selected'), 'add_media' => _x('Add Audio', 'label for button in the audio widget'), 'replace_media' => _x('Replace Audio', 'label for button in the audio widget; should preferably not be longer than ~13 characters long'), 'edit_media' => _x('Edit Audio', 'label for button in the audio widget; should preferably not be longer than ~13 characters long'), 'missing_attachment' => sprintf(__('That audio file cannot be found. Check your <a href="%s">media library</a> and make sure it was not deleted.'), esc_url(admin_url('upload.php'))), 'media_library_state_multi' => _n_noop('Audio Widget (%d)', 'Audio Widget (%d)'), 'media_library_state_single' => __('Audio Widget'), 'unsupported_file_type' => __('Looks like this is not the correct kind of file. Please link to an audio file instead.'), ))
/src/wp-includes/customize/class-wp-customize-nav-menu-setting.php:6351$data['nav_menu_updates'][] = array('term_id' => $this->term_id, 'previous_term_id' => $this->previous_term_id, 'error' => $this->update_error ? $this->update_error->get_error_code( ) : null, 'status' => $this->update_status, 'saved_value' => 'deleted' === $this->update_status ? null : $this->value( ), )
/src/wp-content/themes/twentyfifteen/inc/customizer.php:3331$colors = array('background_color' => $color_scheme[0], 'header_background_color' => $color_scheme[1], 'box_background_color' => $color_scheme[2], 'textcolor' => $color_scheme[3], 'secondary_textcolor' => vsprintf('rgba( %1$s, %2$s, %3$s, 0.7)', $color_textcolor_rgb), 'border_color' => vsprintf('rgba( %1$s, %2$s, %3$s, 0.1)', $color_textcolor_rgb), 'border_focus_color' => vsprintf('rgba( %1$s, %2$s, %3$s, 0.3)', $color_textcolor_rgb), 'sidebar_textcolor' => $color_scheme[4], 'sidebar_border_color' => vsprintf('rgba( %1$s, %2$s, %3$s, 0.1)', $color_sidebar_textcolor_rgb), 'sidebar_border_focus_color' => vsprintf('rgba( %1$s, %2$s, %3$s, 0.3)', $color_sidebar_textcolor_rgb), 'secondary_sidebar_textcolor' => vsprintf('rgba( %1$s, %2$s, %3$s, 0.7)', $color_sidebar_textcolor_rgb), 'meta_box_background_color' => $color_scheme[5], )
/src/wp-includes/widgets/class-wp-widget-media-audio.php:671$schema = array('preload' => array('type' => 'string', 'enum' => array('none', 'auto', 'metadata'), 'default' => 'none', 'description' => __('Preload'), ), 'loop' => array('type' => 'boolean', 'default' => false, 'description' => __('Loop'), ), )
/src/wp-includes/customize/class-wp-customize-background-position-control.php:401$options = array(array('left top' => array('label' => __('Top Left'), 'icon' => 'dashicons dashicons-arrow-left-alt', ), 'center top' => array('label' => __('Top'), 'icon' => 'dashicons dashicons-arrow-up-alt', ), 'right top' => array('label' => __('Top Right'), 'icon' => 'dashicons dashicons-arrow-right-alt', ), ), array('left center' => array('label' => __('Left'), 'icon' => 'dashicons dashicons-arrow-left-alt', ), 'center center' => array('label' => __('Center'), 'icon' => 'background-position-center-icon', ), 'right center' => array('label' => __('Right'), 'icon' => 'dashicons dashicons-arrow-right-alt', ), ), array('left bottom' => array('label' => __('Bottom Left'), 'icon' => 'dashicons dashicons-arrow-left-alt', ), 'center bottom' => array('label' => __('Bottom'), 'icon' => 'dashicons dashicons-arrow-down-alt', ), 'right bottom' => array('label' => __('Bottom Right'), 'icon' => 'dashicons dashicons-arrow-right-alt', ), ), )
/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php:1181$elements = apply_filters('twentytwenty_get_localized_font_family_elements', array('front-end' => array('body', 'input', 'textarea', 'button', '.button', '.faux-button', '.faux-button.more-link', '.wp-block-button__link', '.wp-block-file__button', '.has-drop-cap:not(:focus)::first-letter', '.entry-content .wp-block-archives', '.entry-content .wp-block-categories', '.entry-content .wp-block-cover-image', '.entry-content .wp-block-cover-image p', '.entry-content .wp-block-latest-comments', '.entry-content .wp-block-latest-posts', '.entry-content .wp-block-pullquote', '.entry-content .wp-block-quote.is-large', '.entry-content .wp-block-quote.is-style-large', '.entry-content .wp-block-archives *', '.entry-content .wp-block-categories *', '.entry-content .wp-block-latest-posts *', '.entry-content .wp-block-latest-comments *', '.entry-content', '.entry-content h1', '.entry-content h2', '.entry-content h3', '.entry-content h4', '.entry-content h5', '.entry-content h6', '.entry-content p', '.entry-content ol', '.entry-content ul', '.entry-content dl', '.entry-content dt', '.entry-content cite', '.entry-content figcaption', '.entry-content table', '.entry-content address', '.entry-content .wp-caption-text', '.entry-content .wp-block-file', '.comment-content p', '.comment-content ol', '.comment-content ul', '.comment-content dl', '.comment-content dt', '.comment-content cite', '.comment-content figcaption', '.comment-content .wp-caption-text', '.widget_text p', '.widget_text ol', '.widget_text ul', '.widget_text dl', '.widget_text dt', '.widget-content .rssSummary', '.widget-content cite', '.widget-content figcaption', '.widget-content .wp-caption-text'), 'block-editor' => array('.editor-styles-wrapper > *', '.editor-styles-wrapper p', '.editor-styles-wrapper ol', '.editor-styles-wrapper ul', '.editor-styles-wrapper dl', '.editor-styles-wrapper dt', '.editor-post-title__block .editor-post-title__input', '.editor-styles-wrapper .wp-block-post-title', '.editor-styles-wrapper h1', '.editor-styles-wrapper h2', '.editor-styles-wrapper h3', '.editor-styles-wrapper h4', '.editor-styles-wrapper h5', '.editor-styles-wrapper h6', '.editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter', '.editor-styles-wrapper cite', '.editor-styles-wrapper figcaption', '.editor-styles-wrapper .wp-caption-text'), 'classic-editor' => array('body#tinymce.wp-editor', 'body#tinymce.wp-editor p', 'body#tinymce.wp-editor ol', 'body#tinymce.wp-editor ul', 'body#tinymce.wp-editor dl', 'body#tinymce.wp-editor dt', 'body#tinymce.wp-editor figcaption', 'body#tinymce.wp-editor .wp-caption-text', 'body#tinymce.wp-editor .wp-caption-dd', 'body#tinymce.wp-editor cite', 'body#tinymce.wp-editor table'), ))
/src/wp-includes/widgets/class-wp-widget-media-video.php:351$this->l10n = array_merge($this->l10n, array('no_media_selected' => __('No video selected'), 'add_media' => _x('Add Video', 'label for button in the video widget'), 'replace_media' => _x('Replace Video', 'label for button in the video widget; should preferably not be longer than ~13 characters long'), 'edit_media' => _x('Edit Video', 'label for button in the video widget; should preferably not be longer than ~13 characters long'), 'missing_attachment' => sprintf(__('That video cannot be found. Check your <a href="%s">media library</a> and make sure it was not deleted.'), esc_url(admin_url('upload.php'))), 'media_library_state_multi' => _n_noop('Video Widget (%d)', 'Video Widget (%d)'), 'media_library_state_single' => __('Video Widget'), 'unsupported_file_type' => sprintf(__('Sorry, the video at the supplied URL cannot be loaded. Please check that the URL is for a supported video file (%s) or stream (e.g. YouTube and Vimeo).'), '<code>.' . implode('</code>, <code>.', wp_get_video_extensions( )) . '</code>'), ))
/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php:421$font_family = apply_filters('twentytwenty_get_localized_font_family_types', array('ar' => array('Tahoma', 'Arial', 'sans-serif'), 'ary' => array('Tahoma', 'Arial', 'sans-serif'), 'azb' => array('Tahoma', 'Arial', 'sans-serif'), 'ckb' => array('Tahoma', 'Arial', 'sans-serif'), 'fa-IR' => array('Tahoma', 'Arial', 'sans-serif'), 'haz' => array('Tahoma', 'Arial', 'sans-serif'), 'ps' => array('Tahoma', 'Arial', 'sans-serif'), 'zh-CN' => array('\'PingFang SC\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif'), 'zh-TW' => array('\'PingFang TC\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif'), 'zh-HK' => array('\'PingFang HK\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif'), 'bel' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'bg-BG' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'kk' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'mk-MK' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'mn' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'ru-RU' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'sah' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'sr-RS' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'tt-RU' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'uk' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'bn-BD' => array('Arial', 'sans-serif'), 'hi-IN' => array('Arial', 'sans-serif'), 'mr' => array('Arial', 'sans-serif'), 'ne-NP' => array('Arial', 'sans-serif'), 'el' => array('\'Helvetica Neue\', Helvetica, Arial, sans-serif'), 'gu' => array('Arial', 'sans-serif'), 'he-IL' => array('\'Arial Hebrew\'', 'Arial', 'sans-serif'), 'ja' => array('sans-serif'), 'ko-KR' => array('\'Apple SD Gothic Neo\'', '\'Malgun Gothic\'', '\'Nanum Gothic\'', 'Dotum', 'sans-serif'), 'th' => array('\'Sukhumvit Set\'', '\'Helvetica Neue\'', 'Helvetica', 'Arial', 'sans-serif'), 'vi' => array('\'Libre Franklin\'', 'sans-serif'), ))
/src/wp-includes/widgets/class-wp-widget-media-video.php:691$schema = array('preload' => array('type' => 'string', 'enum' => array('none', 'auto', 'metadata'), 'default' => 'metadata', 'description' => __('Preload'), 'should_preview_update' => false, ), 'loop' => array('type' => 'boolean', 'default' => false, 'description' => __('Loop'), 'should_preview_update' => false, ), 'content' => array('type' => 'string', 'default' => '', 'sanitize_callback' => 'wp_kses_post', 'description' => __('Tracks (subtitles, captions, descriptions, chapters, or metadata)'), 'should_preview_update' => false, ), )
/src/wp-includes/customize/class-wp-customize-nav-menu-setting.php:3632$menu_obj = (object) array_merge(array('term_id' => $this->term_id, 'term_taxonomy_id' => $this->term_id, 'slug' => sanitize_title($setting_value['name']), 'count' => 0, 'term_group' => 0, 'taxonomy' => self::TAXONOMY, 'filter' => 'raw', ), $setting_value)
/src/wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php:2612$links = array('self' => array('href' => rest_url(sprintf('/%s/%s/%s/%s/%d', $this->namespace, $this->parent_base, $template->id, $this->rest_base, $template->wp_id)), ), 'parent' => array('href' => rest_url(sprintf('/%s/%s/%s', $this->namespace, $this->parent_base, $template->id)), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php:2201$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'font-collection', 'type' => 'object', 'properties' => array('slug' => array('description' => __('Unique identifier for the font collection.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'name' => array('description' => __('The name for the font collection.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), ), 'description' => array('description' => __('The description for the font collection.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), ), 'font_families' => array('description' => __('The font families for the font collection.'), 'type' => 'array', 'context' => array('view', 'edit', 'embed'), ), 'categories' => array('description' => __('The categories for the font collection.'), 'type' => 'array', 'context' => array('view', 'edit', 'embed'), ), ), )
/src/wp-includes/rest-api/class-wp-rest-server.php:1041$this->endpoints = array('/' => array('callback' => array($this, 'get_index'), 'methods' => 'GET', 'args' => array('context' => array('default' => 'view', ), ), ), '/batch/v1' => array('callback' => array($this, 'serve_batch_request_v1'), 'methods' => 'POST', 'args' => array('validation' => array('type' => 'string', 'enum' => array('require-all-validate', 'normal'), 'default' => 'normal', ), 'requests' => array('required' => true, 'type' => 'array', 'maxItems' => $this->get_max_batch_size( ), 'items' => array('type' => 'object', 'properties' => array('method' => array('type' => 'string', 'enum' => array('POST', 'PUT', 'PATCH', 'DELETE'), 'default' => 'POST', ), 'path' => array('type' => 'string', 'required' => true, ), 'body' => array('type' => 'object', 'properties' => array( ), 'additionalProperties' => true, ), 'headers' => array('type' => 'object', 'properties' => array( ), 'additionalProperties' => array('type' => array('string', 'array'), 'items' => array('type' => 'string', ), ), ), ), ), ), ), ), )
/src/wp-includes/rest-api/class-wp-rest-server.php:13051$available = array('name' => get_option('blogname'), 'description' => get_option('blogdescription'), 'url' => get_option('siteurl'), 'home' => home_url( ), 'gmt_offset' => get_option('gmt_offset'), 'timezone_string' => get_option('timezone_string'), 'namespaces' => array_keys($this->namespaces), 'authentication' => array( ), 'routes' => $this->get_data_for_routes($this->get_routes( ), $request['context']), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php:2681return array('self' => array('href' => rest_url(sprintf('%s/%s/%s', $this->namespace, $this->rest_base, $collection->slug)), ), 'collection' => array('href' => rest_url(sprintf('%s/%s', $this->namespace, $this->rest_base)), ), )
/src/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php:51return array('title' => __('Image with caption', 'twentytwentytwo'), 'categories' => array('featured', 'columns', 'gallery'), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"6rem","bottom":"6rem"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"primary","textColor":"background","layout":{"inherit":true}} --> <div class="wp-block-group alignfull has-background-color has-primary-background-color has-text-color has-background has-link-color" style="padding-top:6rem;padding-bottom:6rem"><!-- wp:media-text {"mediaId":202,"mediaLink":"' . esc_url(get_template_directory_uri( )) . '/assets/images/bird-on-gray.jpg","mediaType":"image","verticalAlignment":"bottom","imageFill":false} --> <div class="wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-bottom"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/bird-on-gray.jpg" alt="' . esc_attr__('Hummingbird illustration', 'twentytwentytwo') . '" class="wp-image-202 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:paragraph --> <p><strong>' . esc_html__('Hummingbird', 'twentytwentytwo') . '</strong></p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>' . esc_html__('A beautiful bird featuring a surprising set of color feathers.', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --></div></div> <!-- /wp:media-text --></div> <!-- /wp:group -->', )
/src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php:51return array('title' => __('Video with header and details', 'twentytwentytwo'), 'categories' => array('featured', 'columns'), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)","bottom":"var(--wp--custom--spacing--large, 8rem)"}},"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}},"backgroundColor":"foreground","textColor":"secondary"} --> <div class="wp-block-group alignfull has-secondary-color has-foreground-background-color has-text-color has-background has-link-color" style="padding-top:var(--wp--custom--spacing--large, 8rem);padding-bottom:var(--wp--custom--spacing--large, 8rem)"><!-- wp:group {"align":"full","layout":{"inherit":true}} --> <div class="wp-block-group alignfull"><!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(3rem, 6vw, 4.5rem)"}}} --> <h1 class="alignwide" id="warble-a-film-about-hobbyist-bird-watchers-1" style="font-size:clamp(3rem, 6vw, 4.5rem)">' . wp_kses_post(__('<em>Warble</em>, a film about <br>hobbyist bird watchers.', 'twentytwentytwo')) . '</h1> <!-- /wp:heading --> <!-- wp:spacer {"height":32} --> <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:video {"align":"wide"} --> <figure class="wp-block-video alignwide"><video controls src="' . esc_url(get_template_directory_uri( )) . '/assets/videos/birds.mp4"></video></figure> <!-- /wp:video --> <!-- wp:spacer {"height":32} --> <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column {"width":"50%"} --> <div class="wp-block-column" style="flex-basis:50%"><!-- wp:paragraph --> <p><strong>' . esc_html__('Featuring', 'twentytwentytwo') . '</strong></p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph --> <p>' . wp_kses_post(__('Jesús Rodriguez<br>Doug Stilton<br>Emery Driscoll<br>Megan Perry<br>Rowan Price', 'twentytwentytwo')) . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph --> <p>' . wp_kses_post(__('Angelo Tso<br>Edward Stilton<br>Amy Jensen<br>Boston Bell<br>Shay Ford', 'twentytwentytwo')) . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:group --></div> <!-- /wp:group -->', )
/src/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php:51return array('title' => __('Wide image with introduction and buttons', 'twentytwentytwo'), 'categories' => array('featured', 'columns'), 'content' => '<!-- wp:group {"align":"wide"} --> <div class="wp-block-group alignwide"><!-- wp:image {"width":2100,"height":994,"sizeSlug":"large"} --> <figure class="wp-block-image size-large is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/flight-path-on-gray-a.jpg" alt="' . esc_attr__('Illustration of a bird flying.', 'twentytwentytwo') . '" width="2100" height="994"/></figure> <!-- /wp:image --> <!-- wp:columns {"verticalAlignment":null} --> <div class="wp-block-columns"><!-- wp:column {"verticalAlignment":"bottom"} --> <div class="wp-block-column is-vertically-aligned-bottom"><!-- wp:heading {"style":{"typography":{"fontSize":"clamp(3.25rem, 8vw, 6.25rem)","lineHeight":"1.15"}}} --> <h2 style="font-size:clamp(3.25rem, 8vw, 6.25rem);line-height:1.15"><em>' . wp_kses_post(__('Welcome to<br>the Aviary', 'twentytwentytwo')) . '</em></h2> <!-- /wp:heading --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"bottom","style":{"spacing":{"padding":{"bottom":"6rem"}}}} --> <div class="wp-block-column is-vertically-aligned-bottom" style="padding-bottom:6rem"><!-- wp:paragraph --> <p>' . esc_html__('A film about hobbyist bird watchers, a catalog of different birds, paired with the noises they make. Each bird is listed by their scientific name so things seem more official.', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --> <!-- wp:spacer {"height":20} --> <div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"className":"is-style-outline"} --> <div class="wp-block-button is-style-outline"><a class="wp-block-button__link">' . esc_html__('Learn More', 'twentytwentytwo') . '</a></div> <!-- /wp:button --> <!-- wp:button {"className":"is-style-outline"} --> <div class="wp-block-button is-style-outline"><a class="wp-block-button__link">' . esc_html__('Buy Tickets', 'twentytwentytwo') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:group -->', )
/src/wp-content/themes/twentytwenty/inc/starter-content.php:241$starter_content = array('widgets' => array('sidebar-1' => array('text_about', ), 'sidebar-2' => array('text_business_info', ), ), 'attachments' => array('image-opening' => array('post_title' => _x('The New UMoMA Opens its Doors', 'Theme starter content', 'twentytwenty'), 'file' => 'assets/images/2020-landscape-1.png', ), ), 'posts' => array('front' => array('post_type' => 'page', 'post_title' => __('The New UMoMA Opens its Doors', 'twentytwenty'), 'thumbnail' => '{{image-opening}}', 'post_content' => implode('', array('<!-- wp:group {"align":"wide"} -->', '<div class="wp-block-group alignwide"><div class="wp-block-group__inner-container"><!-- wp:heading {"align":"center"} -->', '<h2 class="has-text-align-center">' . __('The premier destination for modern art in Northern Sweden. Open from 10 AM to 6 PM every day during the summer months.', 'twentytwenty') . '</h2>', '<!-- /wp:heading --></div></div>', '<!-- /wp:group -->', '<!-- wp:columns {"align":"wide"} -->', '<div class="wp-block-columns alignwide"><!-- wp:column -->', '<div class="wp-block-column"><!-- wp:group -->', '<div class="wp-block-group"><div class="wp-block-group__inner-container">', '<!-- wp:image {"align":"full","id":37,"sizeSlug":"full"} -->', '<figure class="wp-block-image alignfull size-full"><img src="' . get_theme_file_uri( ) . '/assets/images/2020-three-quarters-1.png" alt="" class="wp-image-37"/></figure>', '<!-- /wp:image -->', '<!-- wp:heading {"level":3} -->', '<h3>' . __('Works and Days', 'twentytwenty') . '</h3>', '<!-- /wp:heading -->', '<!-- wp:paragraph -->', '<p>' . __('August 1 -- December 1', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"className":"is-style-outline"} -->', '<div class="wp-block-button is-style-outline"><a class="wp-block-button__link" href="https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/">' . __('Read More', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div></div>', '<!-- /wp:group -->', '<!-- wp:group -->', '<div class="wp-block-group"><div class="wp-block-group__inner-container">', '<!-- wp:image {"align":"full","id":37,"sizeSlug":"full"} -->', '<figure class="wp-block-image alignfull size-full"><img src="' . get_theme_file_uri( ) . '/assets/images/2020-three-quarters-3.png" alt="" class="wp-image-37"/></figure>', '<!-- /wp:image -->', '<!-- wp:heading {"level":3} -->', '<h3>' . __('Theatre of Operations', 'twentytwenty') . '</h3>', '<!-- /wp:heading -->', '<!-- wp:paragraph -->', '<p>' . __('October 1 -- December 1', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"className":"is-style-outline"} -->', '<div class="wp-block-button is-style-outline"><a class="wp-block-button__link" href="https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/">' . __('Read More', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div></div>', '<!-- /wp:group --></div>', '<!-- /wp:column -->', '<!-- wp:column -->', '<div class="wp-block-column"><!-- wp:group -->', '<div class="wp-block-group"><div class="wp-block-group__inner-container">', '<!-- wp:image {"align":"full","id":37,"sizeSlug":"full"} -->', '<figure class="wp-block-image alignfull size-full"><img src="' . get_theme_file_uri( ) . '/assets/images/2020-three-quarters-2.png" alt="" class="wp-image-37"/></figure>', '<!-- /wp:image -->', '<!-- wp:heading {"level":3} -->', '<h3>' . __('The Life I Deserve', 'twentytwenty') . '</h3>', '<!-- /wp:heading -->', '<!-- wp:paragraph -->', '<p>' . __('August 1 -- December 1', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"className":"is-style-outline"} -->', '<div class="wp-block-button is-style-outline"><a class="wp-block-button__link" href="https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/">' . __('Read More', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div></div>', '<!-- /wp:group -->', '<!-- wp:group -->', '<div class="wp-block-group"><div class="wp-block-group__inner-container">', '<!-- wp:image {"align":"full","id":37,"sizeSlug":"full"} -->', '<figure class="wp-block-image alignfull size-full"><img src="' . get_theme_file_uri( ) . '/assets/images/2020-three-quarters-4.png" alt="" class="wp-image-37"/></figure>', '<!-- /wp:image -->', '<!-- wp:heading {"level":3} -->', '<h3>' . __('From Signac to Matisse', 'twentytwenty') . '</h3>', '<!-- /wp:heading -->', '<!-- wp:paragraph -->', '<p>' . __('October 1 -- December 1', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"className":"is-style-outline"} -->', '<div class="wp-block-button is-style-outline"><a class="wp-block-button__link" href="https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/">' . __('Read More', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div></div>', '<!-- /wp:group --></div>', '<!-- /wp:column --></div>', '<!-- /wp:columns -->', '<!-- wp:image {"align":"full","id":37,"sizeSlug":"full"} -->', '<figure class="wp-block-image alignfull size-full"><img src="' . get_theme_file_uri( ) . '/assets/images/2020-landscape-2.png" alt="" class="wp-image-37"/></figure>', '<!-- /wp:image -->', '<!-- wp:group {"align":"wide"} -->', '<div class="wp-block-group alignwide"><div class="wp-block-group__inner-container"><!-- wp:heading {"align":"center","textColor":"accent"} -->', '<h2 class="has-accent-color has-text-align-center">' . __('&#8220;Cyborgs, as the philosopher Donna Haraway established, are not reverent. They do not remember the cosmos.&#8221;', 'twentytwenty') . '</h2>', '<!-- /wp:heading --></div></div>', '<!-- /wp:group -->', '<!-- wp:paragraph {"dropCap":true} -->', '<p class="has-drop-cap">' . __('With seven floors of striking architecture, UMoMA shows exhibitions of international contemporary art, sometimes along with art historical retrospectives. Existential, political and philosophical issues are intrinsic to our programme. As visitor you are invited to guided tours artist talks, lectures, film screenings and other events with free admission', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:paragraph -->', '<p>' . __('The exhibitions are produced by UMoMA in collaboration with artists and museums around the world and they often attract international attention. UMoMA has received a Special Commendation from the European Museum of the Year, and was among the top candidates for the Swedish Museum of the Year Award as well as for the Council of Europe Museum Prize.', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:paragraph -->', '<p></p>', '<!-- /wp:paragraph -->', '<!-- wp:group {"customBackgroundColor":"#ffffff","align":"wide"} -->', '<div class="wp-block-group alignwide has-background" style="background-color:#ffffff"><div class="wp-block-group__inner-container"><!-- wp:group -->', '<div class="wp-block-group"><div class="wp-block-group__inner-container"><!-- wp:heading {"align":"center"} -->', '<h2 class="has-text-align-center">' . __('Become a Member and Get Exclusive Offers!', 'twentytwenty') . '</h2>', '<!-- /wp:heading -->', '<!-- wp:paragraph {"align":"center"} -->', '<p class="has-text-align-center">' . __('Members get access to exclusive exhibits and sales. Our memberships cost $99.99 and are billed annually.', 'twentytwenty') . '</p>', '<!-- /wp:paragraph -->', '<!-- wp:button {"align":"center"} -->', '<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/">' . __('Join the Club', 'twentytwenty') . '</a></div>', '<!-- /wp:button --></div></div>', '<!-- /wp:group --></div></div>', '<!-- /wp:group -->', '<!-- wp:gallery {"ids":[39,38],"align":"wide"} -->', '<figure class="wp-block-gallery alignwide columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img src="' . get_theme_file_uri( ) . '/assets/images/2020-square-2.png" alt="" data-id="39" data-full-url="' . get_theme_file_uri( ) . '/assets/images/2020-square-2.png" data-link="assets/images/2020-square-2/" class="wp-image-39"/></figure></li><li class="blocks-gallery-item"><figure><img src="' . get_theme_file_uri( ) . '/assets/images/2020-square-1.png" alt="" data-id="38" data-full-url="' . get_theme_file_uri( ) . '/assets/images/2020-square-1.png" data-link="' . get_theme_file_uri( ) . '/assets/images/2020-square-1/" class="wp-image-38"/></figure></li></ul></figure>', '<!-- /wp:gallery -->', )), ), 'about', 'contact', 'blog', ), 'options' => array('show_on_front' => 'page', 'page_on_front' => '{{front}}', 'page_for_posts' => '{{blog}}', ), 'nav_menus' => array('primary' => array('name' => __('Primary', 'twentytwenty'), 'items' => array('link_home', 'page_about', 'page_blog', 'page_contact', ), ), 'expanded' => array('name' => __('Primary', 'twentytwenty'), 'items' => array('link_home', 'page_about', 'page_blog', 'page_contact', ), ), 'social' => array('name' => __('Social Links Menu', 'twentytwenty'), 'items' => array('link_yelp', 'link_facebook', 'link_twitter', 'link_instagram', 'link_email', ), ), ), )
/src/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php:51return array('title' => __('Layered images with duotone', 'twentytwentytwo'), 'categories' => array('featured', 'gallery'), 'content' => '<!-- wp:cover {"url":"' . esc_url(get_template_directory_uri( )) . '/assets/images/ducks.jpg","dimRatio":0,"minHeight":666,"contentPosition":"center center","isDark":false,"align":"wide","style":{"spacing":{"padding":{"top":"1em","right":"1em","bottom":"1em","left":"1em"}},"color":{"duotone":["#000000","#FFFFFF"]}}} --> <div class="wp-block-cover alignwide is-light" style="padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em;min-height:666px"><span aria-hidden="true" class="has-background-dim-0 wp-block-cover__gradient-background has-background-dim"></span><img class="wp-block-cover__image-background" alt="' . esc_attr__('Painting of ducks in the water.', 'twentytwentytwo') . '" src="' . esc_url(get_template_directory_uri( )) . '/assets/images/ducks.jpg" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:image {"align":"center","width":384,"height":580,"sizeSlug":"large"} --> <div class="wp-block-image"><figure class="aligncenter size-large is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/flight-path-on-salmon.jpg" alt="' . esc_attr__('Illustration of a flying bird.', 'twentytwentytwo') . '" width="384" height="580"/></figure></div> <!-- /wp:image --></div></div> <!-- /wp:cover -->', )
/src/wp-content/themes/twentyfifteen/inc/customizer.php:1801return apply_filters('twentyfifteen_color_schemes', array('default' => array('label' => __('Default', 'twentyfifteen'), 'colors' => array('#f1f1f1', '#ffffff', '#ffffff', '#333333', '#333333', '#f7f7f7', ), ), 'dark' => array('label' => __('Dark', 'twentyfifteen'), 'colors' => array('#111111', '#202020', '#202020', '#bebebe', '#bebebe', '#1b1b1b', ), ), 'yellow' => array('label' => __('Yellow', 'twentyfifteen'), 'colors' => array('#f4ca16', '#ffdf00', '#ffffff', '#111111', '#111111', '#f1f1f1', ), ), 'pink' => array('label' => __('Pink', 'twentyfifteen'), 'colors' => array('#ffe5d1', '#e53b51', '#ffffff', '#352712', '#ffffff', '#f1f1f1', ), ), 'purple' => array('label' => __('Purple', 'twentyfifteen'), 'colors' => array('#674970', '#2e2256', '#ffffff', '#2e2256', '#ffffff', '#f1f1f1', ), ), 'blue' => array('label' => __('Blue', 'twentyfifteen'), 'colors' => array('#e9f2f9', '#55c3dc', '#ffffff', '#22313f', '#ffffff', '#f1f1f1', ), ), ))
/src/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php:51return array('title' => __('Two images with text', 'twentytwentytwo'), 'categories' => array('featured', 'columns', 'gallery'), 'content' => '<!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column {"style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"}}}} --> <div class="wp-block-column" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:image {"width":984,"height":1426,"sizeSlug":"large"} --> <figure class="wp-block-image size-large is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/bird-on-salmon.jpg" alt="' . esc_attr__('Illustration of a bird sitting on a branch.', 'twentytwentytwo') . '" width="984" height="1426"/></figure> <!-- /wp:image --></div> <!-- /wp:column --> <!-- wp:column {"style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"}}}} --> <div class="wp-block-column" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:image {"width":984,"height":1426,"sizeSlug":"large"} --> <figure class="wp-block-image size-large is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/bird-on-green.jpg" alt="' . esc_attr__('Illustration of a bird flying.', 'twentytwentytwo') . '" width="984" height="1426"/></figure> <!-- /wp:image --> <!-- wp:spacer {"height":30} --> <div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:heading {"fontSize":"x-large"} --> <h2 class="has-x-large-font-size" id="screening">' . esc_html__('SCREENING', 'twentytwentytwo') . '</h2> <!-- /wp:heading --> <!-- wp:paragraph --> <p>' . wp_kses_post(__('May 14th, 2022 @ 7:00PM<br>The Vintagé Theater,<br>245 Arden Rd.<br>Gardenville, NH', 'twentytwentytwo')) . '</p> <!-- /wp:paragraph --> <!-- wp:spacer {"height":8} --> <div style="height:8px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:spacer {"height":10} --> <div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"foreground"} --> <div class="wp-block-button"><a class="wp-block-button__link has-foreground-background-color has-background">' . esc_html__('Buy Tickets', 'twentytwentytwo') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --></div> <!-- /wp:column --></div> <!-- /wp:columns -->', )
/src/wp-content/themes/twentytwenty/inc/template-tags.php:401$defaults = array('logo' => '%1$s<span class="screen-reader-text">%2$s</span>', 'logo_class' => 'site-logo', 'title' => '<a href="%1$s">%2$s</a>', 'title_class' => 'site-title', 'home_wrap' => '<h1 class="%1$s">%2$s</h1>', 'single_wrap' => '<div class="%1$s faux-heading">%2$s</div>', 'condition' => (is_front_page( ) || is_home( )) && !is_page( ), )
/src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php:51return array('title' => __('Header with image background and overlay', 'twentytwentytwo'), 'categories' => array('header'), 'blockTypes' => array('core/template-part/header'), 'content' => '<!-- wp:group {"align":"full","layout":{"inherit":true}} --> <div class="wp-block-group alignfull"><!-- wp:cover {"url":"' . esc_url(get_template_directory_uri( )) . '/assets/images/ducks.jpg","dimRatio":90,"overlayColor":"primary","focalPoint":{"x":"0.26","y":"0.34"},"minHeight":100,"minHeightUnit":"px","contentPosition":"center center","align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--small, 1.25rem)","bottom":"var(--wp--custom--spacing--small, 1.25rem)"}},"color":{"duotone":["#000000","#ffffff"]}}} --> <div class="wp-block-cover alignfull" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--small, 1.25rem);min-height:100px"><span aria-hidden="true" class="has-primary-background-color has-background-dim-90 wp-block-cover__gradient-background has-background-dim"></span><img class="wp-block-cover__image-background" alt="' . esc_attr__('Painting of ducks in the water.', 'twentytwentytwo') . '" src="' . esc_url(get_template_directory_uri( )) . '/assets/images/ducks.jpg" style="object-position:26% 34%" data-object-fit="cover" data-object-position="26% 34%"/><div class="wp-block-cover__inner-container"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"0rem","top":"0px","right":"0px","left":"0px"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"textColor":"background","layout":{"type":"flex","justifyContent":"space-between"}} --> <div class="wp-block-group alignwide has-background-color has-text-color has-link-color" style="padding-top:0px;padding-right:0px;padding-bottom:0rem;padding-left:0px"><!-- wp:site-title {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}}} /--> <!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} --> <!-- wp:page-list {"isNavigationChild":true,"showSubmenuIcon":true,"openSubmenusOnClick":false} /--> <!-- /wp:navigation --></div> <!-- /wp:group --></div></div> <!-- /wp:cover --></div> <!-- /wp:group -->', )
/src/wp-content/themes/twentytwenty/inc/svg-icons.php:401$svg = wp_kses(TwentyTwenty_SVG_Icons::get_svg($svg_name, $group, $color), array('svg' => array('class' => true, 'xmlns' => true, 'width' => true, 'height' => true, 'viewbox' => true, 'aria-hidden' => true, 'role' => true, 'focusable' => true, ), 'path' => array('fill' => true, 'fill-rule' => true, 'd' => true, 'transform' => true, ), 'polygon' => array('fill' => true, 'fill-rule' => true, 'points' => true, 'transform' => true, 'focusable' => true, ), ))
/src/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php:51return array('title' => __('Large header with dark background', 'twentytwentytwo'), 'categories' => array('header'), 'blockTypes' => array('core/template-part/header'), 'content' => '<!-- wp:group {"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"padding":{"top":"0px","bottom":"var(--wp--custom--spacing--large, 8rem)"}}},"backgroundColor":"foreground","textColor":"background","layout":{"inherit":true}} --> <div class="wp-block-group alignfull has-background-color has-foreground-background-color has-text-color has-background has-link-color" style="padding-top:0px;padding-bottom:var(--wp--custom--spacing--large, 8rem);"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","bottom":"0px"}}},"layout":{"inherit":true}} --> <div class="wp-block-group alignfull" style="padding-top:0px;padding-bottom:0px;"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--small, 1.25rem)","bottom":"var(--wp--custom--spacing--large, 8rem)"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> <div class="wp-block-group alignwide" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--large, 8rem)"><!-- wp:group {"layout":{"type":"flex"}} --> <div class="wp-block-group"><!-- wp:site-logo {"width":64} /--> <!-- wp:site-title {"style":{"typography":{"fontStyle":"italic","fontWeight":"400"}}} /--></div> <!-- /wp:group --> <!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} --> <!-- wp:page-list /--> <!-- /wp:navigation --></div> <!-- /wp:group --> <!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"clamp(3.25rem, 8vw, 6.25rem)","lineHeight":"1.15"}}} --> <h2 class="alignwide" style="font-size:clamp(3.25rem, 8vw, 6.25rem);line-height:1.15">' . wp_kses_post(__('<em>The Hatchery</em>: a blog about my adventures in bird watching', 'twentytwentytwo')) . '</h2> <!-- /wp:heading --></div> <!-- /wp:group --> <!-- wp:image {"align":"full","width":2400,"height":1020,"sizeSlug":"full","linkDestination":"none"} --> <figure class="wp-block-image alignfull size-full is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/flight-path-on-transparent-c.png" alt="' . esc_attr__('Illustration of a bird flying.', 'twentytwentytwo') . '" width="2400" height="1020"/></figure> <!-- /wp:image --></div> <!-- /wp:group --><!-- wp:spacer {"height":66} --> <div style="height:66px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer -->', )
/src/wp-content/themes/twentynineteen/inc/color-patterns.php:701$theme_css = ' /* * Set background for: * - featured image :before * - featured image :before * - post thumbnail :before * - post thumbnail :before * - Submenu * - Sticky Post * - buttons * - WP Block Button * - Blocks */ .image-filters-enabled .site-header.featured-image .site-featured-image:before, .image-filters-enabled .site-header.featured-image .site-featured-image:after, .image-filters-enabled .entry .post-thumbnail:before, .image-filters-enabled .entry .post-thumbnail:after, .main-navigation .sub-menu, .sticky-post, .entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background), .entry .button, button, input[type="button"], input[type="reset"], input[type="submit"], .entry .entry-content > .has-primary-background-color, .entry .entry-content > *[class^="wp-block-"].has-primary-background-color, .entry .entry-content > *[class^="wp-block-"] .has-primary-background-color, .entry .entry-content > *[class^="wp-block-"].is-style-solid-color, .entry .entry-content > *[class^="wp-block-"].is-style-solid-color.has-primary-background-color, .entry .entry-content .wp-block-file .wp-block-file__button { background-color: hsl( ' . $primary_color . ', ' . $saturation . ', ' . $lightness . ' ); /* base: #0073a8; */ } /* * Set Color for: * - all links * - main navigation links * - Post navigation links * - Post entry meta hover * - Post entry header more-link hover * - main navigation svg * - comment navigation * - Comment edit link hover * - Site Footer Link hover * - Widget links */ a, a:visited, .main-navigation .main-menu > li, .main-navigation ul.main-menu > li > a, .post-navigation .post-title, .entry .entry-meta a:hover, .entry .entry-footer a:hover, .entry .entry-content .more-link:hover, .main-navigation .main-menu > li > a + svg, .comment .comment-metadata > a:hover, .comment .comment-metadata .comment-edit-link:hover, #colophon .site-info a:hover, .widget a, .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color), .entry .entry-content > .has-primary-color, .entry .entry-content > *[class^="wp-block-"] .has-primary-color, .entry .entry-content > *[class^="wp-block-"].is-style-solid-color blockquote.has-primary-color, .entry .entry-content > *[class^="wp-block-"].is-style-solid-color blockquote.has-primary-color p { color: hsl( ' . $primary_color . ', ' . $saturation . ', ' . $lightness . ' ); /* base: #0073a8; */ } /* * Set border color for: * wp block quote * :focus */ blockquote, .entry .entry-content blockquote, .entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large), input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { border-color: hsl( ' . $primary_color . ', ' . $saturation . ', ' . $lightness . ' ); /* base: #0073a8; */ } .gallery-item > div > a:focus { box-shadow: 0 0 0 2px hsl( ' . $primary_color . ', ' . $saturation . ', ' . $lightness . ' ); /* base: #0073a8; */ } /* Hover colors */ a:hover, a:active, .main-navigation .main-menu > li > a:hover, .main-navigation .main-menu > li > a:hover + svg, .post-navigation .nav-links a:hover, .post-navigation .nav-links a:hover .post-title, .author-bio .author-description .author-link:hover, .entry .entry-content > .has-secondary-color, .entry .entry-content > *[class^="wp-block-"] .has-secondary-color, .entry .entry-content > *[class^="wp-block-"].is-style-solid-color blockquote.has-secondary-color, .entry .entry-content > *[class^="wp-block-"].is-style-solid-color blockquote.has-secondary-color p, .comment .comment-author .fn a:hover, .comment-reply-link:hover, .comment-navigation .nav-previous a:hover, .comment-navigation .nav-next a:hover, #cancel-comment-reply-link:hover, .widget a:hover { color: hsl( ' . $primary_color . ', ' . $saturation . ', ' . $lightness_hover . ' ); /* base: #005177; */ } .main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus, .main-navigation .sub-menu > li > a:hover:after, .main-navigation .sub-menu > li > a:focus:after, .main-navigation .sub-menu > li > .menu-item-link-return:hover, .main-navigation .sub-menu > li > .menu-item-link-return:focus, .main-navigation .sub-menu > li > a:not(.submenu-expand):hover, .main-navigation .sub-menu > li > a:not(.submenu-expand):focus, .entry .entry-content > .has-secondary-background-color, .entry .entry-content > *[class^="wp-block-"].has-secondary-background-color, .entry .entry-content > *[class^="wp-block-"] .has-secondary-background-color, .entry .entry-content > *[class^="wp-block-"].is-style-solid-color.has-secondary-background-color { background-color: hsl( ' . $primary_color . ', ' . $saturation . ', ' . $lightness_hover . ' ); /* base: #005177; */ } /* Text selection colors */ ::selection { background-color: hsl( ' . $primary_color . ', ' . $saturation_selection . ', ' . $lightness_selection . ' ); /* base: #005177; */ } ::-moz-selection { background-color: hsl( ' . $primary_color . ', ' . $saturation_selection . ', ' . $lightness_selection . ' ); /* base: #005177; */ }'
/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php:51return array('title' => __('Footer with query, title, and citation', 'twentytwentytwo'), 'categories' => array('footer'), 'blockTypes' => array('core/template-part/footer'), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"primary","textColor":"background","layout":{"inherit":true}} --> <div class="wp-block-group alignfull has-background-color has-primary-background-color has-text-color has-background has-link-color" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"displayLayout":{"type":"flex","columns":3},"align":"wide"} --> <div class="wp-block-query alignwide"><!-- wp:post-template --> <!-- wp:post-title {"isLink":true,"fontSize":"x-large"} /--> <!-- wp:post-excerpt /--> <!-- wp:post-date {"isLink":true} /--> <!-- /wp:post-template --></div> <!-- /wp:query --> <!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> <div class="wp-block-group alignwide" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:site-title {"level":0} /--> <!-- wp:group {"layout":{"type":"flex","justifyContent":"right"}} --> <div class="wp-block-group"> <!-- wp:paragraph --> <p>' . sprintf(esc_html__('Proudly powered by %s', 'twentytwentytwo'), '<a href="' . esc_url(__('https://wordpress.org', 'twentytwentytwo')) . '" rel="nofollow">WordPress</a>') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:group --></div> <!-- /wp:group --></div> <!-- /wp:group -->', )
/src/wp-includes/sodium_compat/src/Core/Poly1305/State.php:2361$d3 = (self::mul($h0, $r3, 27) + self::mul($h1, $r2, 27) + self::mul($h2, $r1, 27) + self::mul($h3, $r0, 27) + self::mul($s4, $h4, 27))
/src/wp-content/themes/twentythirteen/functions.php:6141$date = sprintf('<span class="date"><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s">%4$s</time></a></span>', esc_url(get_permalink( )), esc_attr(sprintf(__('Permalink to %s', 'twentythirteen'), the_title_attribute('echo=0'))), esc_attr(get_the_date('c')), esc_html(sprintf($format_prefix, get_post_format_string(get_post_format( )), get_the_date( ))))
/src/wp-content/themes/twentytwentyone/inc/starter-content.php:241$starter_content = array('posts' => array('front' => array('post_type' => 'page', 'post_title' => esc_html_x('Create your website with blocks', 'Theme starter content', 'twentytwentyone'), 'post_content' => ' <!-- wp:heading {"align":"wide","fontSize":"gigantic","style":{"typography":{"lineHeight":"1.1"}}} --> <h2 class="alignwide has-text-align-wide has-gigantic-font-size" style="line-height:1.1">' . esc_html_x('Create your website with blocks', 'Theme starter content', 'twentytwentyone') . '</h2> <!-- /wp:heading --> <!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:columns {"verticalAlignment":"center","align":"wide","className":"is-style-twentytwentyone-columns-overlap"} --> <div class="wp-block-columns alignwide are-vertically-aligned-center is-style-twentytwentyone-columns-overlap"><!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"align":"full","sizeSlug":"large"} --> <figure class="wp-block-image alignfull size-large"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/roses-tremieres-hollyhocks-1884.jpg" alt="' . esc_attr__('&#8220;Roses Trémières&#8221; by Berthe Morisot', 'twentytwentyone') . '"/></figure> <!-- /wp:image --> <!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:image {"align":"full","sizeSlug":"large","className":"is-style-twentytwentyone-image-frame"} --> <figure class="wp-block-image alignfull size-large is-style-twentytwentyone-image-frame"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/in-the-bois-de-boulogne.jpg" alt="' . esc_attr__('&#8220;In the Bois de Boulogne&#8221; by Berthe Morisot', 'twentytwentyone') . '"/></figure> <!-- /wp:image --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:image {"sizeSlug":"large","className":"alignfull size-full is-style-twentytwentyone-border"} --> <figure class="wp-block-image size-large alignfull size-full is-style-twentytwentyone-border"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/young-woman-in-mauve.jpg" alt="' . esc_attr__('&#8220;Young Woman in Mauve&#8221; by Berthe Morisot', 'twentytwentyone') . '"/></figure> <!-- /wp:image --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:spacer {"height":50} --> <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:columns {"verticalAlignment":"top","align":"wide"} --> <div class="wp-block-columns alignwide are-vertically-aligned-top"><!-- wp:column {"verticalAlignment":"top"} --> <div class="wp-block-column is-vertically-aligned-top"><!-- wp:heading {"level":3} --> <h3>' . esc_html_x('Add block patterns', 'Theme starter content', 'twentytwentyone') . '</h3> <!-- /wp:heading --> <!-- wp:paragraph --> <p>' . esc_html_x('Block patterns are pre-designed groups of blocks. To add one, select the Add Block button [+] in the toolbar at the top of the editor. Switch to the Patterns tab underneath the search bar, and choose a pattern.', 'Theme starter content', 'twentytwentyone') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"top"} --> <div class="wp-block-column is-vertically-aligned-top"><!-- wp:heading {"level":3} --> <h3>' . esc_html_x('Frame your images', 'Theme starter content', 'twentytwentyone') . '</h3> <!-- /wp:heading --> <!-- wp:paragraph --> <p>' . esc_html_x('Twenty Twenty-One includes stylish borders for your content. With an Image block selected, open the "Styles" panel within the Editor sidebar. Select the "Frame" block style to activate it.', 'Theme starter content', 'twentytwentyone') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"top"} --> <div class="wp-block-column is-vertically-aligned-top"><!-- wp:heading {"level":3} --> <h3>' . esc_html_x('Overlap columns', 'Theme starter content', 'twentytwentyone') . '</h3> <!-- /wp:heading --> <!-- wp:paragraph --> <p>' . esc_html_x('Twenty Twenty-One also includes an overlap style for column blocks. With a Columns block selected, open the "Styles" panel within the Editor sidebar. Choose the "Overlap" block style to try it out.', 'Theme starter content', 'twentytwentyone') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:cover {"overlayColor":"green","contentPosition":"center center","align":"wide","className":"is-style-twentytwentyone-border"} --> <div class="wp-block-cover alignwide has-green-background-color has-background-dim is-style-twentytwentyone-border"><div class="wp-block-cover__inner-container"><!-- wp:spacer {"height":20} --> <div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:paragraph {"fontSize":"huge"} --> <p class="has-huge-font-size">' . esc_html_x('Need help?', 'Theme starter content', 'twentytwentyone') . '</p> <!-- /wp:paragraph --> <!-- wp:spacer {"height":75} --> <div style="height:75px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph --> <p><a href="https://wordpress.org/documentation/article/twenty-twenty-one/">' . esc_html_x('Read the Theme Documentation', 'Theme starter content', 'twentytwentyone') . '</a></p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph --> <p><a href="https://wordpress.org/support/theme/twentytwentyone/">' . esc_html_x('Check out the Support Forums', 'Theme starter content', 'twentytwentyone') . '</a></p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:spacer {"height":20} --> <div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --></div></div> <!-- /wp:cover -->', ), 'about', 'contact', 'blog', ), 'options' => array('show_on_front' => 'page', 'page_on_front' => '{{front}}', 'page_for_posts' => '{{blog}}', ), 'nav_menus' => array('primary' => array('name' => esc_html__('Primary menu', 'twentytwentyone'), 'items' => array('link_home', 'page_about', 'page_blog', 'page_contact', ), ), 'footer' => array('name' => esc_html__('Secondary menu', 'twentytwentyone'), 'items' => array('link_facebook', 'link_twitter', 'link_instagram', 'link_email', ), ), ), )
/src/wp-includes/sodium_compat/src/Core/Poly1305/State.php:2281$d2 = (self::mul($h0, $r2, 27) + self::mul($h1, $r1, 27) + self::mul($h2, $r0, 27) + self::mul($s4, $h3, 27) + self::mul($s3, $h4, 27))
/src/wp-content/themes/twentyeleven/inc/theme-options.php:1801$layout_options = array('content-sidebar' => array('value' => 'content-sidebar', 'label' => __('Content on left', 'twentyeleven'), 'thumbnail' => get_template_directory_uri( ) . '/inc/images/content-sidebar.png', ), 'sidebar-content' => array('value' => 'sidebar-content', 'label' => __('Content on right', 'twentyeleven'), 'thumbnail' => get_template_directory_uri( ) . '/inc/images/sidebar-content.png', ), 'content' => array('value' => 'content', 'label' => __('One-column, no sidebar', 'twentyeleven'), 'thumbnail' => get_template_directory_uri( ) . '/inc/images/content.png', ), )
/src/wp-content/themes/twentytwentyone/inc/template-functions.php:2391$font_family = apply_filters('twenty_twenty_one_get_localized_font_family_types', array('ar' => array('Tahoma', 'Arial', 'sans-serif'), 'ary' => array('Tahoma', 'Arial', 'sans-serif'), 'azb' => array('Tahoma', 'Arial', 'sans-serif'), 'ckb' => array('Tahoma', 'Arial', 'sans-serif'), 'fa-IR' => array('Tahoma', 'Arial', 'sans-serif'), 'haz' => array('Tahoma', 'Arial', 'sans-serif'), 'ps' => array('Tahoma', 'Arial', 'sans-serif'), 'zh-CN' => array('\'PingFang SC\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif'), 'zh-TW' => array('\'PingFang TC\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif'), 'zh-HK' => array('\'PingFang HK\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif'), 'bel' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'bg-BG' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'kk' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'mk-MK' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'mn' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'ru-RU' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'sah' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'sr-RS' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'tt-RU' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'uk' => array('\'Helvetica Neue\'', 'Helvetica', '\'Segoe UI\'', 'Arial', 'sans-serif'), 'bn-BD' => array('Arial', 'sans-serif'), 'hi-IN' => array('Arial', 'sans-serif'), 'mr' => array('Arial', 'sans-serif'), 'ne-NP' => array('Arial', 'sans-serif'), 'el' => array('\'Helvetica Neue\', Helvetica, Arial, sans-serif'), 'gu' => array('Arial', 'sans-serif'), 'he-IL' => array('\'Arial Hebrew\'', 'Arial', 'sans-serif'), 'ja' => array('sans-serif'), 'ko-KR' => array('\'Apple SD Gothic Neo\'', '\'Malgun Gothic\'', '\'Nanum Gothic\'', 'Dotum', 'sans-serif'), 'th' => array('\'Sukhumvit Set\'', '\'Helvetica Neue\'', 'Helvetica', 'Arial', 'sans-serif'), 'vi' => array('\'Libre Franklin\'', 'sans-serif'), ))
/src/wp-includes/sodium_compat/src/Core/Poly1305/State.php:2201$d1 = (self::mul($h0, $r1, 27) + self::mul($h1, $r0, 27) + self::mul($s4, $h2, 27) + self::mul($s3, $h3, 27) + self::mul($s2, $h4, 27))
/src/wp-content/themes/twentyeleven/inc/theme-options.php:1491$color_scheme_options = array('light' => array('value' => 'light', 'label' => __('Light', 'twentyeleven'), 'thumbnail' => get_template_directory_uri( ) . '/inc/images/light.png', 'default_link_color' => '#1b8be0', ), 'dark' => array('value' => 'dark', 'label' => __('Dark', 'twentyeleven'), 'thumbnail' => get_template_directory_uri( ) . '/inc/images/dark.png', 'default_link_color' => '#e4741f', ), )
/src/wp-content/themes/twentyfifteen/inc/customizer.php:3861$colors = wp_parse_args($colors, array('background_color' => '', 'header_background_color' => '', 'box_background_color' => '', 'textcolor' => '', 'secondary_textcolor' => '', 'border_color' => '', 'border_focus_color' => '', 'sidebar_textcolor' => '', 'sidebar_border_color' => '', 'sidebar_border_focus_color' => '', 'secondary_sidebar_textcolor' => '', 'meta_box_background_color' => '', ))
/src/wp-content/themes/twentyeleven/inc/theme-options.php:1121$help = '<p>' . __('Some themes provide customization options that are grouped together on a Theme Options screen. If you change themes, options may change or disappear, as they are theme-specific. Your current theme, Twenty Eleven, provides the following Theme Options:', 'twentyeleven') . '</p>' . '<ol>' . '<li>' . __('<strong>Color Scheme</strong>: You can choose a color palette of "Light" (light background with dark text) or "Dark" (dark background with light text) for your site.', 'twentyeleven') . '</li>' . '<li>' . __('<strong>Link Color</strong>: You can choose the color used for text links on your site. You can enter the HTML color or hex code, or you can choose visually by clicking the "Select a Color" button to pick from a color wheel.', 'twentyeleven') . '</li>' . '<li>' . __('<strong>Default Layout</strong>: You can choose if you want your site&#8217;s default layout to have a sidebar on the left, the right, or not at all.', 'twentyeleven') . '</li>' . '</ol>' . '<p>' . __('Remember to click "Save Changes" to save any changes you have made to the theme options.', 'twentyeleven') . '</p>'
/src/wp-content/themes/twentyfifteen/inc/customizer.php:4041$css = <<<CSS /* Color Scheme */ /* Background Color */ body { background-color: {$colors['background_color']}; } /* Sidebar Background Color */ body:before, .site-header { background-color: {$colors['header_background_color']}; } /* Box Background Color */ .post-navigation, .pagination, .secondary, .site-footer, .hentry, .page-header, .page-content, .comments-area, .widecolumn { background-color: {$colors['box_background_color']}; } /* Box Background Color */ button, input[type="button"], input[type="reset"], input[type="submit"], .pagination .prev, .pagination .next, .widget_calendar tbody a, .widget_calendar tbody a:hover, .widget_calendar tbody a:focus, .page-links a, .page-links a:hover, .page-links a:focus, .sticky-post { color: {$colors['box_background_color']}; } /* Main Text Color */ button, input[type="button"], input[type="reset"], input[type="submit"], .pagination .prev, .pagination .next, .widget_calendar tbody a, .page-links a, .sticky-post { background-color: {$colors['textcolor']}; } /* Main Text Color */ body, blockquote cite, blockquote small, a, .dropdown-toggle:after, .image-navigation a:hover, .image-navigation a:focus, .comment-navigation a:hover, .comment-navigation a:focus, .widget-title, .entry-footer a:hover, .entry-footer a:focus, .comment-metadata a:hover, .comment-metadata a:focus, .pingback .edit-link a:hover, .pingback .edit-link a:focus, .comment-list .reply a:hover, .comment-list .reply a:focus, .site-info a:hover, .site-info a:focus { color: {$colors['textcolor']}; } /* Main Text Color */ .entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a, .author-description a, .taxonomy-description a, .textwidget a, .entry-footer a:hover, .comment-metadata a:hover, .pingback .edit-link a:hover, .comment-list .reply a:hover, .site-info a:hover { border-color: {$colors['textcolor']}; } /* Secondary Text Color */ button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus, .widget_calendar tbody a:hover, .widget_calendar tbody a:focus, .page-links a:hover, .page-links a:focus { background-color: {$colors['secondary_textcolor']}; } /* Secondary Text Color */ blockquote, a:hover, a:focus, .main-navigation .menu-item-description, .post-navigation .meta-nav, .post-navigation a:hover .post-title, .post-navigation a:focus .post-title, .image-navigation, .image-navigation a, .comment-navigation, .comment-navigation a, .widget, .author-heading, .entry-footer, .entry-footer a, .taxonomy-description, .page-links > .page-links-title, .entry-caption, .comment-author, .comment-metadata, .comment-metadata a, .pingback .edit-link, .pingback .edit-link a, .post-password-form label, .comment-form label, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags, .no-comments, .site-info, .site-info a, .wp-caption-text, .gallery-caption, .comment-list .reply a, .widecolumn label, .widecolumn .mu_register label { color: {$colors['secondary_textcolor']}; } /* Secondary Text Color */ blockquote, .logged-in-as a:hover, .comment-author a:hover { border-color: {$colors['secondary_textcolor']}; } /* Border Color */ hr, .dropdown-toggle:hover, .dropdown-toggle:focus { background-color: {$colors['border_color']}; } /* Border Color */ pre, abbr[title], table, th, td, input, textarea, .main-navigation ul, .main-navigation li, .post-navigation, .post-navigation div + div, .pagination, .comment-navigation, .widget li, .widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children, .site-header, .site-footer, .hentry + .hentry, .author-info, .entry-content .page-links a, .page-links > span, .page-header, .comments-area, .comment-list + .comment-respond, .comment-list article, .comment-list .pingback, .comment-list .trackback, .comment-list .reply a, .no-comments { border-color: {$colors['border_color']}; } /* Border Focus Color */ a:focus, button:focus, input:focus { outline-color: {$colors['border_focus_color']}; } input:focus, textarea:focus { border-color: {$colors['border_focus_color']}; } /* Sidebar Link Color */ .secondary-toggle:before { color: {$colors['sidebar_textcolor']}; } .site-title a, .site-description { color: {$colors['sidebar_textcolor']}; } /* Sidebar Text Color */ .site-title a:hover, .site-title a:focus { color: {$colors['secondary_sidebar_textcolor']}; } /* Sidebar Border Color */ .secondary-toggle { border-color: {$colors['sidebar_border_color']}; } /* Sidebar Border Focus Color */ .secondary-toggle:hover, .secondary-toggle:focus { border-color: {$colors['sidebar_border_focus_color']}; } .site-title a { outline-color: {$colors['sidebar_border_focus_color']}; } /* Meta Background Color */ .entry-footer { background-color: {$colors['meta_box_background_color']}; } @media screen and (min-width: 38.75em) { /* Main Text Color */ .page-header { border-color: {$colors['textcolor']}; } } @media screen and (min-width: 59.6875em) { /* Make sure its transparent on desktop */ .site-header, .secondary { background-color: transparent; } /* Sidebar Background Color */ .widget button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"], .widget_calendar tbody a, .widget_calendar tbody a:hover, .widget_calendar tbody a:focus { color: {$colors['header_background_color']}; } /* Sidebar Link Color */ .secondary a, .dropdown-toggle:after, .widget-title, .widget blockquote cite, .widget blockquote small { color: {$colors['sidebar_textcolor']}; } .widget button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"], .widget_calendar tbody a { background-color: {$colors['sidebar_textcolor']}; } .textwidget a { border-color: {$colors['sidebar_textcolor']}; } /* Sidebar Text Color */ .secondary a:hover, .secondary a:focus, .main-navigation .menu-item-description, .widget, .widget blockquote, .widget .wp-caption-text, .widget .gallery-caption { color: {$colors['secondary_sidebar_textcolor']}; } .widget button:hover, .widget button:focus, .widget input[type="button"]:hover, .widget input[type="button"]:focus, .widget input[type="reset"]:hover, .widget input[type="reset"]:focus, .widget input[type="submit"]:hover, .widget input[type="submit"]:focus, .widget_calendar tbody a:hover, .widget_calendar tbody a:focus { background-color: {$colors['secondary_sidebar_textcolor']}; } .widget blockquote { border-color: {$colors['secondary_sidebar_textcolor']}; } /* Sidebar Border Color */ .main-navigation ul, .main-navigation li, .widget input, .widget textarea, .widget table, .widget th, .widget td, .widget pre, .widget li, .widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children, .widget abbr[title] { border-color: {$colors['sidebar_border_color']}; } .dropdown-toggle:hover, .dropdown-toggle:focus, .widget hr { background-color: {$colors['sidebar_border_color']}; } .widget input:focus, .widget textarea:focus { border-color: {$colors['sidebar_border_focus_color']}; } .sidebar a:focus, .dropdown-toggle:focus { outline-color: {$colors['sidebar_border_focus_color']}; } } CSS
/src/wp-includes/widgets/class-wp-widget-media.php:4971self::$l10n_defaults = array('no_media_selected' => __('No media selected'), 'add_media' => _x('Add Media', 'label for button in the media widget'), 'replace_media' => _x('Replace Media', 'label for button in the media widget; should preferably not be longer than ~13 characters long'), 'edit_media' => _x('Edit Media', 'label for button in the media widget; should preferably not be longer than ~13 characters long'), 'add_to_widget' => __('Add to Widget'), 'missing_attachment' => sprintf(__('That file cannot be found. Check your <a href="%s">media library</a> and make sure it was not deleted.'), esc_url(admin_url('upload.php'))), 'media_library_state_multi' => _n_noop('Media Widget (%d)', 'Media Widget (%d)'), 'media_library_state_single' => __('Media Widget'), 'unsupported_file_type' => __('Looks like this is not the correct kind of file. Please link to an appropriate file instead.'), )
/src/wp-content/themes/twentyeleven/inc/widgets.php:851$ephemera_args = array('order' => 'DESC', 'posts_per_page' => $args['number'], 'no_found_rows' => true, 'post_status' => 'publish', 'post__not_in' => get_option('sticky_posts'), 'tax_query' => array(array('taxonomy' => 'post_format', 'terms' => array('post-format-aside', 'post-format-link', 'post-format-status', 'post-format-quote'), 'field' => 'slug', 'operator' => 'IN', ), ), )
/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php:1301$hex = substr($hex, 0, 1) . substr($hex, 0, 1) . substr($hex, 1, 1) . substr($hex, 1, 1) . substr($hex, 2, 1) . substr($hex, 2, 1)
/src/wp-includes/widgets/class-wp-widget-media.php:1411$schema = array('attachment_id' => array('type' => 'integer', 'default' => 0, 'minimum' => 0, 'description' => __('Attachment post ID'), 'media_prop' => 'id', ), 'url' => array('type' => 'string', 'default' => '', 'format' => 'uri', 'description' => __('URL to the media file'), ), 'title' => array('type' => 'string', 'default' => '', 'sanitize_callback' => 'sanitize_text_field', 'description' => __('Title for the widget'), 'should_preview_update' => false, ), )
/src/wp-content/themes/twentyeleven/showcase.php:1901$recent_args = array('order' => 'DESC', 'post__not_in' => get_option('sticky_posts'), 'tax_query' => array(array('taxonomy' => 'post_format', 'terms' => array('post-format-aside', 'post-format-link', 'post-format-quote', 'post-format-status'), 'field' => 'slug', 'operator' => 'NOT IN', ), ), 'no_found_rows' => true, )
/src/wp-content/themes/twentytwentytwo/inc/block-patterns.php:161$block_pattern_categories = array('featured' => array('label' => __('Featured', 'twentytwentytwo')), 'footer' => array('label' => __('Footers', 'twentytwentytwo')), 'header' => array('label' => __('Headers', 'twentytwentytwo')), 'query' => array('label' => __('Query', 'twentytwentytwo')), 'twentytwentytwo_pages' => array('label' => __('Pages', 'twentytwentytwo')), )
/src/wp-includes/fonts/class-wp-font-utils.php:1941$tree[$key][$item_key] = isset($schema[$key][0]) && is_array($schema[$key][0]) ? self::sanitize_from_schema($item_value, $schema[$key][0]) : self::apply_sanitizer($item_value, $schema[$key][0])
/src/wp-content/themes/twentyeleven/functions.php:1821$custom_header_support = array('default-text-color' => '000', 'width' => apply_filters('twentyeleven_header_image_width', 1000), 'height' => apply_filters('twentyeleven_header_image_height', 288), 'flex-height' => true, 'random-default' => true, 'wp-head-callback' => 'twentyeleven_header_style', 'admin-head-callback' => 'twentyeleven_admin_header_style', 'admin-preview-callback' => 'twentyeleven_admin_header_image', )
/src/wp-content/themes/twentytwentyone/inc/template-functions.php:3151$elements = apply_filters('twenty_twenty_one_get_localized_font_family_elements', array('front-end' => array('body', 'input', 'textarea', 'button', '.button', '.faux-button', '.wp-block-button__link', '.wp-block-file__button', '.has-drop-cap:not(:focus)::first-letter', '.entry-content .wp-block-archives', '.entry-content .wp-block-categories', '.entry-content .wp-block-cover-image', '.entry-content .wp-block-latest-comments', '.entry-content .wp-block-latest-posts', '.entry-content .wp-block-pullquote', '.entry-content .wp-block-quote.is-large', '.entry-content .wp-block-quote.is-style-large', '.entry-content .wp-block-archives *', '.entry-content .wp-block-categories *', '.entry-content .wp-block-latest-posts *', '.entry-content .wp-block-latest-comments *', '.entry-content p', '.entry-content ol', '.entry-content ul', '.entry-content dl', '.entry-content dt', '.entry-content cite', '.entry-content figcaption', '.entry-content .wp-caption-text', '.comment-content p', '.comment-content ol', '.comment-content ul', '.comment-content dl', '.comment-content dt', '.comment-content cite', '.comment-content figcaption', '.comment-content .wp-caption-text', '.widget_text p', '.widget_text ol', '.widget_text ul', '.widget_text dl', '.widget_text dt', '.widget-content .rssSummary', '.widget-content cite', '.widget-content figcaption', '.widget-content .wp-caption-text'), 'block-editor' => array('.editor-styles-wrapper > *', '.editor-styles-wrapper p', '.editor-styles-wrapper ol', '.editor-styles-wrapper ul', '.editor-styles-wrapper dl', '.editor-styles-wrapper dt', '.editor-post-title__block .editor-post-title__input', '.editor-styles-wrapper .wp-block h1', '.editor-styles-wrapper .wp-block h2', '.editor-styles-wrapper .wp-block h3', '.editor-styles-wrapper .wp-block h4', '.editor-styles-wrapper .wp-block h5', '.editor-styles-wrapper .wp-block h6', '.editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter', '.editor-styles-wrapper cite', '.editor-styles-wrapper figcaption', '.editor-styles-wrapper .wp-caption-text'), 'classic-editor' => array('body#tinymce.wp-editor', 'body#tinymce.wp-editor p', 'body#tinymce.wp-editor ol', 'body#tinymce.wp-editor ul', 'body#tinymce.wp-editor dl', 'body#tinymce.wp-editor dt', 'body#tinymce.wp-editor figcaption', 'body#tinymce.wp-editor .wp-caption-text', 'body#tinymce.wp-editor .wp-caption-dd', 'body#tinymce.wp-editor cite', 'body#tinymce.wp-editor table'), ))
/src/wp-includes/sodium_compat/src/Core/Poly1305/State.php:2441$d4 = (self::mul($h0, $r4, 27) + self::mul($h1, $r3, 27) + self::mul($h2, $r2, 27) + self::mul($h3, $r1, 27) + self::mul($h4, $r0, 27))
/src/wp-content/themes/twentysixteen/inc/customizer.php:5251return <<<CSS /* Color Scheme */ /* Background Color */ body { background-color: {$colors['background_color']}; } /* Page Background Color */ .site { background-color: {$colors['page_background_color']}; } mark, ins, button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus, .menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus, .pagination .prev, .pagination .next, .pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus, .pagination .nav-links:before, .pagination .nav-links:after, .widget_calendar tbody a, .widget_calendar tbody a:hover, .widget_calendar tbody a:focus, .page-links a, .page-links a:hover, .page-links a:focus { color: {$colors['page_background_color']}; } /* Link Color */ .menu-toggle:hover, .menu-toggle:focus, a, .main-navigation a:hover, .main-navigation a:focus, .dropdown-toggle:hover, .dropdown-toggle:focus, .social-navigation a:hover:before, .social-navigation a:focus:before, .post-navigation a:hover .post-title, .post-navigation a:focus .post-title, .tagcloud a:hover, .tagcloud a:focus, .site-branding .site-title a:hover, .site-branding .site-title a:focus, .entry-title a:hover, .entry-title a:focus, .entry-footer a:hover, .entry-footer a:focus, .comment-metadata a:hover, .comment-metadata a:focus, .pingback .comment-edit-link:hover, .pingback .comment-edit-link:focus, .comment-reply-link, .comment-reply-link:hover, .comment-reply-link:focus, .required, .site-info a:hover, .site-info a:focus { color: {$colors['link_color']}; } mark, ins, button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus, .widget_calendar tbody a, .page-links a:hover, .page-links a:focus { background-color: {$colors['link_color']}; } input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, .tagcloud a:hover, .tagcloud a:focus, .menu-toggle:hover, .menu-toggle:focus { border-color: {$colors['link_color']}; } /* Main Text Color */ body, blockquote cite, blockquote small, .main-navigation a, .menu-toggle, .dropdown-toggle, .social-navigation a, .post-navigation a, .pagination a:hover, .pagination a:focus, .widget-title a, .site-branding .site-title a, .entry-title a, .page-links > .page-links-title, .comment-author, .comment-reply-title small a:hover, .comment-reply-title small a:focus { color: {$colors['main_text_color']}; } blockquote, .menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus, .post-navigation, .post-navigation div + div, .pagination, .widget, .page-header, .page-links a, .comments-title, .comment-reply-title { border-color: {$colors['main_text_color']}; } button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus, .menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus, .pagination:before, .pagination:after, .pagination .prev, .pagination .next, .page-links a { background-color: {$colors['main_text_color']}; } /* Secondary Text Color */ /** * IE8 and earlier will drop any block with CSS3 selectors. * Do not combine these styles with the next block. */ body:not(.search-results) .entry-summary { color: {$colors['secondary_text_color']}; } blockquote, .post-password-form label, a:hover, a:focus, a:active, .post-navigation .meta-nav, .image-navigation, .comment-navigation, .widget_recent_entries .post-date, .widget_rss .rss-date, .widget_rss cite, .site-description, .author-bio, .entry-footer, .entry-footer a, .sticky-post, .taxonomy-description, .entry-caption, .comment-metadata, .pingback .edit-link, .comment-metadata a, .pingback .comment-edit-link, .comment-form label, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags, .site-info, .site-info a, .wp-caption .wp-caption-text, .gallery-caption, .widecolumn label, .widecolumn .mu_register label { color: {$colors['secondary_text_color']}; } .widget_calendar tbody a:hover, .widget_calendar tbody a:focus { background-color: {$colors['secondary_text_color']}; } /* Border Color */ fieldset, pre, abbr, acronym, table, th, td, input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, .main-navigation li, .main-navigation .primary-menu, .menu-toggle, .dropdown-toggle:after, .social-navigation a, .image-navigation, .comment-navigation, .tagcloud a, .entry-content, .entry-summary, .page-links a, .page-links > span, .comment-list article, .comment-list .pingback, .comment-list .trackback, .comment-reply-link, .no-comments, .widecolumn .mu_register .mu_alert { border-color: {$colors['main_text_color']}; /* Fallback for IE7 and IE8 */ border-color: {$colors['border_color']}; } hr, code { background-color: {$colors['main_text_color']}; /* Fallback for IE7 and IE8 */ background-color: {$colors['border_color']}; } @media screen and (min-width: 56.875em) { .main-navigation li:hover > a, .main-navigation li.focus > a { color: {$colors['link_color']}; } .main-navigation ul ul, .main-navigation ul ul li { border-color: {$colors['border_color']}; } .main-navigation ul ul:before { border-top-color: {$colors['border_color']}; border-bottom-color: {$colors['border_color']}; } .main-navigation ul ul li { background-color: {$colors['page_background_color']}; } .main-navigation ul ul:after { border-top-color: {$colors['page_background_color']}; border-bottom-color: {$colors['page_background_color']}; } } CSS
/src/wp-content/themes/twentytwentyone/inc/template-functions.php:4221$output = '<p class="post-password-message">' . esc_html__('This content is password protected. Please enter a password to view.', 'twentytwentyone') . '</p> <form action="' . esc_url(site_url('wp-login.php?action=postpass', 'login_post')) . '" class="post-password-form" method="post"> <label class="post-password-form__label" for="' . esc_attr($label) . '">' . esc_html_x('Password', 'Post password form', 'twentytwentyone') . '</label><input class="post-password-form__input" name="post_password" id="' . esc_attr($label) . '" type="password" spellcheck="false" size="20" /><input type="submit" class="post-password-form__submit" name="' . esc_attr_x('Submit', 'Post password form', 'twentytwentyone') . '" value="' . esc_attr_x('Enter', 'Post password form', 'twentytwentyone') . '" /></form> '
/src/wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php:1321$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'block-pattern-category', 'type' => 'object', 'properties' => array('name' => array('description' => __('The category name.'), 'type' => 'string', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'label' => array('description' => __('The category label, in human readable format.'), 'type' => 'string', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), 'description' => array('description' => __('The category description, in human readable format.'), 'type' => 'string', 'readonly' => true, 'context' => array('view', 'edit', 'embed'), ), ), )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:7103return ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray(array($h0->toInt32( ), $h1->toInt32( ), $h2->toInt32( ), $h3->toInt32( ), $h4->toInt32( ), $h5->toInt32( ), $h6->toInt32( ), $h7->toInt32( ), $h8->toInt32( ), $h9->toInt32( )))
/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:4681$this->schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'block-type', 'type' => 'object', 'properties' => array('api_version' => array('description' => __('Version of block API.'), 'type' => 'integer', 'default' => 1, 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'title' => array('description' => __('Title of block type.'), 'type' => 'string', 'default' => '', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'name' => array('description' => __('Unique name identifying the block type.'), 'type' => 'string', 'pattern' => self::NAME_PATTERN, 'required' => true, 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'description' => array('description' => __('Description of block type.'), 'type' => 'string', 'default' => '', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'icon' => $icon_definition, 'attributes' => array('description' => __('Block attributes.'), 'type' => array('object', 'null'), 'properties' => array( ), 'default' => null, 'additionalProperties' => array('type' => 'object', ), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'provides_context' => array('description' => __('Context provided by blocks of this type.'), 'type' => 'object', 'properties' => array( ), 'additionalProperties' => array('type' => 'string', ), 'default' => array( ), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'uses_context' => array('description' => __('Context values inherited by blocks of this type.'), 'type' => 'array', 'default' => array( ), 'items' => array('type' => 'string', ), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'selectors' => array('description' => __('Custom CSS selectors.'), 'type' => 'object', 'default' => array( ), 'properties' => array( ), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'supports' => array('description' => __('Block supports.'), 'type' => 'object', 'default' => array( ), 'properties' => array( ), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'category' => $category_definition, 'is_dynamic' => array('description' => __('Is the block dynamically rendered.'), 'type' => 'boolean', 'default' => false, 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'editor_script_handles' => array('description' => __('Editor script handles.'), 'type' => array('array'), 'default' => array( ), 'items' => array('type' => 'string', ), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'script_handles' => array('description' => __('Public facing and editor script handles.'), 'type' => array('array'), 'default' => array( ), 'items' => array('type' => 'string', ), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'view_script_handles' => array('description' => __('Public facing script handles.'), 'type' => array('array'), 'default' => array( ), 'items' => array('type' => 'string', ), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'view_script_module_ids' => array('description' => __('Public facing script module IDs.'), 'type' => array('array'), 'default' => array( ), 'items' => array('type' => 'string', ), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'editor_style_handles' => array('description' => __('Editor style handles.'), 'type' => array('array'), 'default' => array( ), 'items' => array('type' => 'string', ), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'style_handles' => array('description' => __('Public facing and editor style handles.'), 'type' => array('array'), 'default' => array( ), 'items' => array('type' => 'string', ), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'view_style_handles' => array('description' => __('Public facing style handles.'), 'type' => array('array'), 'default' => array( ), 'items' => array('type' => 'string', ), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'styles' => array('description' => __('Block style variations.'), 'type' => 'array', 'items' => array('type' => 'object', 'properties' => array('name' => array('description' => __('Unique name identifying the style.'), 'type' => 'string', 'required' => true, ), 'label' => array('description' => __('The human-readable label for the style.'), 'type' => 'string', ), 'inline_style' => array('description' => __('Inline CSS code that registers the CSS class required for the style.'), 'type' => 'string', ), 'style_handle' => array('description' => __('Contains the handle that defines the block style.'), 'type' => 'string', ), ), ), 'default' => array( ), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'variations' => array('description' => __('Block variations.'), 'type' => 'array', 'items' => array('type' => 'object', 'properties' => array('name' => array('description' => __('The unique and machine-readable name.'), 'type' => 'string', 'required' => true, ), 'title' => array('description' => __('A human-readable variation title.'), 'type' => 'string', 'required' => true, ), 'description' => array('description' => __('A detailed variation description.'), 'type' => 'string', 'required' => false, ), 'category' => $category_definition, 'icon' => $icon_definition, 'isDefault' => array('description' => __('Indicates whether the current variation is the default one.'), 'type' => 'boolean', 'required' => false, 'default' => false, ), 'attributes' => array('description' => __('The initial values for attributes.'), 'type' => 'object', ), 'innerBlocks' => $inner_blocks_definition, 'example' => $example_definition, 'scope' => array('description' => __('The list of scopes where the variation is applicable. When not provided, it assumes all available scopes.'), 'type' => array('array', 'null'), 'default' => null, 'items' => array('type' => 'string', 'enum' => array('block', 'inserter', 'transform'), ), 'readonly' => true, ), 'keywords' => $keywords_definition, ), ), 'readonly' => true, 'context' => array('embed', 'view', 'edit'), 'default' => null, ), 'textdomain' => array('description' => __('Public text domain.'), 'type' => array('string', 'null'), 'default' => null, 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'parent' => array('description' => __('Parent blocks.'), 'type' => array('array', 'null'), 'items' => array('type' => 'string', 'pattern' => self::NAME_PATTERN, ), 'default' => null, 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'ancestor' => array('description' => __('Ancestor blocks.'), 'type' => array('array', 'null'), 'items' => array('type' => 'string', 'pattern' => self::NAME_PATTERN, ), 'default' => null, 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'allowed_blocks' => array('description' => __('Allowed child block types.'), 'type' => array('array', 'null'), 'items' => array('type' => 'string', 'pattern' => self::NAME_PATTERN, ), 'default' => null, 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'keywords' => $keywords_definition, 'example' => $example_definition, 'block_hooks' => array('description' => __('This block is automatically inserted near any occurrence of the block types used as keys of this map, into a relative position given by the corresponding value.'), 'type' => 'object', 'patternProperties' => array(self::NAME_PATTERN => array('type' => 'string', 'enum' => array('before', 'after', 'first_child', 'last_child'), ), ), 'default' => array( ), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:7691$deprecated_properties = array('editor_script' => array('description' => __('Editor script handle. DEPRECATED: Use `editor_script_handles` instead.'), 'type' => array('string', 'null'), 'default' => null, 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'script' => array('description' => __('Public facing and editor script handle. DEPRECATED: Use `script_handles` instead.'), 'type' => array('string', 'null'), 'default' => null, 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'view_script' => array('description' => __('Public facing script handle. DEPRECATED: Use `view_script_handles` instead.'), 'type' => array('string', 'null'), 'default' => null, 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'editor_style' => array('description' => __('Editor style handle. DEPRECATED: Use `editor_style_handles` instead.'), 'type' => array('string', 'null'), 'default' => null, 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'style' => array('description' => __('Public facing and editor style handle. DEPRECATED: Use `style_handles` instead.'), 'type' => array('string', 'null'), 'default' => null, 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:1281$block = array('name' => $block_data['name'], 'title' => ($block_data['title'] ? $block_data['title'] : $plugin['name']), 'description' => wp_trim_words($plugin['short_description'], 30, '...'), 'id' => $plugin['slug'], 'rating' => $plugin['rating'] / 20, 'rating_count' => (int) $plugin['num_ratings'], 'active_installs' => (int) $plugin['active_installs'], 'author_block_rating' => $plugin['author_block_rating'] / 20, 'author_block_count' => (int) $plugin['author_block_count'], 'author' => wp_strip_all_tags($plugin['author']), 'icon' => (isset($plugin['icons']['1x']) ? $plugin['icons']['1x'] : 'block-default'), 'last_updated' => gmdate('Y-m-d\TH:i:s', strtotime($plugin['last_updated'])), 'humanized_updated' => sprintf(__('%s ago'), human_time_diff(strtotime($plugin['last_updated']))), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:2201$this->schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'block-directory-item', 'type' => 'object', 'properties' => array('name' => array('description' => __('The block name, in namespace/block-name format.'), 'type' => 'string', 'context' => array('view'), ), 'title' => array('description' => __('The block title, in human readable format.'), 'type' => 'string', 'context' => array('view'), ), 'description' => array('description' => __('A short description of the block, in human readable format.'), 'type' => 'string', 'context' => array('view'), ), 'id' => array('description' => __('The block slug.'), 'type' => 'string', 'context' => array('view'), ), 'rating' => array('description' => __('The star rating of the block.'), 'type' => 'number', 'context' => array('view'), ), 'rating_count' => array('description' => __('The number of ratings.'), 'type' => 'integer', 'context' => array('view'), ), 'active_installs' => array('description' => __('The number sites that have activated this block.'), 'type' => 'integer', 'context' => array('view'), ), 'author_block_rating' => array('description' => __('The average rating of blocks published by the same author.'), 'type' => 'number', 'context' => array('view'), ), 'author_block_count' => array('description' => __('The number of blocks published by the same author.'), 'type' => 'integer', 'context' => array('view'), ), 'author' => array('description' => __('The WordPress.org username of the block author.'), 'type' => 'string', 'context' => array('view'), ), 'icon' => array('description' => __('The block icon.'), 'type' => 'string', 'format' => 'uri', 'context' => array('view'), ), 'last_updated' => array('description' => __('The date when the block was last updated.'), 'type' => 'string', 'format' => 'date-time', 'context' => array('view'), ), 'humanized_updated' => array('description' => __('The date when the block was last updated, in fuzzy human readable format.'), 'type' => 'string', 'context' => array('view'), ), ), )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:6311$h7 = $f0g7->addInt64($f1g6)->addInt64($f2g5)->addInt64($f3g4)->addInt64($f4g3)->addInt64($f5g2)->addInt64($f6g1)->addInt64($f7g0)->addInt64($f8g9_19)->addInt64($f9g8_19)
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:6261$h6 = $f0g6->addInt64($f1g5_2)->addInt64($f2g4)->addInt64($f3g3_2)->addInt64($f4g2)->addInt64($f5g1_2)->addInt64($f6g0)->addInt64($f7g9_38)->addInt64($f8g8_19)->addInt64($f9g7_38)
/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php:51return array('title' => __('Footer with navigation and citation', 'twentytwentytwo'), 'categories' => array('footer'), 'blockTypes' => array('core/template-part/footer'), 'content' => '<!-- wp:group {"align":"full","layout":{"inherit":true}} --> <div class="wp-block-group alignfull"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> <div class="wp-block-group alignwide" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:navigation --> <!-- wp:page-list {"isNavigationChild":true,"showSubmenuIcon":true,"openSubmenusOnClick":false} /--> <!-- /wp:navigation --> <!-- wp:paragraph {"align":"right"} --> <p class="has-text-align-right">' . sprintf(esc_html__('Proudly powered by %s', 'twentytwentytwo'), '<a href="' . esc_url(__('https://wordpress.org', 'twentytwentytwo')) . '" rel="nofollow">WordPress</a>') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:group --></div> <!-- /wp:group -->', )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:6411$h9 = $f0g9->addInt64($f1g8)->addInt64($f2g7)->addInt64($f3g6)->addInt64($f4g5)->addInt64($f5g4)->addInt64($f6g3)->addInt64($f7g2)->addInt64($f8g1)->addInt64($f9g0)
/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php:51return array('title' => __('Dark footer with title and citation', 'twentytwentytwo'), 'categories' => array('footer'), 'blockTypes' => array('core/template-part/footer'), 'content' => '<!-- wp:group {"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"padding":{"top":"var(--wp--custom--spacing--small, 1.25rem)","bottom":"var(--wp--custom--spacing--small, 1.25rem)"}}},"backgroundColor":"foreground","textColor":"background","layout":{"inherit":true}} --> <div class="wp-block-group alignfull has-background-color has-foreground-background-color has-text-color has-background has-link-color" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--small, 1.25rem)"><!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} --> <div class="wp-block-group alignwide"><!-- wp:site-title {"level":0} /--> <!-- wp:paragraph {"align":"right"} --> <p class="has-text-align-right">' . sprintf(esc_html__('Proudly powered by %s', 'twentytwentytwo'), '<a href="' . esc_url(__('https://wordpress.org', 'twentytwentytwo')) . '" rel="nofollow">WordPress</a>') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:group --></div> <!-- /wp:group -->', )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:6361$h8 = $f0g8->addInt64($f1g7_2)->addInt64($f2g6)->addInt64($f3g5_2)->addInt64($f4g4)->addInt64($f5g3_2)->addInt64($f6g2)->addInt64($f7g1_2)->addInt64($f8g0)->addInt64($f9g9_38)
/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php:51return array('title' => __('About page with media on the right', 'twentytwentytwo'), 'categories' => array('twentytwentytwo_pages'), 'content' => '<!-- wp:media-text {"align":"full","mediaPosition":"right","mediaLink":"' . esc_url(get_template_directory_uri( )) . '/assets/images/bird-on-black.jpg","mediaType":"image","style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"foreground","textColor":"background"} --> <div class="wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile has-background-color has-foreground-background-color has-text-color has-background has-link-color"><figure class="wp-block-media-text__media"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/bird-on-black.jpg" alt="' . esc_attr__('An image of a bird flying', 'twentytwentytwo') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:spacer {"height":32} --> <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:site-logo {"width":60} /--> <!-- wp:group {"style":{"spacing":{"padding":{"right":"min(8rem, 5vw)","top":"min(20rem, 20vw)"}}}} --> <div class="wp-block-group" style="padding-top:min(20rem, 20vw);padding-right:min(8rem, 5vw)"><!-- wp:heading {"style":{"typography":{"fontWeight":"300","lineHeight":"1.115","fontSize":"clamp(3rem, 6vw, 4.5rem)"}}} --> <h2 style="font-size:clamp(3rem, 6vw, 4.5rem);font-weight:300;line-height:1.115"><em>' . wp_kses_post(__('Emery<br>Driscoll', 'twentytwentytwo')) . '</em></h2> <!-- /wp:heading --> <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.6"}}} --> <p style="line-height:1.6">' . esc_html__('Oh hello. My name’s Emery, and you’ve found your way to my website. I’m an avid bird watcher, and I also broadcast my own radio show on Tuesday evenings at 11PM EDT.', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --> <!-- wp:spacer {"height":40} --> <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:social-links {"iconColor":"background","iconColorValue":"var(--wp--preset--color--foreground)","iconBackgroundColor":"foreground","iconBackgroundColorValue":"var(--wp--preset--color--background)"} --> <ul class="wp-block-social-links has-icon-color has-icon-background-color"><!-- wp:social-link {"url":"#","service":"wordpress"} /--> <!-- wp:social-link {"url":"#","service":"twitter"} /--> <!-- wp:social-link {"url":"#","service":"instagram"} /--></ul> <!-- /wp:social-links --></div> <!-- /wp:group --></div> <!-- wp:spacer {"height":32} --> <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --></div> <!-- /wp:media-text -->', )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:6111$h3 = $f0g3->addInt64($f1g2)->addInt64($f2g1)->addInt64($f3g0)->addInt64($f4g9_19)->addInt64($f5g8_19)->addInt64($f6g7_19)->addInt64($f7g6_19)->addInt64($f8g5_19)->addInt64($f9g4_19)
/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php:51return array('title' => __('Default footer', 'twentytwentytwo'), 'categories' => array('footer'), 'blockTypes' => array('core/template-part/footer'), 'content' => '<!-- wp:group {"align":"full","layout":{"inherit":true}} --> <div class="wp-block-group alignfull"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> <div class="wp-block-group alignwide" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:site-title {"level":0} /--> <!-- wp:paragraph {"align":"right"} --> <p class="has-text-align-right">' . sprintf(esc_html__('Proudly powered by %s', 'twentytwentytwo'), '<a href="' . esc_url(__('https://wordpress.org', 'twentytwentytwo')) . '" rel="nofollow">WordPress</a>') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:group --></div> <!-- /wp:group -->', )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:6061$h2 = $f0g2->addInt64($f1g1_2)->addInt64($f2g0)->addInt64($f3g9_38)->addInt64($f4g8_19)->addInt64($f5g7_38)->addInt64($f6g6_19)->addInt64($f7g5_38)->addInt64($f8g4_19)->addInt64($f9g3_38)
/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php:51return array('title' => __('404 content', 'twentytwentytwo'), 'inserter' => false, 'content' => '<!-- wp:heading {"style":{"typography":{"fontSize":"clamp(4rem, 40vw, 20rem)","fontWeight":"200","lineHeight":"1"}},"className":"has-text-align-center"} --> <h2 class="has-text-align-center" style="font-size:clamp(4rem, 40vw, 20rem);font-weight:200;line-height:1">' . esc_html(_x('404', 'Error code for a webpage that is not found.', 'twentytwentytwo')) . '</h2> <!-- /wp:heading --> <!-- wp:paragraph {"align":"center"} --> <p class="has-text-align-center">' . esc_html__('This page could not be found. Maybe try a search?', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --> <!-- wp:search {"label":"' . esc_html_x('Search', 'label', 'twentytwentytwo') . '","showLabel":false,"width":50,"widthUnit":"%","buttonText":"' . esc_html__('Search', 'twentytwentytwo') . '","buttonUseIcon":true,"align":"center"} /-->', )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:6211$h5 = $f0g5->addInt64($f1g4)->addInt64($f2g3)->addInt64($f3g2)->addInt64($f4g1)->addInt64($f5g0)->addInt64($f6g9_19)->addInt64($f7g8_19)->addInt64($f8g7_19)->addInt64($f9g6_19)
/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php:51return array('title' => __('Page layout with two columns', 'twentytwentytwo'), 'categories' => array('twentytwentytwo_pages'), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)","bottom":"var(--wp--custom--spacing--large, 8rem)"}}},"layout":{"inherit":true}} --> <div class="wp-block-group alignfull" style="padding-top:var(--wp--custom--spacing--large, 8rem);padding-bottom:var(--wp--custom--spacing--large, 8rem);"><!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(4rem, 15vw, 12.5rem)","lineHeight":"1","fontWeight":"200"}}} --> <h1 class="alignwide" style="font-size:clamp(4rem, 15vw, 12.5rem);font-weight:200;line-height:1">' . wp_kses_post(__('<em>Goldfinch </em><br><em>&amp; Sparrow</em>', 'twentytwentytwo')) . '</h1> <!-- /wp:heading --> <!-- wp:spacer {"height":50} --> <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:group {"align":"wide","layout":{"inherit":false}} --> <div class="wp-block-group alignwide"><!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column {"verticalAlignment":"center","width":"20%"} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:20%"><!-- wp:paragraph --> <p>' . esc_html__('WELCOME', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center","width":"80%"} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%"><!-- wp:separator {"className":"is-style-wide"} --> <hr class="wp-block-separator is-style-wide"/> <!-- /wp:separator --></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:group --> <!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph --> <p>' . wp_kses_post(__('Oh hello. My name’s Angelo, and I operate this blog. I was born in Portland, but I currently live in upstate New York. You may recognize me from publications with names like <a href="#">Eagle Beagle</a> and <a href="#">Mourning Dive</a>. I write for a living.<br><br>I usually use this blog to catalog extensive lists of birds and other things that I find interesting. If you find an error with one of my lists, please keep it to yourself.<br><br>If that’s not your cup of tea, <a href="#">I definitely recommend this tea</a>. It’s my favorite.', 'twentytwentytwo')) . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:separator {"className":"is-style-wide"} --> <hr class="wp-block-separator is-style-wide"/> <!-- /wp:separator --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph --> <p>' . esc_html__('POSTS', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column --> <div class="wp-block-column"></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:latest-posts /--></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:group -->', )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:6161$h4 = $f0g4->addInt64($f1g3_2)->addInt64($f2g2)->addInt64($f3g1_2)->addInt64($f4g0)->addInt64($f5g9_38)->addInt64($f6g8_19)->addInt64($f7g7_38)->addInt64($f8g6_19)->addInt64($f9g5_38)
/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php:51return array('title' => __('Poster with right sidebar', 'twentytwentytwo'), 'categories' => array('twentytwentytwo_pages'), 'content' => '<!-- wp:group {"align":"full","layout":{"inherit":true}} --> <div class="wp-block-group alignfull"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":"5%"}}} --> <div class="wp-block-columns alignwide"><!-- wp:column {"width":"70%"} --> <div class="wp-block-column" style="flex-basis:70%"> <!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(3rem, 6vw, 4.5rem)"},"spacing":{"margin":{"bottom":"0px"}}}} --> <h1 class="alignwide" style="font-size:clamp(3rem, 6vw, 4.5rem);margin-bottom:0px">' . wp_kses_post(__('<em>Flutter</em>, a collection of bird-related ephemera', 'twentytwentytwo')) . '</h1> <!-- /wp:heading --></div> <!-- /wp:column --> <!-- wp:column {"width":""} --> <div class="wp-block-column"></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":"5%"}}} --> <div class="wp-block-columns alignwide"><!-- wp:column {"width":"70%","style":{"spacing":{"padding":{"bottom":"32px"}}}} --> <div class="wp-block-column" style="padding-bottom:32px;flex-basis:70%"><!-- wp:image {"width":984,"height":1426,"sizeSlug":"full","linkDestination":"none"} --> <figure class="wp-block-image size-full is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/bird-on-salmon.jpg" alt="' . esc_attr__('Image of a bird on a branch', 'twentytwentytwo') . '" width="984" height="1426"/></figure> <!-- /wp:image --></div> <!-- /wp:column --> <!-- wp:column {"width":""} --> <div class="wp-block-column"><!-- wp:image {"width":100,"height":47,"sizeSlug":"full","linkDestination":"none"} --> <figure class="wp-block-image size-full is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/icon-binoculars.png" alt="' . esc_attr__('An icon representing binoculars.', 'twentytwentytwo') . '" width="100" height="47"/></figure> <!-- /wp:image --> <!-- wp:spacer {"height":16} --> <div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:heading {"level":3,"fontSize":"large"} --> <h3 class="has-large-font-size"><em>' . esc_html__('Date', 'twentytwentytwo') . '</em></h3> <!-- /wp:heading --> <!-- wp:paragraph --> <p>' . esc_html__('February, 12 2021', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --> <!-- wp:spacer {"height":16} --> <div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:heading {"level":3,"fontSize":"large"} --> <h3 class="has-large-font-size"><em>' . esc_html__('Location', 'twentytwentytwo') . '</em></h3> <!-- /wp:heading --> <!-- wp:paragraph --> <p>' . wp_kses_post(__('The Grand Theater<br>154 Eastern Avenue<br>Maryland NY, 12345', 'twentytwentytwo')) . '</p> <!-- /wp:paragraph --> <!-- wp:spacer {"height":16} --> <div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:group -->', )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:3422$s = array((int) (($h0 >> 0) & 0xff), (int) (($h0 >> 8) & 0xff), (int) (($h0 >> 16) & 0xff), (int) ((($h0 >> 24) | ($h1 << 2)) & 0xff), (int) (($h1 >> 6) & 0xff), (int) (($h1 >> 14) & 0xff), (int) ((($h1 >> 22) | ($h2 << 3)) & 0xff), (int) (($h2 >> 5) & 0xff), (int) (($h2 >> 13) & 0xff), (int) ((($h2 >> 21) | ($h3 << 5)) & 0xff), (int) (($h3 >> 3) & 0xff), (int) (($h3 >> 11) & 0xff), (int) ((($h3 >> 19) | ($h4 << 6)) & 0xff), (int) (($h4 >> 2) & 0xff), (int) (($h4 >> 10) & 0xff), (int) (($h4 >> 18) & 0xff), (int) (($h5 >> 0) & 0xff), (int) (($h5 >> 8) & 0xff), (int) (($h5 >> 16) & 0xff), (int) ((($h5 >> 24) | ($h6 << 1)) & 0xff), (int) (($h6 >> 7) & 0xff), (int) (($h6 >> 15) & 0xff), (int) ((($h6 >> 23) | ($h7 << 3)) & 0xff), (int) (($h7 >> 5) & 0xff), (int) (($h7 >> 13) & 0xff), (int) ((($h7 >> 21) | ($h8 << 4)) & 0xff), (int) (($h8 >> 4) & 0xff), (int) (($h8 >> 12) & 0xff), (int) ((($h8 >> 20) | ($h9 << 6)) & 0xff), (int) (($h9 >> 2) & 0xff), (int) (($h9 >> 10) & 0xff), (int) (($h9 >> 18) & 0xff))
/src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php:51return array('title' => __('Pricing table', 'twentytwentytwo'), 'categories' => array('featured', 'columns', 'buttons'), 'content' => '<!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column --> <div class="wp-block-column"><!-- wp:separator {"className":"is-style-wide"} --> <hr class="wp-block-separator is-style-wide"/> <!-- /wp:separator --> <!-- wp:heading {"style":{"typography":{"fontSize":"var(--wp--custom--typography--font-size--gigantic, clamp(2.75rem, 6vw, 3.25rem))","lineHeight":"0.5"}}} --> <h2 id="1" style="font-size:var(--wp--custom--typography--font-size--gigantic, clamp(2.75rem, 6vw, 3.25rem));line-height:0.5">' . esc_html(_x('1', 'First item in a numbered list.', 'twentytwentytwo')) . '</h2> <!-- /wp:heading --> <!-- wp:heading {"level":3,"fontSize":"x-large"} --> <h3 class="has-x-large-font-size" id="pigeon"><em>' . esc_html__('Pigeon', 'twentytwentytwo') . '</em></h3> <!-- /wp:heading --> <!-- wp:paragraph --> <p>' . esc_html__('Help support our growing community by joining at the Pigeon level. Your support will help pay our writers, and you’ll get access to our exclusive newsletter.', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --> <!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"foreground","width":100} --> <div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-foreground-background-color has-background">' . esc_html__('$25', 'twentytwentytwo') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --> <!-- wp:spacer {"height":16} --> <div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:separator {"className":"is-style-wide"} --> <hr class="wp-block-separator is-style-wide"/> <!-- /wp:separator --> <!-- wp:heading {"style":{"typography":{"fontSize":"clamp(2.75rem, 6vw, 3.25rem)","lineHeight":"0.5"}}} --> <h2 id="2" style="font-size:clamp(2.75rem, 6vw, 3.25rem);line-height:0.5">' . esc_html(_x('2', 'Second item in a numbered list.', 'twentytwentytwo')) . '</h2> <!-- /wp:heading --> <!-- wp:heading {"level":3,"fontSize":"x-large"} --> <h3 class="has-x-large-font-size" id="sparrow"><meta charset="utf-8"><em>' . esc_html__('Sparrow', 'twentytwentytwo') . '</em></h3> <!-- /wp:heading --> <!-- wp:paragraph --> <p>' . esc_html__('Join at the Sparrow level and become a member of our flock! You’ll receive our newsletter, plus a bird pin that you can wear with pride when you’re out in nature.', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --> <!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"foreground","width":100} --> <div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-foreground-background-color has-background">' . esc_html__('$75', 'twentytwentytwo') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --> <!-- wp:spacer {"height":16} --> <div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:separator {"className":"is-style-wide"} --> <hr class="wp-block-separator is-style-wide"/> <!-- /wp:separator --> <!-- wp:heading {"style":{"typography":{"fontSize":"clamp(2.75rem, 6vw, 3.25rem)","lineHeight":"0.5"}}} --> <h2 id="3" style="font-size:clamp(2.75rem, 6vw, 3.25rem);line-height:0.5">' . esc_html(_x('3', 'Third item in a numbered list.', 'twentytwentytwo')) . '</h2> <!-- /wp:heading --> <!-- wp:heading {"level":3,"fontSize":"x-large"} --> <h3 class="has-x-large-font-size" id="falcon"><meta charset="utf-8"><em>' . esc_html__('Falcon', 'twentytwentytwo') . '</em></h3> <!-- /wp:heading --> <!-- wp:paragraph --> <p>' . esc_html__('Play a leading role for our community by joining at the Falcon level. This level earns you a seat on our board, where you can help plan future birdwatching expeditions.', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --> <!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"foreground","width":100} --> <div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-foreground-background-color has-background">' . esc_html__('$150', 'twentytwentytwo') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --> <!-- wp:spacer {"height":16} --> <div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --></div> <!-- /wp:column --></div> <!-- /wp:columns -->', )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:2751$q = $f[9]->mulInt(19, 5)->addInt(1 << 14)->shiftRight(25)->addInt64($f[0])->shiftRight(26)->addInt64($f[1])->shiftRight(25)->addInt64($f[2])->shiftRight(26)->addInt64($f[3])->shiftRight(25)->addInt64($f[4])->shiftRight(26)->addInt64($f[5])->shiftRight(25)->addInt64($f[6])->shiftRight(26)->addInt64($f[7])->shiftRight(25)->addInt64($f[8])->shiftRight(26)->addInt64($f[9])->shiftRight(25)
/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php:91return array('title' => __('Heading and bird image', 'twentytwentytwo'), 'inserter' => false, 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","bottom":"0px"}}},"layout":{"inherit":true}} --> <div class="wp-block-group alignfull" style="padding-top:0px;padding-bottom:0px;"><!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"var(--wp--custom--typography--font-size--colossal, clamp(3.25rem, 8vw, 6.25rem))","lineHeight":"1.15"}}} --> <h2 class="alignwide" style="font-size:var(--wp--custom--typography--font-size--colossal, clamp(3.25rem, 8vw, 6.25rem));line-height:1.15">' . wp_kses_post(__('<em>The Hatchery</em>: a blog about my adventures in bird watching', 'twentytwentytwo')) . '</h2> <!-- /wp:heading --></div> <!-- /wp:group --> <!-- wp:image {"align":"full","width":2400,"height":1020,"sizeSlug":"full","linkDestination":"none"} --> <figure class="wp-block-image alignfull size-full is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/flight-path-on-transparent-c.png" alt="' . esc_attr__('Illustration of a bird flying.', 'twentytwentytwo') . '" width="2400" height="1020"/></figure> <!-- /wp:image -->', )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:6011$h1 = $f0g1->addInt64($f1g0)->addInt64($f2g9_19)->addInt64($f3g8_19)->addInt64($f4g7_19)->addInt64($f5g6_19)->addInt64($f6g5_19)->addInt64($f7g4_19)->addInt64($f8g3_19)->addInt64($f9g2_19)
/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php:51return array('title' => __('Blog posts with right sidebar', 'twentytwentytwo'), 'categories' => array('twentytwentytwo_pages'), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--small, 1.25rem)","bottom":"var(--wp--custom--spacing--small, 1.25rem)"}}},"layout":{"inherit":true}} --> <div class="wp-block-group alignfull" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--small, 1.25rem)"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"2rem","top":"0px","right":"0px","left":"0px"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> <div class="wp-block-group alignwide" style="padding-top:0px;padding-right:0px;padding-bottom:2rem;padding-left:0px"><!-- wp:group {"layout":{"type":"flex"}} --> <div class="wp-block-group"><!-- wp:site-logo {"width":64} /--></div> <!-- /wp:group --> <!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} --> <!-- wp:page-list /--> <!-- /wp:navigation --></div> <!-- /wp:group --> <!-- wp:spacer {"height":64} --> <div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:columns {"align":"wide","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"5%"},"elements":{"link":{"color":{"text":"var:preset|color|foreground"}}}},"textColor":"foreground"} --> <div class="wp-block-columns alignwide has-foreground-color has-text-color has-link-color" style="margin-top:0px;margin-bottom:0px"><!-- wp:column {"width":"66.66%","style":{"spacing":{"padding":{"bottom":"6rem"}}}} --> <div class="wp-block-column" style="padding-bottom:6rem;flex-basis:66.66%"><!-- wp:query {"queryId":9,"query":{"perPage":"5","pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"displayLayout":{"type":"list"},"layout":{"inherit":true}} --> <div class="wp-block-query"><!-- wp:post-template --> <!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"top":"0","bottom":"1rem"}},"typography":{"fontStyle":"normal","fontWeight":"300"},"elements":{"link":{"color":{"text":"var:preset|color|foreground"}}}},"textColor":"foreground","fontSize":"var(--wp--custom--typography--font-size--huge, clamp(2.25rem, 4vw, 2.75rem))"} /--> <!-- wp:post-featured-image {"isLink":true} /--> <!-- wp:post-excerpt /--> <!-- wp:group {"layout":{"type":"flex"}} --> <div class="wp-block-group"><!-- wp:post-date {"format":"F j, Y","style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"small"} /--> <!-- wp:post-terms {"term":"category","fontSize":"small"} /--> <!-- wp:post-terms {"term":"post_tag","fontSize":"small"} /--></div> <!-- /wp:group --> <!-- wp:spacer {"height":64} --> <div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- /wp:post-template --> <!-- wp:query-pagination {"paginationArrow":"arrow","align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} --> <!-- wp:query-pagination-previous {"fontSize":"small"} /--> <!-- wp:query-pagination-numbers /--> <!-- wp:query-pagination-next {"fontSize":"small"} /--> <!-- /wp:query-pagination --></div> <!-- /wp:query --></div> <!-- /wp:column --> <!-- wp:column {"width":"33.33%"} --> <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:image {"width":768,"height":1160,"sizeSlug":"large","linkDestination":"none"} --> <figure class="wp-block-image size-large is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/flight-path-on-salmon.jpg" alt="' . esc_attr__('Illustration of a flying bird.', 'twentytwentytwo') . '" width="768" height="1160"/></figure> <!-- /wp:image --> <!-- wp:spacer {"height":4} --> <div style="height:4px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:site-title {"isLink":false,"style":{"typography":{"fontStyle":"normal","fontWeight":"300","lineHeight":"1.2"}},"fontSize":"large","fontFamily":"source-serif-pro"} /--> <!-- wp:site-tagline /--> <!-- wp:spacer {"height":16} --> <div style="height:16px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:heading {"level":4,"fontSize":"large"} --> <h4 class="has-large-font-size"><em>' . esc_html__('Categories', 'twentytwentytwo') . '</em></h4> <!-- /wp:heading --> <!-- wp:tag-cloud {"taxonomy":"category","showTagCounts":true} /--> <!-- wp:heading {"level":4,"fontSize":"large"} --> <h4 class="has-large-font-size"><em>' . esc_html__('Tags', 'twentytwentytwo') . '</em></h4> <!-- /wp:heading --> <!-- wp:tag-cloud {"showTagCounts":true} /--></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:group -->', )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:5961$h0 = $f0g0->addInt64($f1g9_38)->addInt64($f2g8_19)->addInt64($f3g7_38)->addInt64($f4g6_19)->addInt64($f5g5_38)->addInt64($f6g4_19)->addInt64($f7g3_38)->addInt64($f8g2_19)->addInt64($f9g1_38)
/src/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php:51return array('title' => __('List of events', 'twentytwentytwo'), 'categories' => array('featured', 'text'), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)","bottom":"var(--wp--custom--spacing--large, 8rem)"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"primary","textColor":"background"} --> <div class="wp-block-group alignfull has-background-color has-primary-background-color has-text-color has-background has-link-color" style="padding-top:var(--wp--custom--spacing--large, 8rem);padding-bottom:var(--wp--custom--spacing--large, 8rem)"><!-- wp:group {"align":"full","layout":{"inherit":true}} --> <div class="wp-block-group alignfull"><!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"clamp(3.25rem, 8vw, 6.25rem)","lineHeight":"1.15"},"spacing":{"margin":{"bottom":"2rem"}}}} --> <h2 class="alignwide" style="font-size:clamp(3.25rem, 8vw, 6.25rem);line-height:1.15;margin-bottom:2rem"><em>' . esc_html__('Speaker Series', 'twentytwentytwo') . '</em></h2> <!-- /wp:heading --> <!-- wp:spacer {"height":32} --> <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:separator {"color":"background","align":"wide","className":"is-style-wide"} --> <hr class="wp-block-separator alignwide has-text-color has-background has-background-background-color has-background-color is-style-wide"/> <!-- /wp:separator --> <!-- wp:columns {"verticalAlignment":"center","align":"wide"} --> <div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"210px"} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:210px"><!-- wp:paragraph --> <p>' . esc_html__('May 14th, 2022, 6 PM', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":"x-large"} --> <h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__('Jesús Rodriguez', 'twentytwentytwo') . '</h2> <!-- /wp:heading --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph --> <p>' . wp_kses_post(__('The Vintagé Theater<br>245 Arden Rd.<br>Gardenville, NH', 'twentytwentytwo')) . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:separator {"color":"background","align":"wide","className":"is-style-wide"} --> <hr class="wp-block-separator alignwide has-text-color has-background has-background-background-color has-background-color is-style-wide"/> <!-- /wp:separator --> <!-- wp:columns {"verticalAlignment":"center","align":"wide"} --> <div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"210px"} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:210px"><!-- wp:paragraph --> <p>' . esc_html__('May 16th, 2022, 6 PM', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":"x-large"} --> <h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__('Doug Stilton', 'twentytwentytwo') . '</h2> <!-- /wp:heading --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph --> <p>' . wp_kses_post(__('The Swell Theater<br>120 River Rd.<br>Rainfall, NH', 'twentytwentytwo')) . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:separator {"color":"background","align":"wide","className":"is-style-wide"} --> <hr class="wp-block-separator alignwide has-text-color has-background has-background-background-color has-background-color is-style-wide"/> <!-- /wp:separator --> <!-- wp:columns {"verticalAlignment":"center","align":"wide"} --> <div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"210px"} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:210px"><!-- wp:paragraph --> <p>' . esc_html__('May 18th, 2022, 7 PM', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":"x-large"} --> <h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__('Amy Jensen', 'twentytwentytwo') . '</h2> <!-- /wp:heading --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph --> <p>' . wp_kses_post(__('The Vintagé Theater<br>245 Arden Rd.<br>Gardenville, NH', 'twentytwentytwo')) . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:separator {"color":"background","align":"wide","className":"is-style-wide"} --> <hr class="wp-block-separator alignwide has-text-color has-background has-background-background-color has-background-color is-style-wide"/> <!-- /wp:separator --> <!-- wp:columns {"verticalAlignment":"center","align":"wide"} --> <div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"210px"} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:210px"><!-- wp:paragraph --> <p>' . esc_html__('May 20th, 2022, 6 PM', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":"x-large"} --> <h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__('Emery Driscoll', 'twentytwentytwo') . '</h2> <!-- /wp:heading --></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center"} --> <div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph --> <p>' . wp_kses_post(__('The Swell Theater<br>120 River Rd.<br>Rainfall, NH', 'twentytwentytwo')) . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:separator {"color":"background","align":"wide","className":"is-style-wide"} --> <hr class="wp-block-separator alignwide has-text-color has-background has-background-background-color has-background-color is-style-wide"/> <!-- /wp:separator --> <!-- wp:spacer {"height":32} --> <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:group {"align":"wide"} --> <div class="wp-block-group alignwide"><!-- wp:social-links {"iconColor":"background","iconColorValue":"var(--wp--preset--color--background)","className":"is-style-logos-only","layout":{"type":"flex","justifyContent":"right"}} --> <ul class="wp-block-social-links has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"#","service":"wordpress"} /--> <!-- wp:social-link {"url":"#","service":"instagram"} /--> <!-- wp:social-link {"url":"#","service":"twitter"} /--></ul> <!-- /wp:social-links --></div> <!-- /wp:group --></div> <!-- /wp:group --></div> <!-- /wp:group -->', )
/src/wp-includes/sodium_compat/src/Core32/ChaCha20.php:2891$block = $x0->toReverseString( ) . $x1->toReverseString( ) . $x2->toReverseString( ) . $x3->toReverseString( ) . $x4->toReverseString( ) . $x5->toReverseString( ) . $x6->toReverseString( ) . $x7->toReverseString( ) . $x8->toReverseString( ) . $x9->toReverseString( ) . $x10->toReverseString( ) . $x11->toReverseString( ) . $x12->toReverseString( ) . $x13->toReverseString( ) . $x14->toReverseString( ) . $x15->toReverseString( )
/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php:51return array('title' => __('About page links (dark)', 'twentytwentytwo'), 'categories' => array('twentytwentytwo_pages', 'buttons'), 'content' => '<!-- wp:group {"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"padding":{"top":"10rem","bottom":"10rem"}}},"backgroundColor":"primary","textColor":"background","layout":{"inherit":false,"contentSize":"400px"}} --> <div class="wp-block-group alignfull has-background-color has-primary-background-color has-text-color has-background has-link-color" style="padding-top:10rem;padding-bottom:10rem;"><!-- wp:group --> <div class="wp-block-group"> <!-- wp:image {"width":100,"height":100,"sizeSlug":"full","linkDestination":"none","className":"is-style-rounded"} --> <figure class="wp-block-image size-full is-resized is-style-rounded"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/icon-bird.jpg" alt="' . esc_attr__('Logo featuring a flying bird', 'twentytwentytwo') . '" width="100" height="100"/></figure> <!-- /wp:image --> <!-- wp:heading {"textAlign":"left","style":{"typography":{"fontSize":"var(--wp--custom--typography--font-size--huge, clamp(2.25rem, 4vw, 2.75rem))"}}} --> <h2 class="has-text-align-left" style="font-size:var(--wp--custom--typography--font-size--huge, clamp(2.25rem, 4vw, 2.75rem))">' . esc_html__('A trouble of hummingbirds', 'twentytwentytwo') . '</h2> <!-- /wp:heading --> <!-- wp:spacer {"height":40} --> <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:buttons {"contentJustification":"left"} --> <div class="wp-block-buttons is-content-justification-left"><!-- wp:button {"width":100,"style":{"border":{"radius":"6px"}},"className":"is-style-outline"} --> <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-outline"><a class="wp-block-button__link" style="border-radius:6px">' . esc_html__('Watch our videos', 'twentytwentytwo') . '</a></div> <!-- /wp:button --> <!-- wp:button {"width":100,"style":{"border":{"radius":"6px"}},"className":"is-style-outline"} --> <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-outline"><a class="wp-block-button__link" style="border-radius:6px">' . esc_html__('Listen on iTunes Podcasts', 'twentytwentytwo') . '</a></div> <!-- /wp:button --> <!-- wp:button {"width":100,"style":{"border":{"radius":"6px"}},"className":"is-style-outline"} --> <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-outline"><a class="wp-block-button__link" style="border-radius:6px">' . esc_html__('Listen on Spotify', 'twentytwentytwo') . '</a></div> <!-- /wp:button --> <!-- wp:button {"width":100,"style":{"border":{"radius":"6px"}},"className":"is-style-outline"} --> <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-outline"><a class="wp-block-button__link" style="border-radius:6px">' . esc_html__('Support the show', 'twentytwentytwo') . '</a></div> <!-- /wp:button --> <!-- wp:button {"width":100,"style":{"border":{"radius":"6px"}},"className":"is-style-outline"} --> <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-outline"><a class="wp-block-button__link" style="border-radius:6px">' . esc_html__('About the hosts', 'twentytwentytwo') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --></div> <!-- /wp:group --></div> <!-- /wp:group -->', )
/src/wp-includes/sodium_compat/src/Core32/HSalsa20.php:1321return $x0->toReverseString( ) . $x5->toReverseString( ) . $x10->toReverseString( ) . $x15->toReverseString( ) . $x6->toReverseString( ) . $x7->toReverseString( ) . $x8->toReverseString( ) . $x9->toReverseString( )
/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php:51return array('title' => __('About page with media on the left', 'twentytwentytwo'), 'categories' => array('twentytwentytwo_pages'), 'content' => '<!-- wp:media-text {"align":"full","mediaType":"image","imageFill":true,"focalPoint":{"x":"0.63","y":"0.16"},"backgroundColor":"foreground","className":"alignfull is-image-fill has-background-color has-text-color has-background has-link-color"} --> <div class="wp-block-media-text alignfull is-stacked-on-mobile is-image-fill has-background-color has-text-color has-background has-link-color has-foreground-background-color has-background"><figure class="wp-block-media-text__media" style="background-image:url(' . esc_url(get_template_directory_uri( )) . '/assets/images/bird-on-salmon.jpg);background-position:63% 16%"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/bird-on-salmon.jpg" alt="' . esc_attr__('Image of a bird on a branch', 'twentytwentytwo') . '"/></figure><div class="wp-block-media-text__content"><!-- wp:spacer {"height":32} --> <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:site-logo {"width":60} /--> <!-- wp:group {"style":{"spacing":{"padding":{"right":"min(8rem, 5vw)","top":"min(28rem, 28vw)"}}}} --> <div class="wp-block-group" style="padding-top:min(28rem, 28vw);padding-right:min(8rem, 5vw)"><!-- wp:heading {"style":{"typography":{"fontWeight":"300","lineHeight":"1.115","fontSize":"clamp(3rem, 6vw, 4.5rem)"}}} --> <h2 style="font-size:clamp(3rem, 6vw, 4.5rem);font-weight:300;line-height:1.115"><em>' . esc_html__('Doug', 'twentytwentytwo') . '<br>' . esc_html__('Stilton', 'twentytwentytwo') . '</em></h2> <!-- /wp:heading --> <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.6"}}} --> <p style="line-height:1.6">' . esc_html__('Oh hello. My name’s Doug, and you’ve found your way to my website. I’m an avid bird watcher, and I also broadcast my own radio show on Tuesday evenings at 11PM EDT.', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --> <!-- wp:spacer {"height":40} --> <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:social-links {"iconColor":"background","iconColorValue":"var(--wp--preset--color--background)","iconBackgroundColor":"foreground","iconBackgroundColorValue":"var(--wp--preset--color--foreground)"} --> <ul class="wp-block-social-links has-icon-color has-icon-background-color"><!-- wp:social-link {"url":"#","service":"wordpress"} /--> <!-- wp:social-link {"url":"#","service":"twitter"} /--> <!-- wp:social-link {"url":"#","service":"instagram"} /--></ul> <!-- /wp:social-links --></div> <!-- /wp:group --> <!-- wp:spacer {"height":32} --> <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --></div></div> <!-- /wp:media-text -->', )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:561return ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray(array(ParagonIE_Sodium_Core32_Int32::fromInt(1), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( )))
/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php:51return array('title' => __('Page layout with image and text', 'twentytwentytwo'), 'categories' => array('twentytwentytwo_pages'), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)","bottom":"2rem"}}},"layout":{"inherit":true}} --> <div class="wp-block-group alignfull" style="padding-top:var(--wp--custom--spacing--large, 8rem);padding-bottom:2rem"><!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"clamp(4rem, 8vw, 7.5rem)","lineHeight":"1.15","fontWeight":"300"}}} --> <h2 class="alignwide" style="font-size:clamp(4rem, 8vw, 7.5rem);font-weight:300;line-height:1.15">' . wp_kses_post(__('<em>Watching Birds </em><br><em>in the Garden</em>', 'twentytwentytwo')) . '</h2> <!-- /wp:heading --></div> <!-- /wp:group --> <!-- wp:image {"align":"full","width":2400,"height":1800,"style":{"color":{}}} --> <figure class="wp-block-image alignfull is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/flight-path-on-transparent-b.png" alt="' . esc_attr_x('TBD', 'Short for to be determined', 'twentytwentytwo') . '" width="2400" height="1800"/></figure> <!-- /wp:image --> <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"2rem","bottom":"var(--wp--custom--spacing--large, 8rem)"}}},"layout":{"inherit":true}} --> <div class="wp-block-group alignfull" style="padding-top:2rem;padding-bottom:var(--wp--custom--spacing--large, 8rem)"> <!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"bottom","style":{"spacing":{"padding":{"bottom":"1em"}}}} --> <div class="wp-block-column is-vertically-aligned-bottom" style="padding-bottom:1em"><!-- wp:site-logo {"width":60} /--></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"bottom"} --> <div class="wp-block-column is-vertically-aligned-bottom"><!-- wp:paragraph --> <p>' . wp_kses_post(__('Oh hello. My name’s Angelo, and I operate this blog. I was born in Portland, but I currently live in upstate New York. You may recognize me from publications with names like <a href="#">Eagle Beagle</a> and <a href="#">Mourning Dive</a>. I write for a living.<br><br>I usually use this blog to catalog extensive lists of birds and other things that I find interesting. If you find an error with one of my lists, please keep it to yourself.<br><br>If that’s not your cup of tea, <a href="#">I definitely recommend this tea</a>. It’s my favorite.', 'twentytwentytwo')) . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:group -->', )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:291return ParagonIE_Sodium_Core32_Curve25519_Fe::fromArray(array(new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( ), new ParagonIE_Sodium_Core32_Int32( )))
/src/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php:51return array('title' => __('Large list of names', 'twentytwentytwo'), 'categories' => array('featured', 'text'), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"6rem","bottom":"6rem"}},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"backgroundColor":"tertiary","textColor":"primary","layout":{"inherit":true}} --> <div class="wp-block-group alignfull has-primary-color has-tertiary-background-color has-text-color has-background has-link-color" style="padding-top:6rem;padding-bottom:6rem"><!-- wp:group {"align":"wide"} --> <div class="wp-block-group alignwide"><!-- wp:image {"width":175,"height":82,"sizeSlug":"full","linkDestination":"none"} --> <figure class="wp-block-image size-full is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/icon-binoculars.png" alt="' . esc_attr__('An icon representing binoculars.', 'twentytwentytwo') . '" width="175" height="82"/></figure> <!-- /wp:image --></div> <!-- /wp:group --> <!-- wp:group {"align":"wide"} --> <div class="wp-block-group alignwide"><!-- wp:spacer {"height":32} --> <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:paragraph {"style":{"typography":{"fontWeight":"300"}},"fontSize":"x-large"} --> <p class="has-x-large-font-size" style="font-weight:300">' . esc_html__('Jesús Rodriguez, Doug Stilton, Emery Driscoll, Megan Perry, Rowan Price, Angelo Tso, Edward Stilton, Amy Jensen, Boston Bell, Shay Ford, Lee Cunningham, Evelynn Ray, Landen Reese, Ewan Hart, Jenna Chan, Phoenix Murray, Mel Saunders, Aldo Davidson, Zain Hall.', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --> <!-- wp:spacer {"height":32} --> <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"primary","textColor":"background"} --> <div class="wp-block-button"><a class="wp-block-button__link has-background-color has-primary-background-color has-text-color has-background">' . esc_html__('Read more', 'twentytwentytwo') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --></div> <!-- /wp:group --></div> <!-- /wp:group -->', )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23461$s12 = $a1->mulInt64($b11, 24)->addInt64($a2->mulInt64($b10, 24))->addInt64($a3->mulInt64($b9, 24))->addInt64($a4->mulInt64($b8, 24))->addInt64($a5->mulInt64($b7, 24))->addInt64($a6->mulInt64($b6, 24))->addInt64($a7->mulInt64($b5, 24))->addInt64($a8->mulInt64($b4, 24))->addInt64($a9->mulInt64($b3, 24))->addInt64($a10->mulInt64($b2, 24))->addInt64($a11->mulInt64($b1, 24))
/src/wp-includes/sodium_compat/src/Core32/Int32.php:7961return ParagonIE_Sodium_Core32_Util::intToChr(($this->limbs[0] >> 8) & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr($this->limbs[0] & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr(($this->limbs[1] >> 8) & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr($this->limbs[1] & 0xff)
/src/wp-includes/sodium_compat/src/Core32/Int32.php:8541return ParagonIE_Sodium_Core32_Util::intToChr($this->limbs[1] & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr(($this->limbs[1] >> 8) & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr($this->limbs[0] & 0xff) . ParagonIE_Sodium_Core32_Util::intToChr(($this->limbs[0] >> 8) & 0xff)
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23501$s13 = $a2->mulInt64($b11, 24)->addInt64($a3->mulInt64($b10, 24))->addInt64($a4->mulInt64($b9, 24))->addInt64($a5->mulInt64($b8, 24))->addInt64($a6->mulInt64($b7, 24))->addInt64($a7->mulInt64($b6, 24))->addInt64($a8->mulInt64($b5, 24))->addInt64($a9->mulInt64($b4, 24))->addInt64($a10->mulInt64($b3, 24))->addInt64($a11->mulInt64($b2, 24))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23381$s10 = $c10->addInt64($a0->mulInt64($b10, 24))->addInt64($a1->mulInt64($b9, 24))->addInt64($a2->mulInt64($b8, 24))->addInt64($a3->mulInt64($b7, 24))->addInt64($a4->mulInt64($b6, 24))->addInt64($a5->mulInt64($b5, 24))->addInt64($a6->mulInt64($b4, 24))->addInt64($a7->mulInt64($b3, 24))->addInt64($a8->mulInt64($b2, 24))->addInt64($a9->mulInt64($b1, 24))->addInt64($a10->mulInt64($b0, 24))
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23421$s11 = $c11->addInt64($a0->mulInt64($b11, 24))->addInt64($a1->mulInt64($b10, 24))->addInt64($a2->mulInt64($b9, 24))->addInt64($a3->mulInt64($b8, 24))->addInt64($a4->mulInt64($b7, 24))->addInt64($a5->mulInt64($b6, 24))->addInt64($a6->mulInt64($b5, 24))->addInt64($a7->mulInt64($b4, 24))->addInt64($a8->mulInt64($b3, 24))->addInt64($a9->mulInt64($b2, 24))->addInt64($a10->mulInt64($b1, 24))->addInt64($a11->mulInt64($b0, 24))
/src/wp-includes/sodium_compat/src/Core32/HChaCha20.php:1181return $x0->toReverseString( ) . $x1->toReverseString( ) . $x2->toReverseString( ) . $x3->toReverseString( ) . $x12->toReverseString( ) . $x13->toReverseString( ) . $x14->toReverseString( ) . $x15->toReverseString( )
/src/wp-includes/sodium_compat/src/Core32/Curve25519.php:23541$s14 = $a3->mulInt64($b11, 24)->addInt64($a4->mulInt64($b10, 24))->addInt64($a5->mulInt64($b9, 24))->addInt64($a6->mulInt64($b8, 24))->addInt64($a7->mulInt64($b7, 24))->addInt64($a8->mulInt64($b6, 24))->addInt64($a9->mulInt64($b5, 24))->addInt64($a10->mulInt64($b4, 24))->addInt64($a11->mulInt64($b3, 24))
/src/wp-includes/link-template.php:43761$args = wp_parse_args($args, array('size' => 96, 'height' => null, 'width' => null, 'default' => get_option('avatar_default', 'mystery'), 'force_default' => false, 'rating' => get_option('avatar_rating'), 'scheme' => null, 'processed_args' => null, 'extra_attr' => '', ))
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:15611return new ParagonIE_Sodium_Core_Curve25519_Ge_Precomp(self::fe_cmov($t->yplusx, $u->yplusx, $b), self::fe_cmov($t->yminusx, $u->yminusx, $b), self::fe_cmov($t->xy2d, $u->xy2d, $b))
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:11011return self::fe_normalize(ParagonIE_Sodium_Core_Curve25519_Fe::fromArray(array((int) ($f[0] - $g[0]), (int) ($f[1] - $g[1]), (int) ($f[2] - $g[2]), (int) ($f[3] - $g[3]), (int) ($f[4] - $g[4]), (int) ($f[5] - $g[5]), (int) ($f[6] - $g[6]), (int) ($f[7] - $g[7]), (int) ($f[8] - $g[8]), (int) ($f[9] - $g[9]))))
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:2522$s = array((int) (($h0 >> 0) & 0xff), (int) (($h0 >> 8) & 0xff), (int) (($h0 >> 16) & 0xff), (int) ((($h0 >> 24) | ($h1 << 2)) & 0xff), (int) (($h1 >> 6) & 0xff), (int) (($h1 >> 14) & 0xff), (int) ((($h1 >> 22) | ($h2 << 3)) & 0xff), (int) (($h2 >> 5) & 0xff), (int) (($h2 >> 13) & 0xff), (int) ((($h2 >> 21) | ($h3 << 5)) & 0xff), (int) (($h3 >> 3) & 0xff), (int) (($h3 >> 11) & 0xff), (int) ((($h3 >> 19) | ($h4 << 6)) & 0xff), (int) (($h4 >> 2) & 0xff), (int) (($h4 >> 10) & 0xff), (int) (($h4 >> 18) & 0xff), (int) (($h5 >> 0) & 0xff), (int) (($h5 >> 8) & 0xff), (int) (($h5 >> 16) & 0xff), (int) ((($h5 >> 24) | ($h6 << 1)) & 0xff), (int) (($h6 >> 7) & 0xff), (int) (($h6 >> 15) & 0xff), (int) ((($h6 >> 23) | ($h7 << 3)) & 0xff), (int) (($h7 >> 5) & 0xff), (int) (($h7 >> 13) & 0xff), (int) ((($h7 >> 21) | ($h8 << 4)) & 0xff), (int) (($h8 >> 4) & 0xff), (int) (($h8 >> 12) & 0xff), (int) ((($h8 >> 20) | ($h9 << 6)) & 0xff), (int) (($h9 >> 2) & 0xff), (int) (($h9 >> 10) & 0xff), (int) (($h9 >> 18) & 0xff))
/src/wp-includes/sodium_compat/src/Core/ChaCha20.php:2841$block = self::store32_le((int) ($x0 & 0xffffffff)) . self::store32_le((int) ($x1 & 0xffffffff)) . self::store32_le((int) ($x2 & 0xffffffff)) . self::store32_le((int) ($x3 & 0xffffffff)) . self::store32_le((int) ($x4 & 0xffffffff)) . self::store32_le((int) ($x5 & 0xffffffff)) . self::store32_le((int) ($x6 & 0xffffffff)) . self::store32_le((int) ($x7 & 0xffffffff)) . self::store32_le((int) ($x8 & 0xffffffff)) . self::store32_le((int) ($x9 & 0xffffffff)) . self::store32_le((int) ($x10 & 0xffffffff)) . self::store32_le((int) ($x11 & 0xffffffff)) . self::store32_le((int) ($x12 & 0xffffffff)) . self::store32_le((int) ($x13 & 0xffffffff)) . self::store32_le((int) ($x14 & 0xffffffff)) . self::store32_le((int) ($x15 & 0xffffffff))
/src/wp-includes/sodium_compat/src/Core/X25519.php:891$h = array(self::mul((int) $f[0], 121666, 17), self::mul((int) $f[1], 121666, 17), self::mul((int) $f[2], 121666, 17), self::mul((int) $f[3], 121666, 17), self::mul((int) $f[4], 121666, 17), self::mul((int) $f[5], 121666, 17), self::mul((int) $f[6], 121666, 17), self::mul((int) $f[7], 121666, 17), self::mul((int) $f[8], 121666, 17), self::mul((int) $f[9], 121666, 17))
/src/wp-includes/sodium_compat/src/Core/XChaCha20.php:541return self::encryptBytes(new ParagonIE_Sodium_Core_ChaCha20_IetfCtx(self::hChaCha20(self::substr($nonce, 0, 16), $key), "\x00\x00\x00\x00" . self::substr($nonce, 16, 8)), str_repeat("\x00", $len))
/src/wp-includes/sodium_compat/src/Core/HSalsa20.php:871return self::store32_le($x0) . self::store32_le($x5) . self::store32_le($x10) . self::store32_le($x15) . self::store32_le($x6) . self::store32_le($x7) . self::store32_le($x8) . self::store32_le($x9)
/src/wp-includes/sodium_compat/src/Core/HChaCha20.php:991return self::store32_le((int) ($x0 & 0xffffffff)) . self::store32_le((int) ($x1 & 0xffffffff)) . self::store32_le((int) ($x2 & 0xffffffff)) . self::store32_le((int) ($x3 & 0xffffffff)) . self::store32_le((int) ($x12 & 0xffffffff)) . self::store32_le((int) ($x13 & 0xffffffff)) . self::store32_le((int) ($x14 & 0xffffffff)) . self::store32_le((int) ($x15 & 0xffffffff))
/src/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php:1781$c = array((int) ($this->container[0]->toInt( )), (int) ($this->container[1]->toInt( )), (int) ($this->container[2]->toInt( )), (int) ($this->container[3]->toInt( )), (int) ($this->container[4]->toInt( )), (int) ($this->container[5]->toInt( )), (int) ($this->container[6]->toInt( )), (int) ($this->container[7]->toInt( )), (int) ($this->container[8]->toInt( )), (int) ($this->container[9]->toInt( )))
/src/wp-includes/sodium_compat/src/Core32/Poly1305/State.php:2851$d4 = $zero->addInt64($h0->mulInt64($r4, 27))->addInt64($h1->mulInt64($r3, 27))->addInt64($h2->mulInt64($r2, 27))->addInt64($h3->mulInt64($r1, 27))->addInt64($h4->mulInt64($r0, 27))
/src/wp-includes/sodium_compat/src/Core32/Poly1305/State.php:2781$d3 = $zero->addInt64($h0->mulInt64($r3, 27))->addInt64($h1->mulInt64($r2, 27))->addInt64($h2->mulInt64($r1, 27))->addInt64($h3->mulInt64($r0, 27))->addInt64($s4->mulInt64($h4, 27))
/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php:51return array('title' => __('About page with large image and buttons', 'twentytwentytwo'), 'categories' => array('twentytwentytwo_pages', 'buttons'), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--small, 1.25rem)","bottom":"var(--wp--custom--spacing--small, 1.25rem)"}}},"layout":{"inherit":true}} --> <div class="wp-block-group alignfull" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--small, 1.25rem)"><!-- wp:image {"align":"wide","width":2100,"height":1260,"sizeSlug":"full","linkDestination":"none"} --> <figure class="wp-block-image alignwide size-full is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/flight-path-on-gray-b.jpg" alt="" width="2100" height="1260"/></figure> <!-- /wp:image --> <!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column --> <div class="wp-block-column"><!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"width":100} --> <div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link">' . esc_html__('Purchase my work', 'twentytwentytwo') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"width":100} --> <div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link">' . esc_html__('Support my studio', 'twentytwentytwo') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"width":100} --> <div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link">' . esc_html__('Take a class', 'twentytwentytwo') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column --> <div class="wp-block-column"><!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"width":100} --> <div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link">' . esc_html__('Read about me', 'twentytwentytwo') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"width":100} --> <div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link">' . esc_html__('Learn about my process', 'twentytwentytwo') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"width":100} --> <div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link">' . esc_html__('Join my mailing list', 'twentytwentytwo') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:spacer {"height":50} --> <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:social-links {"iconColor":"primary","iconColorValue":"var(--wp--preset--color--primary)","className":"is-style-logos-only","layout":{"type":"flex","justifyContent":"center"}} --> <ul class="wp-block-social-links has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"#","service":"wordpress"} /--> <!-- wp:social-link {"url":"#","service":"facebook"} /--> <!-- wp:social-link {"url":"#","service":"twitter"} /--> <!-- wp:social-link {"url":"#","service":"instagram"} /--></ul> <!-- /wp:social-links --></div> <!-- /wp:group -->', )
/src/wp-includes/sodium_compat/src/Core32/Poly1305/State.php:2711$d2 = $zero->addInt64($h0->mulInt64($r2, 27))->addInt64($h1->mulInt64($r1, 27))->addInt64($h2->mulInt64($r0, 27))->addInt64($s4->mulInt64($h3, 27))->addInt64($s3->mulInt64($h4, 27))
/src/wp-includes/sodium_compat/src/Core32/Poly1305/State.php:2641$d1 = $zero->addInt64($h0->mulInt64($r1, 27))->addInt64($h1->mulInt64($r0, 27))->addInt64($s4->mulInt64($h2, 27))->addInt64($s3->mulInt64($h3, 27))->addInt64($s2->mulInt64($h4, 27))
/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php:51return array('title' => __('Blog footer', 'twentytwentytwo'), 'categories' => array('footer'), 'blockTypes' => array('core/template-part/footer'), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)","bottom":"var(--wp--custom--spacing--large, 8rem)"}}},"layout":{"inherit":true}} --> <div class="wp-block-group alignfull" style="padding-top:var(--wp--custom--spacing--large, 8rem);padding-bottom:var(--wp--custom--spacing--large, 8rem)"><!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} --> <p style="text-transform:uppercase">' . esc_html__('About us', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>' . esc_html__('We are a rogue collective of bird watchers. We’ve been known to sneak through fences, climb perimeter walls, and generally trespass in order to observe the rarest of birds.', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} --> <p style="text-transform:uppercase">' . esc_html__('Latest posts', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --> <!-- wp:latest-posts /--></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} --> <p style="text-transform:uppercase">' . esc_html__('Categories', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --> <!-- wp:categories /--></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- wp:spacer {"height":50} --> <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> <div class="wp-block-group alignwide" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:site-title {"level":0} /--> <!-- wp:paragraph {"align":"right"} --> <p class="has-text-align-right">' . sprintf(esc_html__('Proudly powered by %s', 'twentytwentytwo'), '<a href="' . esc_url(__('https://wordpress.org', 'twentytwentytwo')) . '" rel="nofollow">WordPress</a>') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:group --></div> <!-- /wp:group -->', )
/src/wp-includes/sodium_compat/src/Core32/Poly1305/State.php:2571$d0 = $zero->addInt64($h0->mulInt64($r0, 27))->addInt64($s4->mulInt64($h1, 27))->addInt64($s3->mulInt64($h2, 27))->addInt64($s2->mulInt64($h3, 27))->addInt64($s1->mulInt64($h4, 27))
/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php:51return array('title' => __('Footer with logo and citation', 'twentytwentytwo'), 'categories' => array('footer'), 'blockTypes' => array('core/template-part/footer'), 'content' => '<!-- wp:group {"align":"full","layout":{"inherit":true}} --> <div class="wp-block-group alignfull"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> <div class="wp-block-group alignwide" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:site-logo {"width":60} /--> <!-- wp:paragraph {"align":"right"} --> <p class="has-text-align-right">' . sprintf(esc_html__('Proudly powered by %s', 'twentytwentytwo'), '<a href="' . esc_url(__('https://wordpress.org', 'twentytwentytwo')) . '" rel="nofollow">WordPress</a>') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:group --></div> <!-- /wp:group -->', )
/src/wp-includes/sodium_compat/src/Core32/Poly1305/State.php:971$this->pad = array(ParagonIE_Sodium_Core32_Int32::fromReverseString(self::substr($key, 16, 4))->setUnsignedInt(true)->toInt64( ), ParagonIE_Sodium_Core32_Int32::fromReverseString(self::substr($key, 20, 4))->setUnsignedInt(true)->toInt64( ), ParagonIE_Sodium_Core32_Int32::fromReverseString(self::substr($key, 24, 4))->setUnsignedInt(true)->toInt64( ), ParagonIE_Sodium_Core32_Int32::fromReverseString(self::substr($key, 28, 4))->setUnsignedInt(true)->toInt64( ), )
/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php:51return array('title' => __('Footer with query, featured images, title, and citation', 'twentytwentytwo'), 'categories' => array('footer'), 'blockTypes' => array('core/template-part/footer'), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"foreground","textColor":"background","layout":{"inherit":true}} --> <div class="wp-block-group alignfull has-background-color has-foreground-background-color has-text-color has-background has-link-color" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"displayLayout":{"type":"flex","columns":3},"align":"wide"} --> <div class="wp-block-query alignwide"><!-- wp:post-template --> <!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"318px"} /--> <!-- wp:post-title {"isLink":true,"fontSize":"x-large"} /--> <!-- wp:post-excerpt /--> <!-- wp:post-date {"format":"F j, Y","isLink":true,"fontSize":"small"} /--> <!-- /wp:post-template --></div> <!-- /wp:query --> <!-- wp:spacer --> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> <div class="wp-block-group alignwide" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:site-title {"level":0} /--> <!-- wp:group {"layout":{"type":"flex","justifyContent":"right"}} --> <div class="wp-block-group"> <!-- wp:paragraph --> <p>' . sprintf(esc_html__('Proudly powered by %s', 'twentytwentytwo'), '<a href="' . esc_url(__('https://wordpress.org', 'twentytwentytwo')) . '" rel="nofollow">WordPress</a>') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:group --></div> <!-- /wp:group --></div> <!-- /wp:group -->', )
/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php:51return array('title' => __('Page layout with image, text and video', 'twentytwentytwo'), 'categories' => array('twentytwentytwo_pages'), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)","bottom":"var(--wp--custom--spacing--large, 8rem)"}}},"backgroundColor":"primary","textColor":"background"} --> <div class="wp-block-group alignfull has-background-color has-primary-background-color has-text-color has-background" style="padding-top:var(--wp--custom--spacing--large, 8rem);padding-bottom:var(--wp--custom--spacing--large, 8rem)"><!-- wp:group {"layout":{"inherit":true}} --> <div class="wp-block-group"><!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(3rem, 6vw, 4.5rem)"}}} --> <h1 class="alignwide" style="font-size:clamp(3rem, 6vw, 4.5rem)">' . wp_kses_post(__('<em>Warble</em>, a film about <br>hobbyist bird watchers.', 'twentytwentytwo')) . '</h1> <!-- /wp:heading --> <!-- wp:spacer {"height":50} --> <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.33%"} --> <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:heading {"fontSize":"x-large"} --> <h2 class="has-x-large-font-size">' . esc_html__('Screening', 'twentytwentytwo') . '</h2> <!-- /wp:heading --> <!-- wp:paragraph --> <p>' . wp_kses_post(__('May 14th, 2022 @ 7:00PM<br>The Vintagé Theater,<br>245 Arden Rd.<br>Gardenville, NH', 'twentytwentytwo')) . '</p> <!-- /wp:paragraph --> <!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"secondary","textColor":"primary"} --> <div class="wp-block-button"><a class="wp-block-button__link has-primary-color has-secondary-background-color has-text-color has-background">' . esc_html__('Buy Tickets', 'twentytwentytwo') . '</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --></div> <!-- /wp:column --> <!-- wp:column {"width":"66.66%"} --> <div class="wp-block-column" style="flex-basis:66.66%"></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:group --> <!-- wp:image {"align":"full","width":2400,"height":1178,"style":{"color":{}}} --> <figure class="wp-block-image alignfull is-resized"><img src="' . esc_url(get_template_directory_uri( )) . '/assets/images/flight-path-on-transparent-a.png" alt="' . esc_attr__('An illustration of a bird in flight', 'twentytwentytwo') . '" width="2400" height="1178"/></figure> <!-- /wp:image --> <!-- wp:group {"align":"full","layout":{"inherit":true}} --> <div class="wp-block-group alignfull"><!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.33%"} --> <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:heading {"fontSize":"x-large"} --> <h2 class="has-x-large-font-size">' . esc_html__('Extended Trailer', 'twentytwentytwo') . '</h2> <!-- /wp:heading --> <!-- wp:paragraph --> <p>' . esc_html__('Oh hello. My name’s Angelo, and you’ve found your way to my blog. I write about a range of topics, but lately I’ve been sharing my hopes for next year.', 'twentytwentytwo') . '</p> <!-- /wp:paragraph --></div> <!-- /wp:column --> <!-- wp:column {"width":"66.66%"} --> <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:video {"id":181} --> <figure class="wp-block-video"><video controls src="' . esc_url(get_template_directory_uri( )) . '/assets/videos/birds.mp4"></video></figure> <!-- /wp:video --></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:group --></div> <!-- /wp:group -->', )
/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:3271$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'taxonomy', 'type' => 'object', 'properties' => array('capabilities' => array('description' => __('All capabilities used by the taxonomy.'), 'type' => 'object', 'context' => array('edit'), 'readonly' => true, ), 'description' => array('description' => __('A human-readable description of the taxonomy.'), 'type' => 'string', 'context' => array('view', 'edit'), 'readonly' => true, ), 'hierarchical' => array('description' => __('Whether or not the taxonomy should have children.'), 'type' => 'boolean', 'context' => array('view', 'edit'), 'readonly' => true, ), 'labels' => array('description' => __('Human-readable labels for the taxonomy for various contexts.'), 'type' => 'object', 'context' => array('edit'), 'readonly' => true, ), 'name' => array('description' => __('The title for the taxonomy.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'slug' => array('description' => __('An alphanumeric identifier for the taxonomy.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'show_cloud' => array('description' => __('Whether or not the term cloud should be displayed.'), 'type' => 'boolean', 'context' => array('edit'), 'readonly' => true, ), 'types' => array('description' => __('Types associated with the taxonomy.'), 'type' => 'array', 'items' => array('type' => 'string', ), 'context' => array('view', 'edit'), 'readonly' => true, ), 'rest_base' => array('description' => __('REST base route for the taxonomy.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'rest_namespace' => array('description' => __('REST namespace route for the taxonomy.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'visibility' => array('description' => __('The visibility settings for the taxonomy.'), 'type' => 'object', 'context' => array('edit'), 'readonly' => true, 'properties' => array('public' => array('description' => __('Whether a taxonomy is intended for use publicly either via the admin interface or by front-end users.'), 'type' => 'boolean', ), 'publicly_queryable' => array('description' => __('Whether the taxonomy is publicly queryable.'), 'type' => 'boolean', ), 'show_ui' => array('description' => __('Whether to generate a default UI for managing this taxonomy.'), 'type' => 'boolean', ), 'show_admin_column' => array('description' => __('Whether to allow automatic creation of taxonomy columns on associated post-types table.'), 'type' => 'boolean', ), 'show_in_nav_menus' => array('description' => __('Whether to make the taxonomy available for selection in navigation menus.'), 'type' => 'boolean', ), 'show_in_quick_edit' => array('description' => __('Whether to show the taxonomy in the quick/bulk edit panel.'), 'type' => 'boolean', ), ), ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php:1981$prepared_pattern = array('id' => absint($raw_pattern->id), 'title' => sanitize_text_field($raw_pattern->title->rendered), 'content' => wp_kses_post($raw_pattern->pattern_content), 'categories' => array_map('sanitize_title', $raw_pattern->category_slugs), 'keywords' => array_map('sanitize_text_field', explode(',', $raw_pattern->meta->wpop_keywords)), 'description' => sanitize_text_field($raw_pattern->meta->wpop_description), 'viewport_width' => absint($raw_pattern->meta->wpop_viewport_width), 'block_types' => array_map('sanitize_text_field', $raw_pattern->meta->wpop_block_types), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:2591$data['visibility'] = array('public' => (bool) $taxonomy->public, 'publicly_queryable' => (bool) $taxonomy->publicly_queryable, 'show_admin_column' => (bool) $taxonomy->show_admin_column, 'show_in_nav_menus' => (bool) $taxonomy->show_in_nav_menus, 'show_in_quick_edit' => (bool) $taxonomy->show_in_quick_edit, 'show_ui' => (bool) $taxonomy->show_ui, )
/src/wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php:2861$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => $this->post_type, 'type' => 'object', 'properties' => array('id' => array('description' => __('Unique identifier for the post.', 'default'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), 'readonly' => true, ), 'theme_json_version' => array('description' => __('Version of the theme.json schema used for the typography settings.'), 'type' => 'integer', 'default' => static::LATEST_THEME_JSON_VERSION_SUPPORTED, 'minimum' => 2, 'maximum' => static::LATEST_THEME_JSON_VERSION_SUPPORTED, 'context' => array('view', 'edit', 'embed'), ), 'font_faces' => array('description' => __('The IDs of the child font faces in the font family.'), 'type' => 'array', 'context' => array('view', 'edit', 'embed'), 'items' => array('type' => 'integer', ), ), 'font_family_settings' => array('description' => __('font-face definition in theme.json format.'), 'type' => 'object', 'context' => array('view', 'edit', 'embed'), 'properties' => array('name' => array('description' => __('Name of the font family preset, translatable.'), 'type' => 'string', 'arg_options' => array('sanitize_callback' => 'sanitize_text_field', ), ), 'slug' => array('description' => __('Kebab-case unique identifier for the font family preset.'), 'type' => 'string', 'arg_options' => array('sanitize_callback' => 'sanitize_title', ), ), 'fontFamily' => array('description' => __('CSS font-family value.'), 'type' => 'string', 'arg_options' => array('sanitize_callback' => array('WP_Font_Utils', 'sanitize_font_family'), ), ), 'preview' => array('description' => __('URL to a preview image of the font family.'), 'type' => 'string', 'format' => 'uri', 'default' => '', 'arg_options' => array('sanitize_callback' => 'sanitize_url', ), ), ), 'required' => array('name', 'slug', 'fontFamily'), 'additionalProperties' => false, ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php:5571return array('name' => isset($post->post_title) && $post->post_title ? $post->post_title : '', 'slug' => isset($post->post_name) && $post->post_name ? $post->post_name : '', 'fontFamily' => isset($settings_json['fontFamily']) && $settings_json['fontFamily'] ? $settings_json['fontFamily'] : '', 'preview' => isset($settings_json['preview']) && $settings_json['preview'] ? $settings_json['preview'] : '', )
/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php:2381$this->schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'pattern-directory-item', 'type' => 'object', 'properties' => array('id' => array('description' => __('The pattern ID.'), 'type' => 'integer', 'minimum' => 1, 'context' => array('view', 'edit', 'embed'), ), 'title' => array('description' => __('The pattern title, in human readable format.'), 'type' => 'string', 'minLength' => 1, 'context' => array('view', 'edit', 'embed'), ), 'content' => array('description' => __('The pattern content.'), 'type' => 'string', 'minLength' => 1, 'context' => array('view', 'edit', 'embed'), ), 'categories' => array('description' => __("The pattern's category slugs."), 'type' => 'array', 'uniqueItems' => true, 'items' => array('type' => 'string'), 'context' => array('view', 'edit', 'embed'), ), 'keywords' => array('description' => __("The pattern's keywords."), 'type' => 'array', 'uniqueItems' => true, 'items' => array('type' => 'string'), 'context' => array('view', 'edit', 'embed'), ), 'description' => array('description' => __('A description of the pattern.'), 'type' => 'string', 'minLength' => 1, 'context' => array('view', 'edit', 'embed'), ), 'viewport_width' => array('description' => __('The preferred width of the viewport when previewing a pattern, in pixels.'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), ), 'block_types' => array('description' => __('The block types which can use this pattern.'), 'type' => 'array', 'uniqueItems' => true, 'items' => array('type' => 'string'), 'context' => array('view', 'embed'), ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:2381$default_schema = array('type' => empty($args['type']) ? null : $args['type'], 'description' => empty($args['description']) ? '' : $args['description'], 'default' => isset($args['default']) ? $args['default'] : null, )
/src/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php:4291$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'sidebar', 'type' => 'object', 'properties' => array('id' => array('description' => __('ID of sidebar.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'name' => array('description' => __('Unique name identifying the sidebar.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'description' => array('description' => __('Description of sidebar.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'class' => array('description' => __('Extra CSS class to assign to the sidebar in the Widgets interface.'), 'type' => 'string', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'before_widget' => array('description' => __('HTML content to prepend to each widget\'s HTML output when assigned to this sidebar. Default is an opening list item element.'), 'type' => 'string', 'default' => '', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'after_widget' => array('description' => __('HTML content to append to each widget\'s HTML output when assigned to this sidebar. Default is a closing list item element.'), 'type' => 'string', 'default' => '', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'before_title' => array('description' => __('HTML content to prepend to the sidebar title when displayed. Default is an opening h2 element.'), 'type' => 'string', 'default' => '', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'after_title' => array('description' => __('HTML content to append to the sidebar title when displayed. Default is a closing h2 element.'), 'type' => 'string', 'default' => '', 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'status' => array('description' => __('Status of sidebar.'), 'type' => 'string', 'enum' => array('active', 'inactive'), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, ), 'widgets' => array('description' => __('Nested widgets.'), 'type' => 'array', 'items' => array('type' => array('object', 'string'), ), 'default' => array( ), 'context' => array('embed', 'view', 'edit'), ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:2481$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => 'search-result', 'type' => 'object', 'properties' => array(self::PROP_ID => array('description' => __('Unique identifier for the object.'), 'type' => array('integer', 'string'), 'context' => array('view', 'embed'), 'readonly' => true, ), self::PROP_TITLE => array('description' => __('The title for the object.'), 'type' => 'string', 'context' => array('view', 'embed'), 'readonly' => true, ), self::PROP_URL => array('description' => __('URL to the object.'), 'type' => 'string', 'format' => 'uri', 'context' => array('view', 'embed'), 'readonly' => true, ), self::PROP_TYPE => array('description' => __('Object type.'), 'type' => 'string', 'enum' => $types, 'context' => array('view', 'embed'), 'readonly' => true, ), self::PROP_SUBTYPE => array('description' => __('Object subtype.'), 'type' => 'string', 'enum' => $subtypes, 'context' => array('view', 'embed'), 'readonly' => true, ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:7041$schema = array('$schema' => 'http://json-schema.org/draft-04/schema#', 'title' => "{$this->parent_post_type}-revision", 'type' => 'object', 'properties' => array('author' => array('description' => __('The ID for the author of the revision.'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), ), 'date' => array('description' => __("The date the revision was published, in the site's timezone."), 'type' => 'string', 'format' => 'date-time', 'context' => array('view', 'edit', 'embed'), ), 'date_gmt' => array('description' => __('The date the revision was published, as GMT.'), 'type' => 'string', 'format' => 'date-time', 'context' => array('view', 'edit'), ), 'guid' => array('description' => __('GUID for the revision, as it exists in the database.'), 'type' => 'string', 'context' => array('view', 'edit'), ), 'id' => array('description' => __('Unique identifier for the revision.'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), ), 'modified' => array('description' => __("The date the revision was last modified, in the site's timezone."), 'type' => 'string', 'format' => 'date-time', 'context' => array('view', 'edit'), ), 'modified_gmt' => array('description' => __('The date the revision was last modified, as GMT.'), 'type' => 'string', 'format' => 'date-time', 'context' => array('view', 'edit'), ), 'parent' => array('description' => __('The ID for the parent of the revision.'), 'type' => 'integer', 'context' => array('view', 'edit', 'embed'), ), 'slug' => array('description' => __('An alphanumeric identifier for the revision unique to its type.'), 'type' => 'string', 'context' => array('view', 'edit', 'embed'), ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php:4031return array('collection' => array('href' => rest_url(sprintf('%s/%s', $this->namespace, $this->rest_base)), ), 'self' => array('href' => rest_url(sprintf('%s/%s/%s', $this->namespace, $this->rest_base, $sidebar['id'])), ), 'https://api.w.org/widget' => array('href' => add_query_arg('sidebar', $sidebar['id'], rest_url('/wp/v2/widgets')), 'embeddable' => true, ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:4021$inner_blocks_definition = array('description' => __('The list of inner blocks used in the example.'), 'type' => 'array', 'items' => array('type' => 'object', 'properties' => array('name' => array('description' => __('The name of the inner block.'), 'type' => 'string', 'pattern' => self::NAME_PATTERN, 'required' => true, ), 'attributes' => array('description' => __('The attributes of the inner block.'), 'type' => 'object', ), 'innerBlocks' => array('description' => __("A list of the inner block's own inner blocks. This is a recursive definition following the parent innerBlocks schema."), 'type' => 'array', ), ), ), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:4261$example_definition = array('description' => __('Block example.'), 'type' => array('object', 'null'), 'default' => null, 'properties' => array('attributes' => array('description' => __('The attributes used in the example.'), 'type' => 'object', ), 'innerBlocks' => $inner_blocks_definition, ), 'context' => array('embed', 'view', 'edit'), 'readonly' => true, )
/src/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:3241$query_params[self::PROP_SUBTYPE] = array('default' => self::TYPE_ANY, 'description' => __('Limit results to items of one or more object subtypes.'), 'type' => 'array', 'items' => array('enum' => array_merge($subtypes, array(self::TYPE_ANY)), 'type' => 'string', ), 'sanitize_callback' => array($this, 'sanitize_subtypes'), )
/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:3631$links = array('collection' => array('href' => rest_url(sprintf('%s/%s', $this->namespace, $this->rest_base)), ), 'self' => array('href' => rest_url(sprintf('%s/%s/%s', $this->namespace, $this->rest_base, $block_type->name)), ), 'up' => array('href' => rest_url(sprintf('%s/%s/%s', $this->namespace, $this->rest_base, $namespace)), ), )
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:16251$minust = new ParagonIE_Sodium_Core_Curve25519_Ge_Cached(self::fe_copy($t->YminusX), self::fe_copy($t->YplusX), self::fe_copy($t->Z), self::fe_neg($t->T2d))
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:17651$Bi[$i] = new ParagonIE_Sodium_Core_Curve25519_Ge_Precomp(ParagonIE_Sodium_Core_Curve25519_Fe::fromArray(self::$base2[$i][0]), ParagonIE_Sodium_Core_Curve25519_Fe::fromArray(self::$base2[$i][1]), ParagonIE_Sodium_Core_Curve25519_Fe::fromArray(self::$base2[$i][2]))
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21221$s3 = $c3 + self::mul($a0, $b3, 24) + self::mul($a1, $b2, 24) + self::mul($a2, $b1, 24) + self::mul($a3, $b0, 24)
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21231$s4 = $c4 + self::mul($a0, $b4, 24) + self::mul($a1, $b3, 24) + self::mul($a2, $b2, 24) + self::mul($a3, $b1, 24) + self::mul($a4, $b0, 24)
/src/wp-includes/sodium_compat/src/Core/Curve25519.php:21251$s5 = $c5 + self::mul($a0, $b5, 24) + self::mul($a1, $b4, 24) + self::mul($a2, $b3, 24) + self::mul($a3, $b2, 24) + self::mul($a4, $b1, 24) + self::mul($a5, $b0, 24)
/src/wp-includes/class-avif-info.php:2961$is_parsable = ($this->type == 'meta' && $this->version <= 0) || ($this->type == 'pitm' && $this->version <= 1) || ($this->type == 'ipma' && $this->version <= 1) || ($this->type == 'ispe' && $this->version <= 0) || ($this->type == 'pixi' && $this->version <= 0) || ($this->type == 'iref' && $this->version <= 1) || ($this->type == 'auxC' && $this->version <= 0)
/src/wp-includes/class-avif-info.php:2681$has_fullbox_header = $this->type == 'meta' || $this->type == 'pitm' || $this->type == 'ipma' || $this->type == 'ispe' || $this->type == 'pixi' || $this->type == 'iref' || $this->type == 'auxC'
/src/wp-includes/fonts.php:1621$font_dir = array('path' => untrailingslashit($font_dir['basedir']) . '/fonts', 'url' => untrailingslashit($font_dir['baseurl']) . '/fonts', 'subdir' => '', 'basedir' => untrailingslashit($font_dir['basedir']) . '/fonts', 'baseurl' => untrailingslashit($font_dir['baseurl']) . '/fonts', 'error' => false, )
/src/wp-includes/class-wp-theme-json-resolver.php:4721$cpt_post_id = wp_insert_post(array('post_content' => '{"version": ' . WP_Theme_JSON::LATEST_SCHEMA . ', "isGlobalStylesUserThemeJSON": true }', 'post_status' => 'publish', 'post_title' => 'Custom Styles', 'post_type' => $post_type_filter, 'post_name' => sprintf('wp-global-styles-%s', urlencode($stylesheet)), 'tax_input' => array('wp_theme' => array($stylesheet), ), ), true)
/src/wp-includes/block-editor.php:2141$editor_settings = array('alignWide' => get_theme_support('align-wide'), 'allowedBlockTypes' => true, 'allowedMimeTypes' => get_allowed_mime_types( ), 'defaultEditorStyles' => $default_editor_styles, 'blockCategories' => get_default_block_categories( ), 'isRTL' => is_rtl( ), 'imageDefaultSize' => $image_default_size, 'imageDimensions' => $image_dimensions, 'imageEditing' => true, 'imageSizes' => $available_image_sizes, 'maxUploadFileSize' => $max_upload_size, '__unstableGalleryWithImageBlocks' => true, )
/src/wp-includes/block-editor.php:191return array(array('slug' => 'text', 'title' => _x('Text', 'block category'), 'icon' => null, ), array('slug' => 'media', 'title' => _x('Media', 'block category'), 'icon' => null, ), array('slug' => 'design', 'title' => _x('Design', 'block category'), 'icon' => null, ), array('slug' => 'widgets', 'title' => _x('Widgets', 'block category'), 'icon' => null, ), array('slug' => 'theme', 'title' => _x('Theme', 'block category'), 'icon' => null, ), array('slug' => 'embed', 'title' => _x('Embeds', 'block category'), 'icon' => null, ), array('slug' => 'reusable', 'title' => _x('Patterns', 'block category'), 'icon' => null, ), )
/src/wp-includes/class-wp-theme-json.php:35781$below_sizes[] = array('name' => $below_midpoint_count === $steps_mid_point - 1 ? __('Small') : sprintf(__('%sX-Small'), (string) $x_small_count), 'slug' => (string) $slug, 'size' => round($current_step, 2) . $unit, )
/src/wp-includes/class-wp-theme-json.php:12201$base_styles_nodes = array(array('path' => array('styles'), 'selector' => $root_selector, ), array('path' => array('styles', 'blocks', 'core/columns'), 'selector' => $columns_selector, 'name' => 'core/columns', ), array('path' => array('styles', 'blocks', 'core/post-template'), 'selector' => $post_template_selector, 'name' => 'core/post-template', ), )
/src/wp-includes/comment.php:37321$comment_prop_to_export = array('comment_author' => __('Comment Author'), 'comment_author_email' => __('Comment Author Email'), 'comment_author_url' => __('Comment Author URL'), 'comment_author_IP' => __('Comment Author IP'), 'comment_agent' => __('Comment Author User Agent'), 'comment_date' => __('Comment Date'), 'comment_content' => __('Comment Content'), 'comment_link' => __('Comment URL'), )
/src/wp-includes/comment.php:11121$comment_args = array('type' => $args['type'], 'post_id' => $comment->comment_post_ID, 'fields' => 'ids', 'count' => true, 'status' => 'approve', 'orderby' => 'none', 'parent' => 0, 'date_query' => array(array('column' => "$wpdb->comments.comment_date_gmt", 'before' => $comment->comment_date_gmt, ), ), )
/src/wp-includes/block-editor.php:8211$theme_settings = array('disableCustomColors' => get_theme_support('disable-custom-colors'), 'disableCustomFontSizes' => get_theme_support('disable-custom-font-sizes'), 'disableCustomGradients' => get_theme_support('disable-custom-gradients'), 'disableLayoutStyles' => get_theme_support('disable-layout-styles'), 'enableCustomLineHeight' => get_theme_support('custom-line-height'), 'enableCustomSpacing' => get_theme_support('custom-spacing'), 'enableCustomUnits' => get_theme_support('custom-units'), )
/src/wp-includes/block-editor.php:6271$editor_settings['__experimentalDiscussionSettings'] = array('commentOrder' => get_option('comment_order'), 'commentsPerPage' => get_option('comments_per_page'), 'defaultCommentsPage' => get_option('default_comments_page'), 'pageComments' => get_option('page_comments'), 'threadComments' => get_option('thread_comments'), 'threadCommentsDepth' => get_option('thread_comments_depth'), 'defaultCommentStatus' => get_option('default_comment_status'), 'avatarURL' => get_avatar_url('', array('size' => 96, 'force_default' => true, 'default' => get_option('avatar_default'), )), )
/src/wp-includes/nav-menu.php:3211$args = array('description' => (isset($menu_data['description']) ? $menu_data['description'] : ''), 'name' => (isset($menu_data['menu-name']) ? $menu_data['menu-name'] : ''), 'parent' => (isset($menu_data['parent']) ? (int) $menu_data['parent'] : 0), 'slug' => null, )
/src/wp-includes/html-api/class-wp-html-processor.php:7351if(1 <= $current_token->length && "\x00" === $this->html[$current_token->start] && strspn($this->html, "\x00", $current_token->start, $current_token->length) === $current_token->length) { /**/ }
/src/wp-includes/Requests/src/Iri.php:7031if($this->ipath !== '' && ($isauthority && $this->ipath[0] !== '/' || ($this->scheme === null && !$isauthority && strpos($this->ipath, ':') !== false && (strpos($this->ipath, '/') === false ? true : strpos($this->ipath, ':') < strpos($this->ipath, '/'))))) { /**/ }
/src/wp-includes/Requests/src/Iri.php:6272if(!$valid || $length > 1 && $character <= 0x7F || $length > 2 && $character <= 0x7FF || $length > 3 && $character <= 0xFFFF || $character < 0x2D || $character > 0xEFFFD || ($character & 0xFFFE) === 0xFFFE || $character >= 0xFDD0 && $character <= 0xFDEF || $character === 0x2F || $character > 0x39 && $character < 0x41 || $character > 0x5A && $character < 0x61 || $character > 0x7A && $character < 0x7E || $character > 0x7E && $character < 0xA0 || $character > 0xD7FF && $character < 0xF900) { /**/ } else { /**/ }
/src/wp-includes/Requests/src/Iri.php:5072if(!$valid || $length > 1 && $character <= 0x7F || $length > 2 && $character <= 0x7FF || $length > 3 && $character <= 0xFFFF || ($character & 0xFFFE) === 0xFFFE || $character >= 0xFDD0 && $character <= 0xFDEF || ($character > 0xD7FF && $character < 0xF900 || $character < 0xA0 || $character > 0xEFFFD) && (!$iprivate || $character < 0xE000 || $character > 0x10FFFD)) { /**/ }
/src/wp-includes/Requests/src/IdnaEncoder.php:2181if($length > 1 && $character <= 0x7F || $length > 2 && $character <= 0x7FF || $length > 3 && $character <= 0xFFFF || ($character & 0xFFFE) === 0xFFFE || $character >= 0xFDD0 && $character <= 0xFDEF || ($character > 0xD7FF && $character < 0xF900 || $character < 0x20 || $character > 0x7E && $character < 0xA0 || $character > 0xEFFFD)) { /**/ }
/src/wp-includes/SimplePie/Content/Type/Sniffer.php:1671if(strtolower(substr($this->file->body, $ws, 14)) === '<!doctype html' || strtolower(substr($this->file->body, $ws, 5)) === '<html' || strtolower(substr($this->file->body, $ws, 7)) === '<script') { /**/ } elseif(substr($this->file->body, 0, 5) === '%PDF-') { /**/ } elseif(substr($this->file->body, 0, 11) === '%!PS-Adobe-') { /**/ } elseif(substr($this->file->body, 0, 6) === 'GIF87a' || substr($this->file->body, 0, 6) === 'GIF89a') { /**/ } elseif(substr($this->file->body, 0, 8) === "\x89\x50\x4E\x47\x0D\x0A\x1A\x0A") { /**/ } elseif(substr($this->file->body, 0, 3) === "\xFF\xD8\xFF") { /**/ } elseif(substr($this->file->body, 0, 2) === "\x42\x4D") { /**/ } elseif(substr($this->file->body, 0, 4) === "\x00\x00\x01\x00") { /**/ }
/src/wp-includes/SimplePie/Content/Type/Sniffer.php:1441if(substr($this->file->body, 0, 2) === "\xFE\xFF" || substr($this->file->body, 0, 2) === "\xFF\xFE" || substr($this->file->body, 0, 4) === "\x00\x00\xFE\xFF" || substr($this->file->body, 0, 3) === "\xEF\xBB\xBF") { /**/ } elseif(preg_match('/[\x00-\x08\x0E-\x1A\x1C-\x1F]/', $this->file->body)) { /**/ }
/src/wp-includes/SimplePie/Content/Type/Sniffer.php:871if(!isset($this->file->headers['content-encoding']) && ($this->file->headers['content-type'] === 'text/plain' || $this->file->headers['content-type'] === 'text/plain; charset=ISO-8859-1' || $this->file->headers['content-type'] === 'text/plain; charset=iso-8859-1' || $this->file->headers['content-type'] === 'text/plain; charset=UTF-8')) { /**/ }
/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:12841if((!empty($schema['properties']['date_gmt']) && $request->has_param('date_gmt') && null === $request['date_gmt']) || (!empty($schema['properties']['date']) && $request->has_param('date') && null === $request['date'])) { /**/ }
/src/wp-includes/Text/Diff/Renderer/inline.php:1431while ($orig[0] !== false && $final[0] !== false && substr($orig[0], 0, 1) == ' ' && substr($final[0], 0, 1) == ' ') { /**/ }
/src/wp-includes/html-api/class-wp-html-tag-processor.php:28511if(self::STATE_CDATA_NODE === $this->parser_state || self::STATE_COMMENT === $this->parser_state || self::STATE_DOCTYPE === $this->parser_state || self::STATE_FUNKY_COMMENT === $this->parser_state) { /**/ }
/src/wp-includes/html-api/class-wp-html-tag-processor.php:17811if($this->token_length >= 10 && '[' === $html[$this->token_starts_at + 2] && 'C' === $html[$this->token_starts_at + 3] && 'D' === $html[$this->token_starts_at + 4] && 'A' === $html[$this->token_starts_at + 5] && 'T' === $html[$this->token_starts_at + 6] && 'A' === $html[$this->token_starts_at + 7] && '[' === $html[$this->token_starts_at + 8] && ']' === $html[$closer_at - 1] && ']' === $html[$closer_at - 2]) { /**/ }
/src/wp-includes/html-api/class-wp-html-tag-processor.php:17221if($doc_length > $at + 8 && ('D' === $html[$at + 2] || 'd' === $html[$at + 2]) && ('O' === $html[$at + 3] || 'o' === $html[$at + 3]) && ('C' === $html[$at + 4] || 'c' === $html[$at + 4]) && ('T' === $html[$at + 5] || 't' === $html[$at + 5]) && ('Y' === $html[$at + 6] || 'y' === $html[$at + 6]) && ('P' === $html[$at + 7] || 'p' === $html[$at + 7]) && ('E' === $html[$at + 8] || 'e' === $html[$at + 8])) { /**/ }
/src/wp-includes/html-api/class-wp-html-tag-processor.php:14421if(!($at + 6 < $doc_length && ('s' === $html[$at] || 'S' === $html[$at]) && ('c' === $html[$at + 1] || 'C' === $html[$at + 1]) && ('r' === $html[$at + 2] || 'R' === $html[$at + 2]) && ('i' === $html[$at + 3] || 'I' === $html[$at + 3]) && ('p' === $html[$at + 4] || 'P' === $html[$at + 4]) && ('t' === $html[$at + 5] || 'T' === $html[$at + 5]))) { /**/ }
/src/wp-includes/html-api/class-wp-html-tag-processor.php:9381if($this->is_closing_tag || !('i' === $t || 'I' === $t || 'n' === $t || 'N' === $t || 's' === $t || 'S' === $t || 't' === $t || 'T' === $t || 'x' === $t || 'X' === $t)) { /**/ }
/src/wp-includes/html-api/class-wp-html-processor.php:9951if(('LI' === $token_name && !$this->state->stack_of_open_elements->has_element_in_list_item_scope('LI')) || ('LI' !== $token_name && !$this->state->stack_of_open_elements->has_element_in_scope($token_name))) { /**/ }
/src/wp-includes/SimplePie/Locator.php:4202if($feed->success && ($feed->method & SIMPLEPIE_FILE_SOURCE_REMOTE === 0 || ($feed->status_code === 200 || $feed->status_code > 206 && $feed->status_code < 300)) && $this->is_feed($feed)) { /**/ } else { /**/ }
/src/wp-includes/SimplePie/Item.php:3171if(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ATOM_10, 'summary')) && ($return = $this->sanitize($tags[0]['data'], $this->registry->call('Misc', 'atom_10_construct_type', array($tags[0]['attribs'])), $this->get_base($tags[0])))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ATOM_03, 'summary')) && ($return = $this->sanitize($tags[0]['data'], $this->registry->call('Misc', 'atom_03_construct_type', array($tags[0]['attribs'])), $this->get_base($tags[0])))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_RSS_10, 'description')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_MAYBE_HTML, $this->get_base($tags[0])))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_RSS_20, 'description')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_HTML, $this->get_base($tags[0])))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_DC_11, 'description')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_DC_10, 'description')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ITUNES, 'summary')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_HTML, $this->get_base($tags[0])))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ITUNES, 'subtitle')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_RSS_090, 'description')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_HTML))) { /**/ } elseif(!$description_only) { /**/ }
/src/wp-includes/SimplePie/Locator.php:2621if($feed->success && ($feed->method & SIMPLEPIE_FILE_SOURCE_REMOTE === 0 || ($feed->status_code === 200 || $feed->status_code > 206 && $feed->status_code < 300)) && $this->is_feed($feed, true)) { /**/ }
/src/wp-includes/SimplePie/Locator.php:3922if($feed->success && ($feed->method & SIMPLEPIE_FILE_SOURCE_REMOTE === 0 || ($feed->status_code === 200 || $feed->status_code > 206 && $feed->status_code < 300)) && $this->is_feed($feed)) { /**/ } else { /**/ }
/src/wp-includes/SimplePie/File.php:2272if((in_array($this->status_code, array(300, 301, 302, 303, 307)) || $this->status_code > 307 && $this->status_code < 400) && isset($this->headers['location']) && $this->redirects < $redirects) { /**/ }
/src/wp-includes/SimplePie/Locator.php:2551if(!in_array($href, $done) && in_array('feed', $rel) || (in_array('alternate', $rel) && !in_array('stylesheet', $rel) && $link->hasAttribute('type') && in_array(strtolower($this->registry->call('Misc', 'parse_mime', array($link->getAttribute('type')))), array('text/html', 'application/rss+xml', 'application/atom+xml'))) && !isset($feeds[$href])) { /**/ }
/src/wp-includes/SimplePie/Sanitize.php:4201if($file->success && ($file->method & SIMPLEPIE_FILE_SOURCE_REMOTE === 0 || ($file->status_code === 200 || $file->status_code > 206 && $file->status_code < 300))) { /**/ }
/src/wp-includes/SimplePie/File.php:1422if((in_array($this->status_code, array(300, 301, 302, 303, 307)) || $this->status_code > 307 && $this->status_code < 400) && isset($this->headers['location']) && $this->redirects < $redirects) { /**/ }
/src/wp-includes/SimplePie/IRI.php:7761if(!$this->scheme && !$isauthority && strpos($this->ipath, ':') !== false && strpos($this->ipath, '/', 1) !== false && strpos($this->ipath, ':') < strpos($this->ipath, '/', 1)) /**//*B*/ ?>
/src/wp-includes/SimplePie/Misc.php:2731if($integer >= 0x41 && $integer <= 0x5A || $integer >= 0x61 && $integer <= 0x7A || $integer >= 0x30 && $integer <= 0x39 || $integer === 0x2D || $integer === 0x2E || $integer === 0x5F || $integer === 0x7E) { /**/ }
/src/wp-includes/SimplePie/IRI.php:5472if(!$valid || $length > 1 && $character <= 0x7F || $length > 2 && $character <= 0x7FF || $length > 3 && $character <= 0xFFFF || ($character & 0xFFFE) === 0xFFFE || $character >= 0xFDD0 && $character <= 0xFDEF || ($character > 0xD7FF && $character < 0xF900 || $character < 0xA0 || $character > 0xEFFFD) && (!$iprivate || $character < 0xE000 || $character > 0x10FFFD)) { /**/ }
/src/wp-includes/SimplePie/IRI.php:6802if(!$valid || $length > 1 && $character <= 0x7F || $length > 2 && $character <= 0x7FF || $length > 3 && $character <= 0xFFFF || $character < 0x2D || $character > 0xEFFFD || ($character & 0xFFFE) === 0xFFFE || $character >= 0xFDD0 && $character <= 0xFDEF || $character === 0x2F || $character > 0x39 && $character < 0x41 || $character > 0x5A && $character < 0x61 || $character > 0x7A && $character < 0x7E || $character > 0x7E && $character < 0xA0 || $character > 0xD7FF && $character < 0xF900) { /**/ } else { /**/ }
/src/wp-includes/SimplePie/Item.php:3921elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ATOM_03, 'content')) && ($return = $this->sanitize($tags[0]['data'], $this->registry->call('Misc', 'atom_03_construct_type', array($tags[0]['attribs'])), $this->get_base($tags[0])))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_RSS_10_MODULES_CONTENT, 'encoded')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_HTML, $this->get_base($tags[0])))) { /**/ } elseif(!$content_only) { /**/ }
/src/wp-includes/SimplePie/Item.php:28801if(sizeof($this->data['enclosures']) === 0 && ($url || $type || $length || $bitrate || $captions_parent || $categories_parent || $channels || $copyrights_parent || $credits_parent || $description_parent || $duration_parent || $expression || $framerate || $hashes_parent || $height || $keywords_parent || $lang || $medium || $player_parent || $ratings_parent || $restrictions_parent || $samplingrate || $thumbnails_parent || $title_parent || $width)) { /**/ }
/src/wp-includes/SimplePie/Item.php:3221elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ATOM_03, 'summary')) && ($return = $this->sanitize($tags[0]['data'], $this->registry->call('Misc', 'atom_03_construct_type', array($tags[0]['attribs'])), $this->get_base($tags[0])))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_RSS_10, 'description')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_MAYBE_HTML, $this->get_base($tags[0])))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_RSS_20, 'description')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_HTML, $this->get_base($tags[0])))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_DC_11, 'description')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_DC_10, 'description')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ITUNES, 'summary')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_HTML, $this->get_base($tags[0])))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ITUNES, 'subtitle')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_RSS_090, 'description')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_HTML))) { /**/ } elseif(!$description_only) { /**/ }
/src/wp-includes/SimplePie/Item.php:3871if(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ATOM_10, 'content')) && ($return = $this->sanitize($tags[0]['data'], $this->registry->call('Misc', 'atom_10_content_construct_type', array($tags[0]['attribs'])), $this->get_base($tags[0])))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_ATOM_03, 'content')) && ($return = $this->sanitize($tags[0]['data'], $this->registry->call('Misc', 'atom_03_construct_type', array($tags[0]['attribs'])), $this->get_base($tags[0])))) { /**/ } elseif(($tags = $this->get_item_tags(SIMPLEPIE_NAMESPACE_RSS_10_MODULES_CONTENT, 'encoded')) && ($return = $this->sanitize($tags[0]['data'], SIMPLEPIE_CONSTRUCT_HTML, $this->get_base($tags[0])))) { /**/ } elseif(!$content_only) { /**/ }
/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:4751if((is_taxonomy_hierarchical($this->taxonomy) && !current_user_can($taxonomy_obj->cap->edit_terms)) || (!is_taxonomy_hierarchical($this->taxonomy) && !current_user_can($taxonomy_obj->cap->assign_terms))) { /**/ }
/src/wp-includes/interactivity-api/interactivity-api.php:341if(isset($block_name) && ((isset($block_type->supports['interactivity']) && true === $block_type->supports['interactivity']) || (isset($block_type->supports['interactivity']['interactive']) && true === $block_type->supports['interactivity']['interactive']))) { /**/ }
/src/wp-admin/user-edit.php:1651if($user->user_login && isset($_POST['email']) && is_email($_POST['email']) && $wpdb->get_var($wpdb->prepare("SELECT user_login FROM {$wpdb->signups} WHERE user_login = %s", $user->user_login))) { /**/ }
/src/wp-admin/includes/plugin.php:20721if(isset($plugin_page) && $plugin_page === $submenu_array[2] && ($pagenow === $parent || $plugin_page === $parent || $plugin_page === $hook || 'admin.php' === $pagenow && $parent1 !== $submenu_array[2] || !empty($typenow) && "$pagenow?post_type=$typenow" === $parent)) { /**/ }
/src/wp-admin/includes/file.php:24801if(!$error && (!empty($credentials['hostname']) && !empty($credentials['username']) && !empty($credentials['password']) || 'ssh' === $credentials['connection_type'] && !empty($credentials['public_key']) && !empty($credentials['private_key']))) { /**/ }
/src/wp-includes/ID3/module.audio-video.quicktime.php:29661if(($len > 2) && ((($lstring[0] == "\xFE") && ($lstring[1] == "\xFF")) || (($lstring[0] == "\xFF") && ($lstring[1] == "\xFE")))) { /**/ }
/src/wp-includes/ID3/module.audio-video.quicktime.php:15011while (($mdat_offset < (strlen($atom_data) - 8)) && ($chapter_string_length = getid3_lib::BigEndian2Int(substr($atom_data, $mdat_offset, 2))) && ($chapter_string_length < 1000) && ($chapter_string_length <= (strlen($atom_data) - $mdat_offset - 2)) && preg_match('#^([\x00-\xFF]{2})([\x20-\xFF]+)$#', substr($atom_data, $mdat_offset, $chapter_string_length + 2), $chapter_matches)) { /**/ }
/src/wp-includes/ID3/module.audio-video.quicktime.php:1961if(!empty($info['bitrate']) && !empty($info['audio']['bitrate']) && empty($info['video']['bitrate']) && !empty($info['video']['frame_rate']) && !empty($info['video']['resolution_x']) && ($info['bitrate'] > $info['audio']['bitrate'])) { /**/ }
/src/wp-includes/ID3/module.audio-video.quicktime.php:1171if(isset($info['quicktime']['comments']['chapters']) && is_array($info['quicktime']['comments']['chapters']) && (count($info['quicktime']['comments']['chapters']) > 0)) { /**/ }
/src/wp-includes/ID3/module.tag.id3v2.php:8271if(((strlen($parsedFrame['data_raw']) % 2) == 0) && ((substr($parsedFrame['data_raw'], 0, 2) == "\xFF\xFE") || (substr($parsedFrame['data_raw'], 0, 2) == "\xFE\xFF"))) { /**/ } else { /**/ }
/src/wp-includes/ID3/module.tag.id3v2.php:4731if(!isset($thisfile_id3v2['comments']['year']) && !empty($thisfile_id3v2['comments']['recording_time'][0]) && preg_match('#^([0-9]{4})#', trim($thisfile_id3v2['comments']['recording_time'][0]), $matches)) { /**/ }
/src/wp-includes/ID3/module.audio-video.riff.php:6561if((($info['avdataend'] - $info['filesize']) == 1) && (($thisfile_riff[$RIFFsubtype]['data'][0]['size'] % 2) == 0) && ((($info['filesize'] - $info['avdataoffset']) % 2) == 1)) { /**/ } else { /**/ }
/src/wp-includes/deprecated.php:2511if((($user_id == $post_author_data->ID) && !($post->post_status == 'publish' && $author_data->user_level < 2)) || ($author_data->user_level > $post_author_data->user_level) || ($author_data->user_level >= 10)) { /**/ } else { /**/ }
/src/wp-includes/script-loader.php:33861if(strlen($contents) > strlen($opener) + strlen($closer) && strtoupper(substr($contents, 0, strlen($opener))) === $opener && strtoupper(substr($contents, -strlen($closer))) === $closer) { /**/ } else { /**/ }
/src/wp-includes/script-loader.php:28831if(!$is_html5 && (!isset($attributes['type']) || 'module' === $attributes['type'] || str_contains($attributes['type'], 'javascript') || str_contains($attributes['type'], 'ecmascript') || str_contains($attributes['type'], 'jscript') || str_contains($attributes['type'], 'livescript'))) { /**/ }
/src/wp-includes/script-loader.php:6342elseif(!empty($value) && is_string($value) && (('{' === $value[0] && '}' === $value[strlen($value) - 1]) || ('[' === $value[0] && ']' === $value[strlen($value) - 1]) || preg_match('/^\(?function ?\(/', $value))) { /**/ }
/src/wp-includes/media.php:8271elseif(!empty($imagedata['sizes']['thumbnail']) && $imagedata['sizes']['thumbnail']['width'] >= $size[0] && $imagedata['sizes']['thumbnail']['width'] >= $size[1]) { /**/ } else { /**/ }
/src/wp-includes/l10n.php:12141elseif((!isset($plugins_url['path']) || str_starts_with($src_url['path'], $plugins_url['path'])) && (!isset($src_url['host']) || !isset($plugins_url['host']) || $src_url['host'] === $plugins_url['host'])) { /**/ } elseif(!isset($src_url['host']) || !isset($site_url['host']) || $src_url['host'] === $site_url['host']) { /**/ }
/src/wp-includes/l10n.php:11971if((!isset($content_url['path']) || str_starts_with($src_url['path'], $content_url['path'])) && (!isset($src_url['host']) || !isset($content_url['host']) || $src_url['host'] === $content_url['host'])) { /**/ } elseif((!isset($plugins_url['path']) || str_starts_with($src_url['path'], $plugins_url['path'])) && (!isset($src_url['host']) || !isset($plugins_url['host']) || $src_url['host'] === $plugins_url['host'])) { /**/ } elseif(!isset($src_url['host']) || !isset($site_url['host']) || $src_url['host'] === $site_url['host']) { /**/ }
/src/wp-includes/class-wp-query.php:10291if(!($this->is_singular || $this->is_archive || $this->is_search || $this->is_feed || (wp_is_serving_rest_request( ) && $this->is_main_query( )) || $this->is_trackback || $this->is_404 || $this->is_admin || $this->is_robots || $this->is_favicon)) { /**/ }
/src/wp-includes/class-wp-network.php:2401if((defined('DOMAIN_CURRENT_SITE') && defined('PATH_CURRENT_SITE') && DOMAIN_CURRENT_SITE === $this->domain && PATH_CURRENT_SITE === $this->path) || (defined('SITE_ID_CURRENT_SITE') && (int) SITE_ID_CURRENT_SITE === $this->id)) { /**/ }
/src/wp-includes/PHPMailer/PHPMailer.php:16451if(!empty($this->DKIM_domain) && !empty($this->DKIM_selector) && (!empty($this->DKIM_private_string) || (!empty($this->DKIM_private) && static::isPermittedPath($this->DKIM_private) && file_exists($this->DKIM_private)))) { /**/ }
/src/wp-includes/SimplePie/Parser.php:3511if((end($this->namespace) === SIMPLEPIE_NAMESPACE_ATOM_03 && in_array(end($this->element), array('title', 'tagline', 'copyright', 'info', 'summary', 'content')) && isset($attribs['']['mode']) && $attribs['']['mode'] === 'xml') || (end($this->namespace) === SIMPLEPIE_NAMESPACE_ATOM_10 && in_array(end($this->element), array('rights', 'subtitle', 'summary', 'info', 'title', 'content')) && isset($attribs['']['type']) && $attribs['']['type'] === 'xhtml') || (end($this->namespace) === SIMPLEPIE_NAMESPACE_RSS_20 && in_array(end($this->element), array('title'))) || (end($this->namespace) === SIMPLEPIE_NAMESPACE_RSS_090 && in_array(end($this->element), array('title'))) || (end($this->namespace) === SIMPLEPIE_NAMESPACE_RSS_10 && in_array(end($this->element), array('title')))) { /**/ }
/src/wp-includes/PHPMailer/PHPMailer.php:13181if((false === $pos) || ((!$this->has8bitChars(substr($address, ++$pos)) || !static::idnSupported( )) && !static::validateAddress($address))) { /**/ }
/src/wp-includes/PHPMailer/PHPMailer.php:15581if('mail' === $this->Mailer && ((\PHP_VERSION_ID >= 70000 && \PHP_VERSION_ID < 70017) || (\PHP_VERSION_ID >= 70100 && \PHP_VERSION_ID < 70103)) && ini_get('mail.add_x_header') === '1' && stripos(PHP_OS, 'WIN') === 0) { /**/ }
/src/wp-includes/ID3/module.audio.mp3.php:11811if(!isset($nextframetestarray['mpeg']['audio']['bitrate']) || !isset($firstframetestarray['mpeg']['audio']['bitrate']) || ($nextframetestarray['mpeg']['audio']['bitrate'] != $firstframetestarray['mpeg']['audio']['bitrate'])) { /**/ }
/src/wp-includes/ID3/module.audio.ogg.php:3971elseif(($info['audio']['bitrate_mode'] == 'vbr') && ($info['audio']['channels'] == 2) && ($info['audio']['sample_rate'] >= 44100) && ($info['audio']['sample_rate'] <= 48000)) { /**/ }
/src/wp-includes/ID3/module.audio.mp3.php:2771elseif(isset($KnownEncoderValues['**'][$thisfile_mpeg_audio_lame['vbr_quality']][$thisfile_mpeg_audio_lame['raw']['vbr_method']][$thisfile_mpeg_audio_lame['raw']['noise_shaping']][$thisfile_mpeg_audio_lame['raw']['stereo_mode']][$thisfile_mpeg_audio_lame['ath_type']][$thisfile_mpeg_audio_lame['lowpass_frequency']])) { /**/ } elseif($info['audio']['bitrate_mode'] == 'vbr') { /**/ } elseif($info['audio']['bitrate_mode'] == 'cbr') { /**/ } else { /**/ }
/src/wp-includes/ID3/module.audio.mp3.php:3651if(!isset($ExpectedLowpass[$ExplodedOptions[1] . '|' . $thisfile_mpeg_audio_lame['lowpass_frequency']]) && ($thisfile_mpeg_audio_lame['lowpass_frequency'] < 22050) && (round($thisfile_mpeg_audio_lame['lowpass_frequency'] / 1000) < round($thisfile_mpeg_audio['sample_rate'] / 2000))) { /**/ }
/src/wp-includes/class-wp-rewrite.php:10631if(str_contains($struct, '%postname%') || str_contains($struct, '%post_id%') || str_contains($struct, '%pagename%') || (str_contains($struct, '%year%') && str_contains($struct, '%monthnum%') && str_contains($struct, '%day%') && str_contains($struct, '%hour%') && str_contains($struct, '%minute%') && str_contains($struct, '%second%'))) { /**/ }
/src/wp-includes/class-simplepie.php:19511if(isset($this->data['child'][SIMPLEPIE_NAMESPACE_RDF]['RDF'][0]['child'][SIMPLEPIE_NAMESPACE_RSS_090]['channel']) || isset($this->data['child'][SIMPLEPIE_NAMESPACE_RDF]['RDF'][0]['child'][SIMPLEPIE_NAMESPACE_RSS_090]['image']) || isset($this->data['child'][SIMPLEPIE_NAMESPACE_RDF]['RDF'][0]['child'][SIMPLEPIE_NAMESPACE_RSS_090]['item']) || isset($this->data['child'][SIMPLEPIE_NAMESPACE_RDF]['RDF'][0]['child'][SIMPLEPIE_NAMESPACE_RSS_090]['textinput'])) { /**/ }
/src/wp-includes/class-simplepie.php:19441if(isset($this->data['child'][SIMPLEPIE_NAMESPACE_RDF]['RDF'][0]['child'][SIMPLEPIE_NAMESPACE_RSS_10]['channel']) || isset($this->data['child'][SIMPLEPIE_NAMESPACE_RDF]['RDF'][0]['child'][SIMPLEPIE_NAMESPACE_RSS_10]['image']) || isset($this->data['child'][SIMPLEPIE_NAMESPACE_RDF]['RDF'][0]['child'][SIMPLEPIE_NAMESPACE_RSS_10]['item']) || isset($this->data['child'][SIMPLEPIE_NAMESPACE_RDF]['RDF'][0]['child'][SIMPLEPIE_NAMESPACE_RSS_10]['textinput'])) { /**/ }
/src/wp-includes/class-simplepie.php:17281if(!$file->success && !($file->method & SIMPLEPIE_FILE_SOURCE_REMOTE === 0 || ($file->status_code === 200 || $file->status_code > 206 && $file->status_code < 300))) { /**/ }
/src/wp-includes/vars.php:1651elseif(str_contains($_SERVER['HTTP_USER_AGENT'], 'Mobile') || str_contains($_SERVER['HTTP_USER_AGENT'], 'Android') || str_contains($_SERVER['HTTP_USER_AGENT'], 'Silk/') || str_contains($_SERVER['HTTP_USER_AGENT'], 'Kindle') || str_contains($_SERVER['HTTP_USER_AGENT'], 'BlackBerry') || str_contains($_SERVER['HTTP_USER_AGENT'], 'Opera Mini') || str_contains($_SERVER['HTTP_USER_AGENT'], 'Opera Mobi')) { /**/ } else { /**/ }
/src/wp-admin/menu-header.php:2331elseif((!isset($plugin_page) && $self === $sub_item[2]) || (isset($plugin_page) && $plugin_page === $sub_item[2] && ($item[2] === $self_type || $item[2] === $self || file_exists($menu_file) === false))) { /**/ }
/src/wp-includes/http.php:5681if(127 === $parts[0] || 10 === $parts[0] || 0 === $parts[0] || (172 === $parts[0] && 16 <= $parts[1] && 31 >= $parts[1]) || (192 === $parts[0] && 168 === $parts[1])) { /**/ }
/src/wp-admin/nav-menus.php:2571elseif(empty($menu_item_data['menu_order']) || empty($menu_item_data['menu_item_parent']) || !in_array((int) $menu_item_data['menu_item_parent'], array_keys($dbids_to_orders), true) || empty($orders_to_dbids[$dbids_to_orders[$menu_item_id] - 1]) || $orders_to_dbids[$dbids_to_orders[$menu_item_id] - 1] !== (int) $menu_item_data['menu_item_parent']) { /**/ }
/src/wp-includes/class-wp-customize-manager.php:30331if(isset($data['post_type']) && isset($unsanitized_postarr['post_content']) && 'customize_changeset' === $data['post_type'] || ('revision' === $data['post_type'] && !empty($data['post_parent']) && 'customize_changeset' === get_post_type($data['post_parent']))) { /**/ }
/src/wp-admin/nav-menus.php:1981if(!empty($menu_item_data['menu_item_parent']) && in_array((int) $menu_item_data['menu_item_parent'], array_keys($dbids_to_orders), true) && isset($orders_to_dbids[$dbids_to_orders[$menu_item_id] - 1]) && ((int) $menu_item_data['menu_item_parent'] === $orders_to_dbids[$dbids_to_orders[$menu_item_id] - 1])) { /**/ } elseif(empty($menu_item_data['menu_order']) || empty($menu_item_data['menu_item_parent']) || !in_array((int) $menu_item_data['menu_item_parent'], array_keys($dbids_to_orders), true) || empty($orders_to_dbids[$dbids_to_orders[$menu_item_id] - 1]) || $orders_to_dbids[$dbids_to_orders[$menu_item_id] - 1] !== (int) $menu_item_data['menu_item_parent']) { /**/ }
/src/wp-includes/canonical.php:6761if(is_object($wp_rewrite) && $wp_rewrite->using_permalinks( ) && !$is_attachment_redirect && !is_404( ) && (!is_front_page( ) || is_front_page( ) && get_query_var('paged') > 1)) { /**/ } elseif(is_front_page( )) { /**/ }
/src/wp-admin/edit-comments.php:3141if(isset($_REQUEST['approved']) || isset($_REQUEST['deleted']) || isset($_REQUEST['trashed']) || isset($_REQUEST['untrashed']) || isset($_REQUEST['spammed']) || isset($_REQUEST['unspammed']) || isset($_REQUEST['same'])) { /**/ }
/src/wp-includes/class-wp-theme-json.php:35271if(!isset($spacing_scale['steps']) || !is_numeric($spacing_scale['steps']) || !isset($spacing_scale['mediumStep']) || !isset($spacing_scale['unit']) || !isset($spacing_scale['operator']) || !isset($spacing_scale['increment']) || !isset($spacing_scale['steps']) || !is_numeric($spacing_scale['increment']) || !is_numeric($spacing_scale['mediumStep']) || ('+' !== $spacing_scale['operator'] && '*' !== $spacing_scale['operator'])) { /**/ }
/src/wp-includes/class-wp-theme-json.php:15681if(is_string($css_value) && (str_contains($css_value, '--global--content-size') || str_contains($css_value, '--global--wide-size')) && !isset($this->theme_json['settings']['layout']['contentSize']) && !isset($this->theme_json['settings']['layout']['wideSize'])) { /**/ }
/src/wp-includes/admin-bar.php:8511elseif('edit' === $current_screen->base && ($post_type_object) && ($post_type_object->public) && ($post_type_object->show_in_admin_bar) && (get_post_type_archive_link($post_type_object->name)) && !('post' === $post_type_object->name && 'posts' === get_option('show_on_front'))) { /**/ } elseif('term' === $current_screen->base && isset($tag) && is_object($tag) && !is_wp_error($tag)) { /**/ } elseif('user-edit' === $current_screen->base && isset($user_id)) { /**/ }
/src/wp-includes/admin-bar.php:8261if(('post' === $current_screen->base || 'edit-comments' === $current_screen->base) && 'add' !== $current_screen->action && ($post_type_object) && current_user_can('read_post', $post->ID) && ($post_type_object->public) && ($post_type_object->show_in_admin_bar)) { /**/ } elseif('edit' === $current_screen->base && ($post_type_object) && ($post_type_object->public) && ($post_type_object->show_in_admin_bar) && (get_post_type_archive_link($post_type_object->name)) && !('post' === $post_type_object->name && 'posts' === get_option('show_on_front'))) { /**/ } elseif('term' === $current_screen->base && isset($tag) && is_object($tag) && !is_wp_error($tag)) { /**/ } elseif('user-edit' === $current_screen->base && isset($user_id)) { /**/ }
/src/wp-includes/comment.php:13631if(preg_match($pattern, $author) || preg_match($pattern, $email) || preg_match($pattern, $url) || preg_match($pattern, $comment) || preg_match($pattern, $comment_without_html) || preg_match($pattern, $user_ip) || preg_match($pattern, $user_agent)) { /**/ }
/src/wp-includes/nav-menu-template.php:5431if(isset($parent_item->type) && (('post_type' === $parent_item->type && !empty($queried_object->post_type) && is_post_type_hierarchical($queried_object->post_type) && in_array((int) $parent_item->object_id, $queried_object->ancestors, true) && (int) $parent_item->object_id !== $queried_object->ID) || ('taxonomy' === $parent_item->type && isset($possible_taxonomy_ancestors[$parent_item->object]) && in_array((int) $parent_item->object_id, $possible_taxonomy_ancestors[$parent_item->object], true) && (!isset($queried_object->term_id) || (int) $parent_item->object_id !== $queried_object->term_id)))) { /**/ }
/src/wp-includes/nav-menu-template.php:4201elseif((int) $menu_item->object_id === $queried_object_id && ((!empty($home_page_id) && 'post_type' === $menu_item->type && $wp_query->is_home && $home_page_id === (int) $menu_item->object_id) || ('post_type' === $menu_item->type && $wp_query->is_singular) || ('taxonomy' === $menu_item->type && ($wp_query->is_category || $wp_query->is_tag || $wp_query->is_tax) && $queried_object->taxonomy === $menu_item->object))) { /**/ } elseif('post_type_archive' === $menu_item->type && is_post_type_archive(array($menu_item->object))) { /**/ } elseif('custom' === $menu_item->object && isset($_SERVER['HTTP_HOST'])) { /**/ }
/src/wp-includes/nav-menu-template.php:1621if((!$menu || is_wp_error($menu) || (isset($menu_items) && empty($menu_items) && !$args->theme_location)) && isset($args->fallback_cb) && $args->fallback_cb && is_callable($args->fallback_cb)) { /**/ }
/src/wp-admin/includes/nav-menu.php:11391if(empty($_item_object_data['menu-item-object-id']) && (!isset($_item_object_data['menu-item-type']) || in_array($_item_object_data['menu-item-url'], array('https://', 'http://', ''), true) || !('custom' === $_item_object_data['menu-item-type'] && !isset($_item_object_data['menu-item-db-id'])) || !empty($_item_object_data['menu-item-db-id']))) { /**/ }
/src/wp-admin/includes/class-custom-image-header.php:1631if($step < 1 || 3 < $step || (2 === $step && !wp_verify_nonce($_REQUEST['_wpnonce-custom-header-upload'], 'custom-header-upload')) || (3 === $step && !wp_verify_nonce($_REQUEST['_wpnonce'], 'custom-header-crop-image'))) { /**/ }
/src/wp-admin/includes/class-wp-upgrader.php:5311if((!is_string($source) || '' === $source || trim($source) !== $source) || (!is_string($destination) || '' === $destination || trim($destination) !== $destination)) { /**/ }
/src/wp-admin/includes/ajax-actions.php:16941if(is_protected_meta($meta->meta_key, 'post') || is_protected_meta($key, 'post') || !current_user_can('edit_post_meta', $meta->post_id, $meta->meta_key) || !current_user_can('edit_post_meta', $meta->post_id, $key)) { /**/ }
/src/wp-includes/functions.php:33671if(isset($magic[1]) && isset($magic[2]) && 'ftyp' === hex2bin($magic[1]) && ('avif' === hex2bin($magic[2]) || 'avis' === hex2bin($magic[2]))) { /**/ }
/src/wp-includes/functions.php:37631elseif(wp_is_xml_request( ) || isset($wp_query) && (function_exists('is_feed') && is_feed( ) || function_exists('is_comment_feed') && is_comment_feed( ) || function_exists('is_trackback') && is_trackback( ))) { /**/ } else { /**/ }
/src/wp-admin/includes/class-wp-posts-list-table.php:1041if($this->user_posts_count && !current_user_can($post_type_object->cap->edit_others_posts) && empty($_REQUEST['post_status']) && empty($_REQUEST['all_posts']) && empty($_REQUEST['author']) && empty($_REQUEST['show_sticky'])) { /**/ }
/src/wp-admin/includes/misc.php:6511if((isset($tokens[$t - 2][1]) && in_array($tokens[$t - 2][1], array('function', 'class'), true)) || (isset($tokens[$t - 2][0]) && T_OBJECT_OPERATOR === $tokens[$t - 1][0])) { /**/ }
/src/wp-admin/includes/class-pclzip.php:32911if(($p_path == "") || ((substr($p_path, 0, 1) != "/") && (substr($p_path, 0, 3) != "../") && (substr($p_path, 1, 2) != ":/"))) /**//*B*/ ?>
/src/wp-includes/revision.php:9581if(empty($_REQUEST['_thumbnail_id']) || empty($_REQUEST['preview_id']) || $post->ID !== $post_id || $post_id !== (int) $_REQUEST['preview_id'] || '_thumbnail_id' !== $meta_key || 'revision' === $post->post_type) { /**/ }
/src/wp-admin/includes/class-pclzip.php:33861if((strlen($v_header['stored_filename']) > strlen($p_options[PCLZIP_OPT_BY_NAME][$j])) && (substr($v_header['stored_filename'], 0, strlen($p_options[PCLZIP_OPT_BY_NAME][$j])) == $p_options[PCLZIP_OPT_BY_NAME][$j])) { /**/ }
/src/wp-includes/class-wp-editor.php:8412elseif(!empty($value) && is_string($value) && (('{' === $value[0] && '}' === $value[strlen($value) - 1]) || ('[' === $value[0] && ']' === $value[strlen($value) - 1]) || preg_match('/^\(?function ?\(/', $value))) { /**/ }
/src/wp-admin/update-core.php:4761if(!isset($core_updates[0]->response) || 'latest' === $core_updates[0]->response || 'development' === $core_updates[0]->response || version_compare($core_updates[0]->current, $cur_wp_version, '=')) { /**/ } else { /**/ }
/src/wp-includes/functions.php:66691if(!empty($zone['city']) && (!isset($zonen[$key + 1]) || (isset($zonen[$key + 1]) && $zonen[$key + 1]['continent'] !== $zone['continent']))) { /**/ }
/src/wp-admin/includes/class-pclzip.php:25001if(($p_filedescr_list[$j]['type'] == 'file') || ($p_filedescr_list[$j]['type'] == 'virtual_file') || (($p_filedescr_list[$j]['type'] == 'folder') && (!isset($p_options[PCLZIP_OPT_REMOVE_ALL_PATH]) || !$p_options[PCLZIP_OPT_REMOVE_ALL_PATH]))) { /**/ }
/src/wp-includes/functions.php:70651while ($tortoise && ($evanescent_hare = isset($override[$hare]) ? $override[$hare] : call_user_func_array($callback, array_merge(array($hare), $callback_args))) && ($hare = isset($override[$evanescent_hare]) ? $override[$evanescent_hare] : call_user_func_array($callback, array_merge(array($evanescent_hare), $callback_args)))) { /**/ }
/src/wp-includes/post.php:52691if(0 === $postname_index || ($postname_index && '%year%' === $permastructs[$postname_index - 1] && 13 > $slug_num) || ($postname_index && '%monthnum%' === $permastructs[$postname_index - 1] && 32 > $slug_num)) { /**/ }
/src/wp-includes/class-json.php:8541elseif(($chrs[$c] == $top['delim']) && ($top['what'] == SERVICES_JSON_IN_STR) && (($this->strlen8($this->substr8($chrs, 0, $c)) - $this->strlen8(rtrim($this->substr8($chrs, 0, $c), '\\'))) % 2 != 1)) { /**/ } elseif(($chrs[$c] == '[') && in_array($top['what'], array(SERVICES_JSON_SLICE, SERVICES_JSON_IN_ARR, SERVICES_JSON_IN_OBJ))) { /**/ } elseif(($chrs[$c] == ']') && ($top['what'] == SERVICES_JSON_IN_ARR)) { /**/ } elseif(($chrs[$c] == '{') && in_array($top['what'], array(SERVICES_JSON_SLICE, SERVICES_JSON_IN_ARR, SERVICES_JSON_IN_OBJ))) { /**/ } elseif(($chrs[$c] == '}') && ($top['what'] == SERVICES_JSON_IN_OBJ)) { /**/ } elseif(($substr_chrs_c_2 == '/*') && in_array($top['what'], array(SERVICES_JSON_SLICE, SERVICES_JSON_IN_ARR, SERVICES_JSON_IN_OBJ))) { /**/ } elseif(($substr_chrs_c_2 == '*/') && ($top['what'] == SERVICES_JSON_IN_CMT)) { /**/ }
/src/wp-admin/includes/class-pclzip.php:47831if((strlen($v_header_list[$v_nb_extracted]['stored_filename']) > strlen($p_options[PCLZIP_OPT_BY_NAME][$j])) && (substr($v_header_list[$v_nb_extracted]['stored_filename'], 0, strlen($p_options[PCLZIP_OPT_BY_NAME][$j])) == $p_options[PCLZIP_OPT_BY_NAME][$j])) { /**/ } elseif((($v_header_list[$v_nb_extracted]['external'] & 0x00000010) == 0x00000010) && ($v_header_list[$v_nb_extracted]['stored_filename'] . '/' == $p_options[PCLZIP_OPT_BY_NAME][$j])) { /**/ }
/src/wp-includes/class-wp.php:4791if(!empty($this->query_vars['withcomments']) || str_contains($this->query_vars['feed'], 'comments-') || (empty($this->query_vars['withoutcomments']) && (!empty($this->query_vars['p']) || !empty($this->query_vars['name']) || !empty($this->query_vars['page_id']) || !empty($this->query_vars['pagename']) || !empty($this->query_vars['attachment']) || !empty($this->query_vars['attachment_id'])))) { /**/ } else { /**/ }
/src/wp-admin/admin.php:2651if(!(file_exists(WP_PLUGIN_DIR . "/$plugin_page") && is_file(WP_PLUGIN_DIR . "/$plugin_page")) && !(file_exists(WPMU_PLUGIN_DIR . "/$plugin_page") && is_file(WPMU_PLUGIN_DIR . "/$plugin_page"))) { /**/ }
/src/wp-includes/class-wp.php:7791if(is_author( ) && is_numeric($author) && $author > 0 && is_user_member_of_blog($author) || (is_tag( ) || is_category( ) || is_tax( ) || is_post_type_archive( )) && get_queried_object( ) || is_home( ) || is_search( ) || is_feed( )) { /**/ }
/src/wp-includes/ID3/getid3.php:17731if(!empty($this->info['fileformat']) && !empty($this->info['dataformat']) && ($this->info['fileformat'] == 'ogg') && ($this->info['audio']['dataformat'] == 'vorbis')) { /**/ } else { /**/ }
/src/wp-includes/ID3/getid3.php:6311if(($fseek < 0) || (($this->info['filesize'] != 0) && (ftell($this->fp) == 0)) || ($this->info['filesize'] < 0) || (ftell($this->fp) < 0)) { /**/ }
/src/wp-includes/ID3/getid3.php:19121if(isset($this->info['audio']['bitrate']) && ($this->info['audio']['bitrate'] > 0) && ($this->info['audio']['bitrate'] == $this->info['bitrate'])) { /**/ }
/src/wp-includes/ID3/getid3.php:19101if(isset($this->info['video']['dataformat']) && $this->info['video']['dataformat'] && (!isset($this->info['video']['bitrate']) || ($this->info['video']['bitrate'] == 0))) { /**/ }
/src/wp-includes/ID3/module.audio.mp3.php:621if(((isset($info['id3v2']['headerlength']) && ($info['avdataoffset'] > $info['id3v2']['headerlength'])) || (!isset($info['id3v2']) && ($info['avdataoffset'] > 0) && ($info['avdataoffset'] != $initialOffset)))) { /**/ }
/src/wp-includes/ID3/getid3.php:20031if(empty($this->info['audio']['bitrate']) || empty($this->info['audio']['channels']) || empty($this->info['audio']['sample_rate']) || !is_numeric($this->info['audio']['sample_rate'])) { /**/ }
/src/wp-includes/ID3/module.audio.mp3.php:2731if(isset($KnownEncoderValues[$thisfile_mpeg_audio_lame['raw']['abrbitrate_minbitrate']][$thisfile_mpeg_audio_lame['vbr_quality']][$thisfile_mpeg_audio_lame['raw']['vbr_method']][$thisfile_mpeg_audio_lame['raw']['noise_shaping']][$thisfile_mpeg_audio_lame['raw']['stereo_mode']][$thisfile_mpeg_audio_lame['ath_type']][$thisfile_mpeg_audio_lame['lowpass_frequency']])) { /**/ } elseif(isset($KnownEncoderValues['**'][$thisfile_mpeg_audio_lame['vbr_quality']][$thisfile_mpeg_audio_lame['raw']['vbr_method']][$thisfile_mpeg_audio_lame['raw']['noise_shaping']][$thisfile_mpeg_audio_lame['raw']['stereo_mode']][$thisfile_mpeg_audio_lame['ath_type']][$thisfile_mpeg_audio_lame['lowpass_frequency']])) { /**/ } elseif($info['audio']['bitrate_mode'] == 'vbr') { /**/ } elseif($info['audio']['bitrate_mode'] == 'cbr') { /**/ } else { /**/ }
/src/wp-includes/ID3/module.audio.mp3.php:1281if(!empty($info['audio']['encoder']) && !empty($info['mpeg']['audio']['LAME']['short_version']) && ($info['audio']['encoder'] == $info['mpeg']['audio']['LAME']['short_version'])) { /**/ }