wordproof_timestamp_post_types

wordproof_timestamp_post_types

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wordproof_timestamp_post_types') is found 1 times:

  • /vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php line 41
            return self::get('hide_certificate_link');
        }
        public static function selectedPostTypes()
        {
            return \apply_filters('wordproof_timestamp_post_types', self::get('selected_post_types'));
        }
        public static function postTypeIsInSelectedPostTypes($postType)
        {
            $postTypes = self::selectedPostTypes();
            return \in_array($postType, $postTypes, \true);
        }
    

See this hook used in plugins: