Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Search results

Page title matches

  • 1 KB (182 words) - 08:08, 22 January 2024
  • {{en|Function Reference/wp_enqueue_script}} {{ko|Function Reference/wp_enqueue_script}}
    24 KB (3,358 words) - 16:08, 26 January 2016
  • {{Parameter|$handle|string|Nombre del script. Cadena en minúsculas.|requerido}} ...Este parámetro solo es necesario cuando WordPress no conoce, todavía, el script.|opcional}}
    11 KB (1,520 words) - 01:40, 24 January 2024
  • {{en|Function Reference/wp_register_script}} {{pt-br|Function Reference/wp_register_script}}
    16 KB (2,358 words) - 20:38, 25 March 2016
  • Localizes a registered script with data for a JavaScript variable. ...lets you offer properly localized translations of any strings used in your script. This is necessary because WordPress currently only offers a [[L10n |locali
    4 KB (685 words) - 02:18, 5 May 2020
  • Remove a registered script (javascript). De-registers the WordPress stock jquery script, so you can register your own copy or from the [http://code.google.com/apis
    1 KB (151 words) - 07:50, 22 January 2024
  • {{en|Function Reference/wp script is}} {{ja|関数リファレンス/wp script is}}
    2 KB (251 words) - 07:49, 22 January 2024
  • Remove an enqueued script. ...script must have been enqueued. Attempting to dequeue a script before the script is enqueued will have no effect.
    1 KB (165 words) - 08:07, 22 January 2024
  • {{ko|Function Reference/wp_enqueue_script}} {{en|Function Reference/wp_enqueue_script}}
    875 bytes (64 words) - 01:51, 24 January 2024
  • {{en|Function Reference/wp_register_script}} {{ko|Function Reference/wp_register_script}}
    3 KB (295 words) - 01:51, 24 January 2024
  • {{en|Function Reference/wp_register_script}} {{pt-br|Function Reference/wp_register_script}}
    16 KB (2,350 words) - 01:53, 24 January 2024

Page text matches

  • {{en|Function Reference/the_title}} ...within [[The Loop]], to get the title of a post outside of the loop use [[Function Reference/get_the_title|get_the_title]]. If the post is protected or privat
    2 KB (329 words) - 08:10, 22 January 2024
  • Note: Some users could not get this to function until moving the command to the first line under the initial block comment Note: Some users could not get this to function until moving the command to the first line under the initial block comment
    49 KB (7,924 words) - 08:12, 22 January 2024
  • defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); ...ngere qualche informazione al titolo di un post, deve registrare la filter function per "the_title".
    24 KB (3,606 words) - 21:26, 23 July 2017
  • {{en|Function Reference/dropdown_cats}} <pre>&lt;script type="text/JavaScript"&gt;
    4 KB (567 words) - 18:47, 25 March 2016
  • ...called the ''''referrer'''.' If you have any sort of statistics program or script that monitors traffic to your site, the information it reports to you has b ...be simple straight forward answer. Listed below are methods to enable this function, so please check both what is listed for your browser and also your firewal
    9 KB (1,448 words) - 14:54, 29 May 2009
  • ...> I just wanted to /briefly/ ask if anyone besides myself has a need for a function wp_add_user() and what considerations people have about this. <br />[17:58] <rboren> Easily done with a script or code purtifier tool.
    35 KB (5,345 words) - 03:34, 12 January 2006
  • ...operly if you are using it in the body of functions.php, i.e. outside of a function.''' ...splay the blog. This one will return <tt>true</tt> with <tt>is_home()</tt> function, even if it's not the homepage. Here is what a user can define :
    34 KB (5,394 words) - 15:10, 14 April 2020
  • ...is very satisfactory, since a user could easily forget to run the install script or mess up the query (and they might not have phpMyAdmin available). # Write a PHP function that creates the table.
    11 KB (1,806 words) - 13:23, 7 April 2022
  • ...heck to see if the <code>ABSPATH</code> constant is defined, or check if a function such as <code>add_action</code> exists. Either method can be used to ensure defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
    24 KB (3,760 words) - 08:04, 22 January 2024
  • ...the sidebar has been to provide navigation assistance for the visitor - a function commonly needed to the present day. These navigation aids are designed to ...hat [[Wikipedia:Foreach|foreach loop]], the WordPress [[Function_Reference|Function]], [[Function_Reference/get_userdata|get_userdata]], is called to get all t
    25 KB (4,383 words) - 18:41, 25 July 2014
  • photomatt: the first step is modifying ringmaster's download script so it works of a local copy and not over HTTP (ouch) Firas: FSF: "If the program dynamically links plug-ins, and they make function calls to each other and share data structures, we believe they form a singl
    27 KB (4,670 words) - 03:36, 12 January 2006
  • To get information about your server, you can use the <tt>phpinfo()</tt> function: ...e WordPress Plugins that can handle the redirect, or you can set the Theme function to handle it. See [[Function_Reference/wp_login_url]].
    26 KB (4,152 words) - 08:02, 22 January 2024
  • ...ed with WordPress. As of [[Version 2.5]], WordPress has included a gallery function using the [[Gallery_Shortcode|[gallery] shortcode]]. ...wordpress.org/plugins/photospace/ Photospace Gallery] Uses the Galleriffic script to generate a clean jQuery powered gallery. See the plugin [http://thrivewe
    4 KB (501 words) - 17:41, 5 January 2019
  • ...y within your site, you can either set the call for the JavaScript, or the script itself, in the <tt>head</tt> of your <tt>header.php</tt> template file, bet &lt;script type="text/javascript" src="/scripts/emailpage.js"&gt;&lt;/script&gt;
    5 KB (904 words) - 18:53, 6 July 2020
  • ...f /wp-admin/ (typically if you are writing a more advanced custom importer script) you need to include media.php and depending includes:
    2 KB (261 words) - 07:45, 22 January 2024
  • ...o share the code with anyone else. As a plugin, the Admin Theme includes a function that will instruct WordPress to use a new stylesheet for displaying the Adm function my_admin_theme_style() {
    9 KB (1,493 words) - 17:07, 31 July 2020
  • function retrieve_post_via_mail() { ...to run "php /full/path/to/wp-mail.php" in a cronjob. This will run the php-script using php, without the need for an extra program to run. (You are more like
    6 KB (990 words) - 20:04, 25 October 2013
  • ...ee of spyware, malware, and virus infections. Consider using tools like no-script (or disabling javascript/flash/java) in your browser and VPN's to encrypt y ...layer off the local origin environment. Most notable cloud-based Firewalls function as a CDN and offer a globally distributed network.
    27 KB (4,099 words) - 08:02, 22 January 2024
  • <br />[17:25] <masquerade> basically, an external script to debug WP, especially useful for helping on the forums ...ature by including an extra field in the top of their plugin file. The RPC function could just send those out and a number representing the unknown plugins als
    32 KB (5,040 words) - 02:03, 12 January 2006
  • <br />[17:11] <mdawaffe> I'll also ask matt to recount stuff (a bbPress function) <br />[17:12] <mdawaffe> annoying teen script kiddies
    27 KB (4,260 words) - 03:11, 12 January 2006

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)