PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
wordpress-seo-premium
/
premium
/
classes
<?php /** * WPSEO Premium plugin file. * * @package WPSEO\Premium\Classes */ /** * Adds the Dublin Core metadata. * * @deprecated 5.3 */ class WPSEO_Dublin_Core { /** * Constructor. * * @deprecated 5.3 */ public function __construct() { _deprecated_function( 'WPSEO_Dublin_Core::__construct', 'WPSEO 5.3' ); } /** * Hooks the methods for output. * * @deprecated 5.3 */ public function init() { _deprecated_function( 'WPSEO_Dublin_Core::init', 'WPSEO 5.3' ); } /** * Internal function to output DC tags. This also adds an output filter to each bit of output based on the property. * * @deprecated 5.3 * * @param string $property Property attribute value. * @param string $content Content attribute value. * * @return boolean */ public function dc_tag( $property, $content ) { _deprecated_function( 'WPSEO_Dublin_Core::dc_tag', 'WPSEO 5.3' ); /** * Filter: 'wpseo_dc_' . $property - Allow developers to change the content of specific DC meta tags. * * @deprecated 5.3 * * @api string $content The content of the property */ $content = apply_filters_deprecated( 'wpseo_dc_' . $property, array( $content ), 'WPSEO 5.3' ); if ( empty( $content ) ) { return false; } echo '<meta property="', esc_attr( $property ), '" content="', esc_attr( $content ), '" />', "\n"; return true; } /** * Outputs DC.date.issued meta tag. * * @deprecated 5.3 */ public function date_issued() { _deprecated_function( 'WPSEO_Dublin_Core::date_issued', 'WPSEO 5.3' ); if ( ! is_singular() ) { return; } $this->dc_tag( 'DC.date.issued', get_the_date( DATE_W3C ) ); } }
[+]
..
[-] premium-orphaned-content-support.php
[edit]
[-] validation-error.php
[edit]
[-] term-watcher.php
[edit]
[-] premium-redirect-export-manager.php
[edit]
[-] upgrade-manager.php
[edit]
[-] premium-import-manager.php
[edit]
[+]
redirect
[-] premium-prominent-words-link-service.php
[edit]
[-] premium-post-data-endpoint.php
[edit]
[-] post-watcher.php
[edit]
[-] premium-prominent-words-service.php
[edit]
[-] premium-link-suggestions-service.php
[edit]
[-] premium-prominent-words-recalculation.php
[edit]
[-] premium-prominent-words-link-endpoint.php
[edit]
[-] premium-gsc.php
[edit]
[-] product-premium.php
[edit]
[-] facebook-profile.php
[edit]
[-] premium-orphaned-post-notifier.php
[edit]
[-] premium-link-suggestions-endpoint.php
[edit]
[-] premium-redirect-service.php
[edit]
[-] premium-prominent-words-versioning.php
[edit]
[-] premium-register-capabilities.php
[edit]
[-] premium-prominent-words-recalculation-notifier.php
[edit]
[-] premium-expose-shortlinks.php
[edit]
[-] premium-stale-cornerstone-content-filter.php
[edit]
[-] premium-asset-js-l10n.php
[edit]
[-] premium-autoloader.php
[edit]
[-] premium-keyword-export-manager.php
[edit]
[-] dublin-core.php
[edit]
[-] premium-assets.php
[edit]
[+]
views
[-] wordpress-integration-interface.php
[edit]
[-] premium-prominent-words-recalculation-service.php
[edit]
[-] premium-stale-cornerstone-content-notification.php
[edit]
[-] custom-fields-plugin.php
[edit]
[-] premium-prominent-words-registration.php
[edit]
[-] watcher.php
[edit]
[-] validation-result.php
[edit]
[-] premium-beacon-setting.php
[edit]
[-] premium-redirect-endpoint.php
[edit]
[-] premium-prominent-words-support.php
[edit]
[-] premium-free-translations.php
[edit]
[-] premium-javascript-strings.php
[edit]
[-] metabox-link-suggestions.php
[edit]
[-] premium-prominent-words-language-support.php
[edit]
[-] premium-prominent-words-recalculation-endpoint.php
[edit]
[-] multi-keyword.php
[edit]
[-] social-previews.php
[edit]
[-] premium-post-data-service.php
[edit]
[-] validation-warning.php
[edit]
[+]
export
[-] premium-orphaned-content-utils.php
[edit]
[-] premium-gsc-modal.php
[edit]
[-] premium-metabox.php
[edit]
[-] premium-orphaned-post-filter.php
[edit]
[-] premium-prominent-words-unindexed-post-query.php
[edit]
[-] premium-prominent-words-endpoint.php
[edit]
[-] premium-orphaned-post-query.php
[edit]