HEX
Server: Apache
System: Linux web2213.uni5.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64
User: clinicamaciel (596848)
PHP: 7.3.33
Disabled: apache_child_terminate,c99_buff_prepare,c99_sess_put,dl,eval,exec,leak,link,myshellexec,openlog,passthru,pclose,pcntl_exec,php_check_syntax,php_strip_whitespace,popen,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,show_source,symlink,system,socket_listen,socket_create_listen,putenv
Upload Files
File: /home/clinicamaciel/www/wp-content/plugins/easy-twitter-feed-widget/inc/settings-page.php
<div class="wrap do-etfw-admin-wrapper">
	<h1><?php printf( '%1$s', esc_html__( 'Easy Twitter Feed Widget Plugin Settings', 'do-etfw' ) ); ?></h1>

	<div class="settings-container">
		<div class="settings-col settings-col-options">
			<div class="options-wrapper">

				<form action="options.php" method="post" class="form-options-wrapper">

					<?php settings_fields( 'do_etfw_options_group' ); ?>

					<h2 class="nav-tab-wrapper">
						<a class="nav-tab nav-tab-active" id="configuration-tab" href="#configuration"><?php esc_html_e( 'Configuration', 'do-etfw' ); ?></a>
					</h2>

					<section id="configuration" class="nav-tab-section">
						<?php do_settings_sections( 'do_etfw_section_config_page' ); ?>
					</section>

					<input type="submit" class="button button-primary" value="<?php esc_html_e( 'Save Changes', 'do-etfw' ); ?>">
				</form>

			</div><!-- .options-wrapper -->
		</div><!-- .settings-col -->

		<div class="settings-col settings-col-info">
			<div class="info-wrapper">

					<div class="card-wrapper">
						<div class="card-wrapper-inside">
							<h2 class="title"><?php esc_html_e( 'Get 30% Discount', 'do-etfw' ); ?></h2>
								<?php
									printf( '<p>%1$s</p> <p><code>%2$s</code></p> <p><a href="%3$s" class="button button-primary" target="_blank">%4$s</a></p> <p><a href="%5$s" class="button" target="_blank">%6$s</a></p>',
										esc_html__( 'Get 30% discount on DesignOrbital premium WordPress themes by using the following discount code.', 'do-etfw' ),
										esc_html__( 'TWITTERWIDGET30', 'do-etfw' ),
										esc_url( 'https://designorbital.market/?utm_source=wporg-etfw&utm_medium=button&utm_campaign=designorbital' ),
										esc_html__( 'Premium WordPress Themes', 'do-etfw' ),
										esc_url( 'https://designorbital.com/free-wordpress-themes/?utm_source=wporg-etfw&utm_medium=button&utm_campaign=designorbital' ),
										esc_html__( 'Free WordPress Themes', 'do-etfw' )
									);
								?>
						</div>
					</div>

					<div class="card-wrapper">
						<div class="card-wrapper-inside">
							<h2 class="title"><?php esc_html_e( 'Rate the Plugin', 'do-etfw' ); ?></h2>
								<?php
									printf( '<p>%1$s</p> <p><a href="%2$s" target="_blank">%3$s</a></p>',
										esc_html__( 'Do you like the plugin?', 'do-etfw' ),
										esc_url( 'https://wordpress.org/support/plugin/easy-twitter-feed-widget/reviews/' ),
										esc_html__( 'Please rate it at wordpress.org!', 'do-etfw' )
									);
								?>
						</div>
					</div>

					<div class="card-wrapper">
						<div class="card-wrapper-inside">
							<h2 class="title"><?php esc_html_e( 'Support Us', 'do-etfw' ); ?></h2>
								<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
									<input type="hidden" name="cmd" value="_s-xclick">
									<input type="hidden" name="hosted_button_id" value="Z3LBGSQDYRCWA">
									<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
									<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
								</form>
						</div>
					</div>

					<div class="card-wrapper">
						<div class="card-wrapper-inside">
							<h2 class="title"><?php esc_html_e( 'Follow Us', 'do-etfw' ); ?></h2>
								<p>
									<a href="https://www.facebook.com/designorbital" class="button" target="_blank"><?php echo esc_html__( 'Like Us On Facebook', 'do-etfw' ); ?></a>
								</p>
								<p>
									<a href="https://twitter.com/designorbital" class="button" target="_blank"><?php echo esc_html__( 'Follow On Twitter', 'do-etfw' ); ?></a>
								</p>
						</div>
					</div>

			</div><!-- .info-wrapper -->
		</div><!-- .settings-col -->
	</div><!-- .settings-container -->

</div><!-- .do-etfw-admin-wrapper -->