Anxious Client Shield Settings

General Settings

- Check the messages before you show to your client.

-You can show your custom messages selecting "Custom Language" or updating the file "acs-language.php" inside the folder of the plugin.

- FX option will show images on the website.
Plugin is active?
Only visible for admin level
Language
Custom Language

Language Settings

When a field is empty ACS will show default text according selected language
'' ) { $phrase = $text; } else { $phrase = $ac_text[ $lang ][ $rand ]; } } else { $phrase = $ac_text[ $lang ][ $rand ]; } return $phrase; } function acs_show() { $ac_active = get_option( 'acs-active' ); $ac_only_admin = get_option( 'acs-admin-level' ); $ac_language = get_option( 'acs-language' ); $ac_language_cust = get_option( 'acs-custom-lang' ); $user_is_admin = current_user_can( 'administrator' ); if( ( $ac_active and ( $ac_only_admin and $user_is_admin ) ) or ( $ac_active and !$ac_only_admin ) ) { if( get_option( 'acs-language' ) == 5 ) { $rand = rand(1,3); if( $rand == 1 ) { include( 'acs-fx3.php' ); } elseif( $rand==2 ) { include( 'acs-fx2.php' ); } elseif( $rand==3 ) { include( 'acs-fx1.php' ); } } ?>