PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins
/
comments-ratings
<?php defined( 'ABSPATH' ) or die; $basepath = dirname( __FILE__ ) . DIRECTORY_SEPARATOR; $debug = false; if ( isset( $_GET['debug'] ) && $_GET['debug'] == 'true' ) { $debug = true; } $debug = true; return array( 'plugin-name' => 'pixreviews', 'settings-key' => 'pixreviews_settings', 'textdomain' => 'comments-ratings', 'template-paths' => array( $basepath . 'core/views/form-partials/', $basepath . 'views/form-partials/', ), 'fields' => array( 'hiddens' => include 'settings/hiddens' . EXT, 'labels' => include 'settings/labels' . EXT, 'general' => include 'settings/general' . EXT, ), 'processor' => array( // callback signature: (array $input, customifyProcessor $processor) 'preupdate' => array( // callbacks to run before update process // cleanup and validation has been performed on data ), // 'postupdate' => array( // 'save_settings' // ), ), 'cleanup' => array( 'switch' => array( 'switch_not_available' ), ), 'checks' => array( 'counter' => array( 'is_numeric', 'not_empty' ), ), 'errors' => array( 'not_empty' => esc_html__( 'Invalid Value.', 'comments-ratings' ), ), // 'callbacks' => array( // 'save_settings' => 'save_customizer_plugin_settings' // ), // shows exception traces on error 'debug' => $debug, /** * DEFAULTS - The default plugin options */ 'default_options' => array() ); # config
[+]
..
[+]
css
[-] class-pixreviews.php
[edit]
[+]
scss
[+]
core
[-] wpml-config.xml
[edit]
[-] LICENSE
[edit]
[+]
images
[-] readme.txt
[edit]
[-] comments-ratings.php
[edit]
[-] index.php
[edit]
[-] plugin-defaults.php
[edit]
[+]
js
[+]
languages
[+]
views
[+]
settings
[-] plugin-config.php
[edit]
[+]
callbacks