Skip to content

Commit

Permalink
Added body class function.
Browse files Browse the repository at this point in the history
  • Loading branch information
KSym04 committed Mar 26, 2019
1 parent 4be8e5f commit c8e2194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto-qr-code-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public function initialize() {
add_action( 'admin_init', array( $this, 'create_file_resources' ) );

// Libraries.
include( 'includes/helpers.php' );
include( 'includes/shortcode.php' );
include( 'includes/widgets.php' );

Expand Down

0 comments on commit c8e2194

Please sign in to comment.