Title: PHP and HTML together
Last modified: August 21, 2016

---

# PHP and HTML together

 *  Resolved [mr-coyote](https://wordpress.org/support/users/mr-coyote/)
 * (@mr-coyote)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/php-and-html-together/)
 * Am I not allowed to do this with this plugin?
 *     ```
       <?php
       function test(){
       ?>
       	<div><p>Testing</p></div>
       <?php
       }
       ?>
       ```
   
 * [https://wordpress.org/plugins/code-snippets/](https://wordpress.org/plugins/code-snippets/)

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

 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/php-and-html-together/#post-4704421)
 * Sure, you _can_ write that, but it will not do anything. Snippets should consist
   of code that you could potentially include in a plugin or theme’s functions.php
   file.
 *  [lbakke](https://wordpress.org/support/users/lbakke/)
 * (@lbakke)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/php-and-html-together/#post-4704645)
 * I want to get in and tweak my source code, will this plugin do that?
 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/php-and-html-together/#post-4704648)
 * No, sorry. Try using the built-in WordPress editor (under _Plugins > Editor_ 
   or _Themes > Editor_, or [a plugin like this](https://wordpress.org/plugins/advanced-code-editor/).

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

The topic ‘PHP and HTML together’ 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/)

 * 3 replies
 * 3 participants
 * Last reply from: [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/php-and-html-together/#post-4704648)
 * Status: resolved