Title: PHP Snippit
Last modified: January 19, 2024

---

# PHP Snippit

 *  Resolved [rayeason](https://wordpress.org/support/users/rayeason/)
 * (@rayeason)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/php-snippit/)
 * Hello and good day.
 * I need to add the following php snippit: **<?php do_action(‘bbhb_header’) ?>**
 * However, after activating the snippit, I am receiving an error: 
   We encountered
   an error activating your snippet, please check the syntax and try again. Error
   message: syntax error, unexpected end of file
 * [https://drive.google.com/file/d/1xKJSEdbHdYr8U0zZWZ7ACofh0bpOfoeB/view?usp=drivesdk](https://drive.google.com/file/d/1xKJSEdbHdYr8U0zZWZ7ACofh0bpOfoeB/view?usp=drivesdk)
 * Can you help?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/php-snippit/#post-17392412)
 * You’re missing a semicolon at the end of your statement. It should look like 
   this:
 *     ```wp-block-code
       do_action( 'bbhb_header' );
       ```
   
 *  Thread Starter [rayeason](https://wordpress.org/support/users/rayeason/)
 * (@rayeason)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/php-snippit/#post-17404979)
 * Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP Snippit’ is closed to new replies.

 * ![](https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878)
 * [Code Snippets](https://wordpress.org/plugins/code-snippets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/code-snippets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/code-snippets/)
 * [Active Topics](https://wordpress.org/support/plugin/code-snippets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/code-snippets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/code-snippets/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [rayeason](https://wordpress.org/support/users/rayeason/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/php-snippit/#post-17404979)
 * Status: resolved