Remove ?filter=5 from theme review link

This commit is contained in:
Alexander Agnarson 2020-03-23 19:07:52 +01:00
parent beb2fc7468
commit 63a63d7b31

View file

@ -24,7 +24,7 @@ Kirki::add_section( 'reviewlink', array(
'panel' => 'options',
'type' => 'link',
'button_text' => esc_html__( 'Write a Review', 'curver' ),
'button_url' => 'https://wordpress.org/support/theme/curver/reviews/?filter=5#new-post',
'button_url' => 'https://wordpress.org/support/theme/curver/reviews/#new-post',
'priority' => 1,
) );