Sha256: 1e7a57ff4f1209341696728b467d208b0bc9ba26757ab1146eb106fc6e798585

Contents?: true

Size: 447 Bytes

Versions: 6

Compression:

Stored size: 447 Bytes

Contents

<?php
/**
 * Functions Load
 *
 * @package     WordPress
 * @subpackage  SMOF
 * @since       1.4.0
 * @author      Syamil MJ
 */
require_once( ADMIN_PATH . 'functions/functions.php' );
require_once( ADMIN_PATH . 'functions/functions.interface.php' );
require_once( ADMIN_PATH . 'functions/functions.options.php' );
require_once( ADMIN_PATH . 'functions/functions.admin.php' );
require_once( ADMIN_PATH . 'functions/functions.mediauploader.php' );

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
wordpress-starter-0.3 templates/bootstrap/admin/functions/functions.load.php
wordpress-starter-0.3 templates/foundation/admin/functions/functions.load.php
wordpress-starter-0.3 templates/project/admin/functions/functions.load.php
wordpress-starter-0.2 templates/foundation/admin/functions/functions.load.php
wordpress-starter-0.2 templates/project/admin/functions/functions.load.php
wordpress-starter-0.1 templates/starter/admin/functions/functions.load.php