duplicate_post_get_clone_post_link
duplicate_post_get_clone_post_link
Appears in: duplicate-post.3.2.2, duplicate-post.3.2.3, duplicate-post.3.2.4, duplicate-post.3.2.5, duplicate-post.3.2.6, duplicate-post.4.0.1, duplicate-post.4.0.2, duplicate-post.4.1.1, duplicate-post.4.1.2, duplicate-post.4.4, duplicate-post.4.5
Hook Type: filter
See hook in action
Displaying hooks found in version: duplicate-post.4.5apply_filters('duplicate_post_get_clone_post_link') is found 1 times:
- /src/ui/link-builder.php line 93
Warning: Undefined array key 97 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 98 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @param string $action_name The action name. * * @return string */ \apply_filters( 'duplicate_post_get_clone_post_link', \admin_url( 'admin.php' . $action ), $post->ID, $context, $action_name ), $action_name . '_' . $post->ID ); } }