PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/jairosvt/www/guiacomercial/wp-content/plugins/pixtypes/
Server: Linux server2.noticiasdecolima.com 4.18.0-553.30.1.el8_10.x86_64 #1 SMP Tue Nov 26 02:30:26 EST 2024 x86_64
IP: 107.161.180.42
Choose File :

Url:
Dir : /home/jairosvt/www/guiacomercial/wp-content/plugins/pixtypes/plugin-config.php

<?php defined( 'ABSPATH' ) or die;

$basepath = dirname( __FILE__ ) . DIRECTORY_SEPARATOR;

$debug = defined( 'WP_DEBUG' ) && WP_DEBUG;

$options = get_option( 'pixtypes_settings' );

$display_settings = false;

if ( isset( $options['display_settings'] ) ) {
	$display_settings = $options['display_settings'];
}

return array(
	'plugin-name' => 'pixtypes',

	'settings-key' => 'pixtypes_settings',

	'textdomain' => 'pixtypes',

	'template-paths' => array(
		$basepath . 'core/views/form-partials/',
		$basepath . 'views/form-partials/',
	),

	'fields' => array(
		'hiddens'
		=> include 'settings/hiddens' . PIXTYPES_EXT,
		'post_types'
		=> include 'settings/post_types' . PIXTYPES_EXT,
		'taxonomies'
		=> include 'settings/taxonomies' . PIXTYPES_EXT,
	),

	'processor' => array(
		// callback signature: (array $input, PixtypesProcessor $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.', pixtypes::textdomain() ),
	),

	'callbacks' => array(
		'save_settings' => 'save_pixtypes_settings'
	),

	'display_settings' => $display_settings,

	// shows exception traces on error
	'debug'            => $debug,

); # config