| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/CertificateHelper.php.tar |
plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php 0000644 00000001260 15113676514 0037125 0 ustar 00 home/xbodynamge/lebauwcentre/wp-content <?php
namespace YoastSEO_Vendor\WordProof\SDK\Helpers;
class CertificateHelper
{
/**
* Returns if the certificate should be displayed for this page.
*
* @return false If the certificate should be shown.
*/
public static function show()
{
if (!\is_singular()) {
return \false;
}
if (!\is_main_query()) {
return \false;
}
if (\post_password_required()) {
return \false;
}
global $post;
return \apply_filters('wordproof_timestamp_show_certificate', \YoastSEO_Vendor\WordProof\SDK\Helpers\PostMetaHelper::has($post->ID, '_wordproof_schema'), $post);
}
}
plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php 0000644 00000001260 15114652235 0037325 0 ustar 00 home/xbodynamge/crosstraining/wp-content <?php
namespace YoastSEO_Vendor\WordProof\SDK\Helpers;
class CertificateHelper
{
/**
* Returns if the certificate should be displayed for this page.
*
* @return false If the certificate should be shown.
*/
public static function show()
{
if (!\is_singular()) {
return \false;
}
if (!\is_main_query()) {
return \false;
}
if (\post_password_required()) {
return \false;
}
global $post;
return \apply_filters('wordproof_timestamp_show_certificate', \YoastSEO_Vendor\WordProof\SDK\Helpers\PostMetaHelper::has($post->ID, '_wordproof_schema'), $post);
}
}