Remove ?filter=5 from theme review link

This commit is contained in:
Alexander Agnarson 2020-03-23 19:08:59 +01:00
parent 0f3e273618
commit d1228b17e3

View file

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