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 on enqueue_bootstrap_plugin() { // Enqueue Bootstrap CSS wp_enqueue_style('bootstra..

Decoded Output download

<?php 
on enqueue_bootstrap_plugin() { // Enqueue Bootstrap CSS wp_enqueue_style('bootstrap-css', 'https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css', array(), '4.5.2'); wp_enqueue_script('bootstrap-js', 'https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.bundle.min.js', array('jquery'), '4.5.2', true); } add_action('wp_enqueue_scripts', 'enqueue_bootstrap_plugin'); ?>

Did this file decode correctly?

Original Code

<?php
on enqueue_bootstrap_plugin() { // Enqueue Bootstrap CSS wp_enqueue_style('bootstrap-css', 'https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css', array(), '4.5.2'); wp_enqueue_script('bootstrap-js', 'https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.bundle.min.js', array('jquery'), '4.5.2', true); } add_action('wp_enqueue_scripts', 'enqueue_bootstrap_plugin');

Function Calls

None

Variables

None

Stats

MD5 f2fd885f3e48fada392ed4292c0fb393
Eval Count 0
Decode Time 29 ms