WordPress Filters are functions through which data flows or is changed. WordPress Фильтры являются функциями, через которые потоки данных или изменилась. They’re good for making on-the-fly changes to data (like adding acronyms to certain words). Они хорошие для принятия на лету "изменения в данных (например, добавив в некоторых сокращений слов). An exhaustive list of all filters available in WordPress 2.x along with annotations (where available) are provided. Исчерпывающий перечень всех фильтров имеющихся в WordPress 2.x вместе с аннотациями (если имеется) предоставляются.

Note: Filters are sitting between the database and the browser. Примечание: Фильтры заседания между базой данных и браузер. Everything that flows from the database to the browser has to pass through a filter. Все, что вытекает из базы данных, браузер должен пройти через фильтр. By adding a filter you can change what the user sees without changing the content of your database. Добавив фильтр, вы сможете изменить то, что видит пользователь, не меняя содержания вашей базы данных. On the other hand, other filters can preprocess the inputs before their storage in your database. По другой стороны, другие фильтры могут preprocess материалов перед их хранения в базе данных.

The WordPress filters are displayed alphabetically below. WordPress фильтры отображаются в алфавитном порядке ниже. Please click on appropriate (guess if required) alphabet to view all filters starting with that alphabet. Пожалуйста, нажмите на соответствующих (думаю, если требуется) алфавит, чтобы просмотреть все фильтры, что, начиная с алфавита.

Note: Additionally there are few Примечание: Помимо этого есть несколько template filters шаблон фильтры which apply filters to Templates as described , которые применяются фильтры, шаблоны, как описано here здесь .

You may also want to refer Кроме того, можно сослаться WordPress 2.x Hooks for Action - Comprehensive List for Plugin and Theme Developers WordPress 2.x крючки действий - полный список плагинов для разработчиков и тема

A Неопределенный артикль B C D E F Ж G H I Я K L M М N O P Q R S T Т U V W З X Х Y

No. Количество Filter Name Имя фильтра File Файл Line No. Line No. Description Описание
1 add_ping wp-includes/functions-post.php 807
2 all_options wp-includes/functions.php 269
3 attachment_icon wp-includes/template-functions-post.php 539
4 attachment_innerHTML wp-includes/template-functions-post.php 552
5 attachment_link wp-includes/template-functions-links.php 127
6 attachment_max_dims wp-includes/template-functions-post.php 515
7 author_email wp-includes/comment-functions.php 367
8 author_feed_link wp-includes/feed-functions.php 109
9 author_link wp-includes/template-functions-author.php 151
10 author_rewrite_rules wp-includes/classes.php 1338

Pages: 1 Страницы: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25