Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Change WP Portfolio All text string. https://fahimm.com
- add_filter(
- 'astra_portfolio_filters_all_text',
- function() {
- return 'Hello';
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement