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