Advertisement
Gecata1

Untitled

Sep 24th, 2021
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. add_action( 'blocksy:single:content:bottom', 'my_butm_block');
  2. function my_butm_block () {
  3.     if ( ! is_singular('projects') ) {
  4.         return;
  5.     }
  6.     echo do_shortcode ('[reblex id="461"]');
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement