Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Remove Readmore button
- function fahim_remove_astra_post_read_more() {
- return __( '', 'astra' );
- }
- add_filter( 'astra_post_read_more', 'fahim_remove_astra_post_read_more' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement