/**
* Citaciones Functions
* @wordpress-plugin
* @author Julibe
* @license GPL-3.0-or-later
* Plugin Name: Citaciones Trivia Editores: Functions
* Plugin URI: https://grupotrivia.co/
* Description: Functions to effortlessly manage book citations. Generate and track with ease, accessing detailed historical records. Simplify your scholarly process.
* Version: 0.01
* Author: Julibe
* Author URI: https://julibe.com/
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
* License: GPL v3 or later
* Requires PHP: 7.0
* Requires at least: 5.9
* Copyright: (c) 2024 Julibe - All rights reserved.
* Text Domain: trivia-book-citations
* Domain Path: /
*/
// Define the path to the plugin
$path = plugin_dir_path(__FILE__);
// Define the path to the directory containing function files.
$functions_url = $path . "/functions/";
// Get the list of function files
$files_functions = array_diff(scandir($functions_url), array('..', '.'));
// Include each function file
foreach ($files_functions as $item) {
$item_path = $functions_url . $item;
// Check if it's a directory
if (is_dir($item_path)) {
// Get the list of files inside the directory
$files_inside_folder = array_diff(scandir($item_path), array('..', '.'));
// Loop through each file inside the directory
foreach ($files_inside_folder as $file) {
$file_path = $item_path . '/' . $file;
// Include the file if it's a PHP file
if (is_file($file_path) && pathinfo($file_path, PATHINFO_EXTENSION) == 'php') {
$function_name = pathinfo(basename($file_path), PATHINFO_FILENAME);
if (!function_exists($function_name)) {
include_once($file_path);
}
}
}
} else {
// Include the file if it's a PHP file directly within the directory
if (is_file($item_path) && pathinfo($item_path, PATHINFO_EXTENSION) == 'php') {
$function_name = pathinfo(basename($item_path), PATHINFO_FILENAME);
if (!function_exists($function_name)) {
include_once($item_path);
}
}
}
}
function enqueue_assets() {
// Enqueue jQuery from CDN
wp_enqueue_script('jquery', 'https://code.jquery.com/jquery-3.6.4.min.js', array(), '3.6.4', true);
// Enqueue the custom script with jQuery as a dependency
wp_enqueue_script('-cript-functions', plugin_dir_url(__FILE__) . 'js/functions.js', array(), '1.0', true);
// Enqueue the custom style
wp_enqueue_style('css-styles', plugin_dir_url(__FILE__) . 'css/styles.css', array(), '1.0');
}
add_action('admin_enqueue_scripts', 'enqueue_assets');
El libro de los amores ridículos - Trivia Editores - CitacionesSaltar al contenido
El libro de los amores ridículos (en checo, Směšné lásky) es un relato del escritor checo Milan Kundera, publicada en 1968.
Se trata de una obra que relata una serie de relaciones amorosas ambientadas en Praga. Esta obra, al igual que el resto de obras del autor, narra distintas relaciones amorosas a través de un humor sabio y un tinte filosófico.
Con esta obra, Milan Kundera hace reflexionar sobre los contradictorios juegos del amor, el sexo y la amistad.
Referencia Bibliográfica: El libro de los amores ridículos. En Wikipedia.
Pais de publicación: Colombia
Fecha de publicación: 01/03/1988
Serie: No hace parte de una serie.
Genero(s): Cuento
Citas
Curarse de un trauma se asemeja en muchos sentidos a crear una poesía. Ambas actividades requieren encontrar el momento oportuno y las palabras e imágenes adecuadas