plugin upload

This commit is contained in:
Rodolfo Martinez 2025-12-12 23:29:08 -05:00
parent 00e60ec1b7
commit c4905e952e
17 changed files with 1426 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<?php
/**
* Silence is golden.
*
* Prevent direct access to this file.
*
* @package WordPress
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}