Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

WordPress hook directory
{$field_no_prefix}_save_pre

Important warning about variable hooks

Some hooks have variables in their names. For example, pre_${taxonomy}_$field and admin_head- both have variable names. In general, any hook that ends (or begins) with - or _, or contains a $, has a variable name. Since the syntax with which these variables are defined may change from version to version, this page may think that a hook is deprecated (or new) even if it is not. You can usually catch this sort of thing by comparing this hook to the list of "related hooks" below.

Former names for {$field_no_prefix}_save_pre

This is a variable hook. Because its name contains some variables, this hook might actually refer to several different possible hooks.

This variable hook replaces the following non-variable hooks found in earlier versions of WP. You may want to read up on these older hooks to get a better idea of what this variable hook can do.

Replaced Hook Version when Changed Information about Hook
content_filtered_save_pre2.3Applied to filtered post content prior to saving it in the database (also used for attachments). Sources: [1] and [2]
excerpt_save_pre2.3Applied to post excerpt prior to saving it in the database (also used for attachments). Sources: [1] and [2]
name_save_pre2.3Applied to post name prior to saving it in the database (also used for attachments). Sources: [1] and [2]
status_save_pre2.3Applied to post status prior to saving it in the database. Sources: [1] and [2]
title_save_pre2.3Applied to post title prior to saving it in the database (also used for attachments). Sources: [1] and [2]
category_save_pre2.3Applied to post category comma-separated list prior to saving it in the database (also used for attachments). Sources: [1] and [2]

WordPress version history for {$field_no_prefix}_save_pre

This database has information for all major versions from WP 1.2.1 through 6.2.

Version File Line Type
2.3 wp-includes/post.php 484 View in context filter
2.5 wp-includes/post.php 789 View in context filter
2.6 wp-includes/post.php 825 View in context filter
2.7 wp-includes/post.php 854 View in context filter
2.8 wp-includes/post.php 892 View in context filter
2.9 wp-includes/post.php 925 View in context filter
3.0 wp-includes/post.php 1461 View in context filter
3.1 wp-includes/post.php 1688 View in context filter
3.2 wp-includes/post.php 1719 View in context filter
3.3 wp-includes/post.php 1711 View in context filter
3.4 wp-includes/post.php 1768 View in context filter
3.5 wp-includes/post.php 2034 View in context filter
3.6 wp-includes/post.php 1962 View in context filter
3.7 wp-includes/post.php 2002 View in context filter
3.8 wp-includes/post.php 2006 View in context filter
3.9 wp-includes/post.php 2079 View in context filter
4.0 wp-includes/post.php 2207 View in context filter
4.1 wp-includes/post.php 2207 View in context filter
4.2 wp-includes/post.php 2216 View in context filter
4.3 wp-includes/post.php 2242 View in context filter
4.4 wp-includes/post.php 1986 View in context filter
4.5 wp-includes/post.php 2103 View in context filter
4.6 wp-includes/post.php 1935 View in context filter
4.7 wp-includes/post.php 2029 View in context filter
4.8 wp-includes/post.php 2029 View in context filter
4.9 wp-includes/post.php 2060 View in context filter
5.0 wp-includes/post.php 2219 View in context filter
5.1 wp-includes/post.php 2362 View in context filter
5.2 wp-includes/post.php 2362 View in context filter
5.3 wp-includes/post.php 2443 View in context filter
5.4 wp-includes/post.php 2454 View in context filter
5.5 wp-includes/post.php 2467 View in context filter
5.6 wp-includes/post.php 2479 View in context filter
5.7 wp-includes/post.php 2567 View in context filter
5.8 wp-includes/post.php 2644 View in context filter
5.9 wp-includes/post.php 2845 View in context filter
6.0 wp-includes/post.php 2828 View in context filter
6.1 wp-includes/post.php 2834 View in context filter
6.2 wp-includes/post.php 2836 View in context filter

Related Hooks

We find related hooks using word stems. {$field_no_prefix}_save_pre has 4 significant word stem(s): field, no, prefix, save. Note that some of the hooks below may not appear in all versions of WP.