Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
advanced-product
/
includes
/
library
/
acf-gallery
/
File Content:
acf-gallery.php
<?php /* Plugin Name: Advanced Custom Fields: Gallery Field Plugin URI: http://www.advancedcustomfields.com/ Description: This premium Add-on adds a gallery field type for the Advanced Custom Fields plugin Version: 1.1.0 Author: Elliot Condon Author URI: http://www.elliotcondon.com/ License: GPL Copyright: Elliot Condon */ add_action('acf/register_fields', 'acfgp_register_fields'); function acfgp_register_fields() { include_once('gallery.php'); } /* * Update * * if update file exists, allow this add-on to connect and recieve updates. * all ACF premium Add-ons which are distributed within a plugin or theme, must have the update file removed. * * @type file * @date 13/07/13 * * @param N/A * @return N/A */ if( file_exists( dirname( __FILE__ ) . '/acf-gallery-update.php' ) ) { include_once( dirname( __FILE__ ) . '/acf-gallery-update.php' ); } ?>
Submit
FILE
FOLDER
Name
Size
Permission
Action
css
---
0755
images
---
0755
js
---
0755
acf-gallery.php
911 bytes
0644
gallery.php
10891 bytes
0644
readme.txt
3073 bytes
0644
N4ST4R_ID | Naxtarrr