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; }