Advertisement
websupporter

Add Theme Support

May 14th, 2015
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. function theme_supports_plugin() {
  3.     add_theme_support( 'plugin_theme_support' );
  4. }
  5. add_action( 'after_setup_theme', 'theme_supports_plugin' );
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement