Skip to content

Commit

Permalink
is_page and Is_single condition added for function wpt_args_manipulat…
Browse files Browse the repository at this point in the history
…ion_frontend at functions.php file
  • Loading branch information
codersaiful committed Oct 15, 2020
1 parent ac6ca5f commit f9bad9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f9bad9c

Please sign in to comment.