We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58a85c commit 2594b36Copy full SHA for 2594b36
includes/class-customfieldspermalink.php
@@ -77,7 +77,7 @@ private static function link_rewrite_fields( $permalink, $post ) {
77
*
78
* @return string
79
*/
80
- private static function link_rewrite_fields_extract( $post, $field_name ) {
+ public static function link_rewrite_fields_extract( $post, $field_name ) {
81
$post_meta = get_post_meta( $post->ID );
82
83
if ( ! isset( $post_meta[ $field_name ] ) ) {
0 commit comments