Skip to content

Commit

Permalink
Merge pull request #5 from themebeans/remove/merlin
Browse files Browse the repository at this point in the history
Disable Merlin WP
  • Loading branch information
richtabor committed May 11, 2019
2 parents b0dd353 + aeacf50 commit 0020b73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -863,3 +863,8 @@ function tabor_remove_archive_title_prefix( $title ) {
* Admin specific functions.
*/
require get_parent_theme_file_path( '/inc/admin/init.php' );

/**
* Disable Merlin WP.
*/
function themebeans_merlin() {}

0 comments on commit 0020b73

Please sign in to comment.