Title: Effortless Shortcode Insertion
Author: domclic
Published: <strong>মে’ 30, 2025</strong>
Last modified: নৱেম্বৰ 7, 2025

---

প্লাগিনৰ সন্ধান কৰক

![](https://ps.w.org/effortless-shortcode-insertion/assets/banner-772x250.jpg?rev
=3303329)

![](https://ps.w.org/effortless-shortcode-insertion/assets/icon-256x256.jpg?rev=
3303329)

# Effortless Shortcode Insertion

 [domclic](https://profiles.wordpress.org/domclic/)-ৰ দ্বাৰা

[ডাউনল’ড কৰক](https://downloads.wordpress.org/plugin/effortless-shortcode-insertion.1.0.20.zip)

 * [বিশদ বিৱৰণ](https://as.wordpress.org/plugins/effortless-shortcode-insertion/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/effortless-shortcode-insertion/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/effortless-shortcode-insertion/#installation)
 * [বিকাশ](https://as.wordpress.org/plugins/effortless-shortcode-insertion/#developers)

 [সাহায্য](https://wordpress.org/support/plugin/effortless-shortcode-insertion/)

## বৰ্ণনা

Effortless Shortcode Insertion is a lightweight WordPress plugin that allows you
to create, manage, and insert custom shortcodes with ease. It includes a set of 
built-in shortcodes for common dynamic content and provides an intuitive interface
to add your own.

Features:

    ```
    Built-in shortcodes for current URL, page title, site info, user data, and more.
    Add custom shortcodes via an admin interface.
    Import/export shortcodes for easy migration.
    Secure and sanitized inputs to ensure safety.
    Translation-ready with support for multiple languages.
    ```

### Arbitrary section

For support, please visit domclic.com or contact the author at daviddeflache@domclic.
com.

## ইনষ্টলেশ্যন

Upload the effortless-shortcode-insertion folder to the /wp-content/plugins/ directory.

Activate the plugin through the ‘Plugins’ menu in WordPress. Navigate to Settings
> Effortless Shortcodes to manage your shortcodes.

## সঘনাই উত্থাপিত প্ৰশ্ন

### How do I use a shortcode?

Simply add the shortcode (e.g., [site_title]) to your posts, pages, or widgets where
you want the content to appear.

### Can I create my own shortcodes?

Yes! Go to Settings > Effortless Shortcodes and use the “Add New Shortcode” form
to create custom shortcodes.

### Are the shortcodes secure?

All inputs are sanitized and validated to ensure security and compatibility with
WordPress standards.

### Can I import/export shortcodes?

Yes, the plugin supports importing and exporting shortcodes in JSON format via the
admin interface.

## পৰ্য্যালোচনা

এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Effortless Shortcode Insertion” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত
অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

 *   [ domclic ](https://profiles.wordpress.org/domclic/)

[আপোনাৰ ভাষাত “Effortless Shortcode Insertion” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/effortless-shortcode-insertion)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/effortless-shortcode-insertion/),
[SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/effortless-shortcode-insertion/)
চাওক নাইবা [RSS](https://plugins.trac.wordpress.org/log/effortless-shortcode-insertion/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/effortless-shortcode-insertion/)
ছাবস্ক্ৰাইব কৰক।

## সলনি-পঞ্জী

#### 1.0.19

    ```
    Removed wrong links
    ```

#### 1.0.18

    ```
    Renamed main plugin file to class-effortless-shortcode-insertion.php for PHPCS compliance.
    Removed trailing whitespace in HTML form section.
    Fixed equals sign alignment in save_shortcode method.
    Replaced short ternary with full if-else in handle_shortcode method.
    ```

#### 0.1.17

    ```
    Fixed security warning for non-sanitized $_POST['shortcodes'].
    ```

#### 0.1.16

    ```
    Fixed security warning for non-sanitized $_POST['shortcodes'] by restructuring condition to avoid direct access before sanitization.
    Ensured no sanitization warnings at line 316 or 318 for full PHPCS compliance.
    ```

#### 0.1.15

    ```
    Fixed security warning for non-sanitized $_POST['shortcodes'] by using isset for validation before access.
    Ensured no direct superglobal access before sanitization for full PHPCS compliance.
    ```

#### 0.1.14

    ```
    Fixed security warning for non-sanitized $_POST['shortcodes'] by avoiding direct access in condition checks.
    Improved input validation for submit_update to ensure PHPCS compliance.
    ```

#### 0.1.13

    ```
    Fixed security warnings for non-validated and non-sanitized $_POST['shortcodes'] input in save_shortcode method.
    Added isset check for $_POST['shortcodes'] to prevent undefined index notices.
    ```

#### 0.1.12

    ```
    Fixed security warning for non-sanitized $_POST['shortcodes'] input before ! empty check in save_shortcode method.
    ```

#### 0.1.11

    ```
    Fixed security warning for non-sanitized $_POST['shortcodes'] input before is_array check in save_shortcode method.
    Ensured early sanitization of shortcode data for full PHPCS compliance.
    ```

#### 0.1.10

    ```
    Fixed security warnings for non-sanitized $_POST['shortcodes'] input in save_shortcode method.
    Improved early sanitization of shortcode data for better security compliance.
    ```

#### 0.1.9

    ```
    Fixed security warnings for non-sanitized inputs ($_POST['append_value'], $_POST['shortcodes'], $_FILES['import_file']).
    Improved sanitization of form inputs for better security.
    ```

#### 0.1.8

    ```
    Fixed fatal error in handle_shortcode method causing site to break.
    Resolved security warnings for non-sanitized and non-validated inputs ($_POST['shortcodes'], $_POST['elsci_nonce']).
    Improved input validation and sanitization for better security.
    ```

#### 0.1.5

    ```
    Fixed security issues with input sanitization and validation.
    Replaced parse_url with wp_parse_url for consistency.
    Used gmdate instead of date for timezone-safe year display.
    ```

#### 0.1.0

    ```
    Initial release.
    ```

## মেটা

 *  **1.0.20** সংস্কৰণ
 *  **5 মাহ আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **10টাতকৈ কম**
 *  WordPress-ৰ সংস্কৰণ ** 5.0 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **6.8.5**
 *  PHP-ৰ সংস্কৰণ ** 7.0 বা তাতকৈ ওপৰৰ **
 *  ভাষা
 * [English (US)](https://wordpress.org/plugins/effortless-shortcode-insertion/)
 * [content management](https://as.wordpress.org/plugins/tags/content-management/)
   [custom shortcodes](https://as.wordpress.org/plugins/tags/custom-shortcodes/)
   [shortcodes](https://as.wordpress.org/plugins/tags/shortcodes/)[Wordpress Shortcodes](https://as.wordpress.org/plugins/tags/wordpress-shortcodes/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/effortless-shortcode-insertion/advanced/)

## ৰে’টিংবোৰ

এতিয়ালৈ কোনো পৰ্য্যালোচনা দাখিল কৰা হোৱা নাই।

[মোৰ পৰ্য্যালোচনা যোগ কৰক](https://wordpress.org/support/plugin/effortless-shortcode-insertion/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/effortless-shortcode-insertion/reviews/)

## অৱদানকাৰীসকল

 *   [ domclic ](https://profiles.wordpress.org/domclic/)

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/effortless-shortcode-insertion/)