Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * I18n file. * * Translatable strings go here. * * @package Divi */..
Decoded Output download
<?php
/**
* I18n file.
*
* Translatable strings go here.
*
* @package Divi
*/
return [
'Theme Options' => esc_html__( 'Theme Options', 'et_builder' ),
'Import Theme Options' => esc_html__( 'Import Theme Options', 'et_builder' ),
'Theme Option' => esc_html__( 'Theme Option', 'et_builder' ),
'Theme Options Library' => esc_html__( 'Theme Options Library', 'et_builder' ),
'Export Theme Options' => esc_html__( 'Export Theme Options', 'et_builder' ),
]; ?>
Did this file decode correctly?
Original Code
<?php
/**
* I18n file.
*
* Translatable strings go here.
*
* @package Divi
*/
return [
'Theme Options' => esc_html__( 'Theme Options', 'et_builder' ),
'Import Theme Options' => esc_html__( 'Import Theme Options', 'et_builder' ),
'Theme Option' => esc_html__( 'Theme Option', 'et_builder' ),
'Theme Options Library' => esc_html__( 'Theme Options Library', 'et_builder' ),
'Export Theme Options' => esc_html__( 'Export Theme Options', 'et_builder' ),
];
Function Calls
None |
Stats
MD5 | ba4d089c017875e29d471b2733e58668 |
Eval Count | 0 |
Decode Time | 57 ms |