Skip to content

Commit 2594b36

Browse files
committed
Hot patch
1 parent d58a85c commit 2594b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-customfieldspermalink.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private static function link_rewrite_fields( $permalink, $post ) {
7777
*
7878
* @return string
7979
*/
80-
private static function link_rewrite_fields_extract( $post, $field_name ) {
80+
public static function link_rewrite_fields_extract( $post, $field_name ) {
8181
$post_meta = get_post_meta( $post->ID );
8282

8383
if ( ! isset( $post_meta[ $field_name ] ) ) {

0 commit comments

Comments
 (0)