Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
deprecated
/
src
/
integrations
/
File Content:
duplicate-post-integration.php
<?php namespace Yoast\WP\SEO\Integrations; use Yoast\WP\SEO\Conditionals\No_Conditionals; /** * Class to manage the integration with Yoast Duplicate Post. * * @deprecated 23.4 * @codeCoverageIgnore */ class Duplicate_Post_Integration implements Integration_Interface { use No_Conditionals; /** * Initializes the integration. * * This is the place to register hooks and filters. * * @deprecated 23.4 * @codeCoverageIgnore * * @return void */ public function register_hooks() { \_deprecated_function( __METHOD__, 'Yoast SEO 23.4' ); } /** * Filters out the Zapier meta when you copy a post with Yoast Duplicate Post. * * @deprecated 23.4 * @codeCoverageIgnore * * @param array $meta_excludelist The current excludelist of meta fields. * * @return array The updated excludelist. */ public function exclude_zapier_meta( $meta_excludelist ) { \_deprecated_function( __METHOD__, 'Yoast SEO 23.4' ); return $meta_excludelist; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
admin
---
0755
third-party
---
0755
duplicate-post-integration.php
984 bytes
0644
N4ST4R_ID | Naxtarrr