HEX
Server: Apache/2
System: Linux localhost 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
User: rasad (1007)
PHP: 7.4.33
Disabled: shell_exec,system,passthru,exec,popen,ini_restore,socket_create,socket_create_listen,socket_create_pair,socket_listen,socket_bind,symlink,link,pfsockopen,ini_alter,dl,pcntl_exec,pcntl_fork,proc_close,proc_open,proc_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_uname,show_source,getfile,mkfifo
Upload Files
File: /home/rasad/public_html/wp-content/plugins/sierotki/includes/iworks/rate/templates/plugins/og.php
<?php
defined( 'ABSPATH' ) || exit; // Exit if accessed directly
echo '<p>';
esc_html_e( 'Would you like to boost your website sharing abilities?', 'sierotki' );
echo '</p>';
echo '<p>';
printf(
	/* translators: %s is a plugin name with url */
	esc_html__( 'Don\'t wait, install plugin %s!', 'sierotki' ),
	/* translators: %s is a plugin wp home name, %s plugin name */
	sprintf(
		'<a href="%s" target="_blank"><strong>%s</strong></a>',
		esc_url( $args['plugin_wp_home'] ),
		esc_html( $args['plugin_name'] )
	)
);
echo '</p>';
?>
<p class="iworks-rate-center"><a href="<?php echo esc_url( $args['install_plugin_url'] ); ?>" class="iworks-rate-button iworks-rate-button--green dashicons-admin-plugins
"><?php echo esc_html( __( 'Install', 'sierotki' ) ); ?></a></p>