HEX
Server: Apache
System: Linux web5.visualcom.es 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: ensaco.es (10019)
PHP: 8.3.32
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/ensaco.es/httpdocs/wp-content/plugins/bb-plugin/includes/loop-settings-matching.php
<select name="<?php echo $name; ?>_matching">
	<?php /* translators: %s: an object like posts or taxonomie */ ?>
	<option value="1" <?php selected( $settings->{ $name . '_matching' }, '1' ); ?>><?php printf( _x( 'Match these %s...', '%s is an object like posts or taxonomies.', 'fl-builder' ), $label ); ?></option>
	<?php /* translators: %s: an object like posts or taxonomie */ ?>
	<option value="0" <?php selected( $settings->{ $name . '_matching' }, '0' ); ?>><?php printf( _x( 'Match all %s except...', '%s is an object like posts or taxonomies.', 'fl-builder' ), $label ); ?></option>
	<?php if ( 'fl_as_terms' === $field['action'] ) : ?>
		<?php /* translators: %s: an object like posts or taxonomie */ ?>
		<option value="related" <?php selected( $settings->{ $name . '_matching' }, 'related' ); ?>><?php printf( _x( 'Match all related %s except...', '%s is an object like posts or taxonomies.', 'fl-builder' ), $label ); ?></option>
	<?php endif; ?>

	<?php if ( 'fl_as_users' === $field['action'] ) : ?>
		<option value="author" <?php selected( $settings->{ $name . '_matching' }, 'author' ); ?>><?php _e( 'Current author', 'fl-builder' ); ?></option>
		<option value="loggedin" <?php selected( $settings->{ $name . '_matching' }, 'loggedin' ); ?>><?php _e( 'Current logged in user', 'fl-builder' ); ?></option>
	<?php endif; ?>
</select>