From 5567318f6389765afd64daf26493e54c3a2b0a6e Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 26 Oct 2014 21:48:38 +0000 Subject: [PATCH] Introduce an `edit_form_before_permalink` action which gets fired after the title field but before the permalink fields. Fixes #29691. Props captaintheme git-svn-id: https://develop.svn.wordpress.org/trunk@30028 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit-form-advanced.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/wp-admin/edit-form-advanced.php b/src/wp-admin/edit-form-advanced.php index a0dada7341..709779b6be 100644 --- a/src/wp-admin/edit-form-advanced.php +++ b/src/wp-admin/edit-form-advanced.php @@ -461,6 +461,16 @@ do_action( 'edit_form_top', $post ); ?> +
public ? get_sample_permalink_html($post->ID) : '';