From f9bad9cde8a5d51f74452e0c749a17a4c0e5a678 Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Thu, 15 Oct 2020 15:37:53 +0600 Subject: [PATCH] is_page and Is_single condition added for function wpt_args_manipulation_frontend at functions.php file --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index e7901de7..7bc123f2 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -804,7 +804,7 @@ function wpt_table_edit_link( $table_ID ) { * @return type */ function wpt_args_manipulation_frontend( $args ){ - + if( is_page() || is_single() ){ return $args; }