if ( !defined( 'DG_PLUGIN_DIR' ) ) define( 'DG_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); if ( !defined( 'DG_FILES_DIR' ) ) define( 'DG_FILES_DIR', DG_PLUGIN_DIR ...
* Loads the initial files needed by the plugin. * @since 1.0 public function includes() { require_once( EASY_IMAGE_GALLERY_INCLUDES . 'template-functions.php ...
In the previous blog Extracting metadata info from a mp3 file using getID3 in Cake PHP? i explained how to extract information regarding a mp3 file using getID3. In this blog i will explain how to ...