admin_url( 'admin-ajax.php' ),
'nonce' => wp_create_nonce( 'itls_logoshowcase_nonce' ) ) );
$output = '
';
echo $output;
if (!function_exists('itls_logo_showcase_dependency')) {
function itls_logo_showcase_dependency($element_id, $args)
{
$output = '';
$output .= '
';
return $output;
}
}
?>