Back end

Security in WordPress

Security in WordPress is taken very seriously, but as with any other system there are potential security issues that may arise if some basic security precautions aren’t taken. This article will go through some common forms of vulnerabilities, and the things you can do to help keep your WordPress installation secure. Codex Codex tools: Log […]

Security in WordPress Leer más »

Codex filters

Plugin API/Filter Reference Languages: English • 日本語 • (Add your language) This article contains an extensive (but not 100% comprehensive) list of the filter hooks available for use in plugin development in Version 2.1 and above of WordPress. For more information: To learn more about what filter and action hooks are, see Plugin API. To

Codex filters Leer más »

Git

Git (/ɡɪt/) is a version control system (VCS) that is used for software development and other version control tasks. As a distributed revision control system it is aimed at speed, data integrity, and support for distributed, non-linear workflows.   Git from terminal Nav-Nors-MacBook:~ navnor$ date Sun  4 Dec 2016 15:57:33 CET Nav-Nors-MacBook:~ navnor$ git usage:

Git Leer más »

WordPress

Codex , all hooks actions Further Reading Writing a Plugin – description of how to write a plugin Plugin API – article on how to use filters and actions Plugin API/Filter Reference – reference list for filter hooks Plugin Resources – comprehensive list of plugin-related resources Hooks Database – documentation for all hooks in the

WordPress Leer más »

WORDPRESS – EJECUTAR CÓDIGO PHP EN PÁGINAS SIN PLUGIN.

WORDPRESS – EJECUTAR CÓDIGO PHP EN PÁGINAS SIN PLUGIN. Buenos días a todos, en este tutorial vamos a ver un sencillo truco para poder ejecutar código PHP en nuestras páginas o Posts de wordpress sin necesidad de instalar ningún plugin. Bueno los pasos que vamos a seguir son los siguientes: Crear una copia del archivo page.php o de post.php Insertar

WORDPRESS – EJECUTAR CÓDIGO PHP EN PÁGINAS SIN PLUGIN. Leer más »

Insert PHP WordPress Plugin

Instructions- Insert PHP WordPress Plugin Insert PHP description page Using Insert PHP is easy. You’ll understand when you see the examples. This page contains installation instructions, plugin use instructions, examples, and how to deal with PHP error messages. For convenience, the menu below is linked to specific sections on this page. Installation Insert PHP Instructions and Examples

Insert PHP WordPress Plugin Leer más »

Zend 3

How to install Composer on Debian To make Composer (globally) available on Debian: $ cd /usr/src $ sudo apt-get install curl php5-cli $ curl -sS https://getcomposer.org/installer | sudo php — –install-dir=/usr/local/bin –filename=composer Verify installation: $ composer –version Composer version 4ecdbf89c4a3d1e5dfe73c57e3202a5e2a18c87e 2014-07-28 20:12:27 What’s new in Zend Framework 3? For Zend Framework 2 MVC users, the

Zend 3 Leer más »

All web service , api moodle , Core external functions and service definitions.

1<?php 2// This file is part of Moodle – http://moodle.org/ 3// 4// Moodle is free software: you can redistribute it and/or modify 5// it under the terms of the GNU General Public License as published by 6// the Free Software Foundation, either version 3 of the License, or 7// (at your option) any later version.

All web service , api moodle , Core external functions and service definitions. Leer más »