Advertisement
fahimmurshed

Change "All" Category/Tab string

Sep 14th, 2022 (edited)
896
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. //Change WP Portfolio All text string. https://fahimm.com
  2. add_filter(
  3.     'astra_portfolio_filters_all_text',
  4.     function() {
  5.         return 'Hello';
  6.     }
  7. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement