- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
337 B
JavaScript
Executable File
19 lines
337 B
JavaScript
Executable File
if ( !window.opanda ) window.opanda = {};
|
|
if ( !window.opanda.newItem ) window.opanda.newItem = {};
|
|
|
|
(function($){
|
|
|
|
window.opanda.newItem = {
|
|
|
|
init: function() {
|
|
|
|
|
|
}
|
|
};
|
|
|
|
$(function(){
|
|
window.opanda.newItem.init();
|
|
});
|
|
|
|
})(jQuery)
|