PluginProbe
WPSSO Core – Complete Schema Markup and Meta Tags / 22.7.0
WPSSO Core – Complete Schema Markup and Meta Tags v22.7.0
22.7.0 22.6.1 22.6.0 22.5.3 22.5.2 22.5.1 22.4.0 22.3.0 22.2.1 22.2.0 22.1.3 22.1.2 22.1.1 22.1.0 22.0.0 21.13.3 21.13.2 trunk 21.13.1
wpsso / filters.txt

filters.txt in WPSSO Core – Complete Schema Markup and Meta Tags 22.7.0, at filters.txt

418 lines 13.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 'sucom_get_post_object' ( $post_obj, $use_post )
3
4 'sucom_get_term_object' ( $term_obj, $term_id, $tax_slug )
5
6 'sucom_get_user_object' ( $user_obj, $user_id )
7
8 'sucom_is_home_page' ( $bool, $use_post )
9
10 'sucom_is_home_posts' ( $bool, $use_post )
11
12 'sucom_is_post_page' ( $bool, $use_post )
13
14 'sucom_is_term_page' ( $bool )
15
16 'sucom_is_user_page' ( $bool )
17
18 'sucom_robots_default_directives' ( $directives )
19
20 'wpsso_{post_type}_tag_taxonomy' ( $taxonomy = 'post_tag', $mod )
21
22 'wpsso_add_image_sizes_schema_4x3' ( $bool = true )
23
24 'wpsso_add_image_sizes_schema_16x9' ( $bool = true )
25
26 'wpsso_add_image_sizes_schema_thumb' ( $bool = true )
27
28 'wpsso_add_link_rel_canonical' ( $bool, $mod )
29
30 'wpsso_add_link_rel_shortlink' ( $bool, $mod )
31
32 'wpsso_add_menu_submenu_item_{menu_id}' ( $bool ) // Remove an SSO menu item (ie. 'dashboard', 'setup', etc.).
33
34 'wpsso_add_schema_unit_price_specification' ( $bool )
35
36 'wpsso_add_toolbar_validate' ( $bool )
37
38 'wpsso_archive_page_url' ( $url, $mod )
39
40 'wpsso_article_sections' ( array $sections )
41
42 'wpsso_attached_accept_img_dims' ( $accept, $img_url, $img_width, $img_height, $size_name, $pid )
43
44 'wpsso_attached_image_ids' ( $attach_ids, $post_id )
45
46 'wpsso_body_class' ( array $classes, array $mod )
47
48 'wpsso_cache_expire_api_response' ( $secs, $cache_type, $mod ) // Default is 1 day in seconds.
49
50 'wpsso_cache_expire_head_markup' ( $secs, $cache_type, $mod ) // Default is 1 week in seconds, 1 hour if a caching plugin is active.
51
52 'wpsso_cache_expire_image_info' ( $secs, $cache_type, $mod ) // Default is 1 day in seconds.
53
54 'wpsso_cache_expire_schema_types' ( $secs, $cache_type, $mod ) // Default is 1 week in seconds.
55
56 'wpsso_cache_expire_short_url' ( $secs, $cache_type, $mod ) // Default is 3 months in seconds.
57
58 'wpsso_cache_expire_the_content' ( $secs, $cache_type, $mod ) // Default is 1 hour in seconds.
59
60 'wpsso_cache_expire_youtube_video_details' ( $secs, $cache_type, $mod ) // Default is 1 week in seconds.
61
62 'wpsso_cache_refreshed_notice' ( $notice_msg, $user_id )
63
64 'wpsso_canonical_url' ( $url, $mod, $add_page )
65
66 'wpsso_caption' ( $caption, $mod, $num_hashtags, $md_key )
67
68 'wpsso_check_post_head' ( $bool, $post_id, $post_obj )
69
70 'wpsso_content_accept_img_dims' ( $accept, $img_url, $img_width, $img_height, $size_name, $mod )
71
72 'wpsso_content_image_preg_html_tag' ( $default = 'img' )
73
74 'wpsso_content_image_preg_pid_attr' ( $default = 'data-[a-z]+-pid' )
75
76 'wpsso_cropped_image_filepath' ( $new_filepath, $filepath, $size_info )
77
78 'wpsso_description' ( $desc_text, $mod, $num_hashtags, $md_key )
79
80 'wpsso_description_seed' ( '', $mod, $num_hashtags, $md_key )
81
82 'wpsso_dimension_units' ( $units )
83
84 'wpsso_embed_content_template_path' ( $template_path )
85
86 'wpsso_featured_image_id' ( $pid, $post_id )
87
88 'wpsso_fluid_volume_units' ( $units )
89
90 'wpsso_form_select_{option_name}' ( $values )
91
92 'wpsso_get_avail' ( array $avail )
93
94 'wpsso_get_config' ( array $cf )
95
96 'wpsso_get_defaults' ( $defaults )
97
98 'wpsso_get_md_defaults' ( array $md_defs, array $mod )
99
100 'wpsso_get_md_options' ( array $md_opts, array $mod )
101
102 'wpsso_get_post_defaults' ( array $md_defs, $post_id, array $mod )
103
104 'wpsso_get_post_options' ( array $md_opts, $post_id, array $mod )
105
106 'wpsso_get_short_url' ( $url, $service, $mod )
107
108 'wpsso_get_site_defaults' ( $site_defaults )
109
110 'wpsso_get_term_defaults' ( array $md_defs, $term_id, array $mod )
111
112 'wpsso_get_term_options' ( array $md_opts, $term_id, array $mod )
113
114 'wpsso_get_user_defaults' ( array $md_defs, $user_id, array $mod )
115
116 'wpsso_get_user_options' ( array $md_opts, $user_id, array $mod )
117
118 'wpsso_google_product_categories' ( array $categories )
119
120 'wpsso_hashtags' ( $hashtags, $post_id )
121
122 'wpsso_hashtags_seed' ( '', $post_id )
123
124 'wpsso_head_disable' ( $bool, array $mod ) // Disable (ie. do not include) meta tags and Schema markup in the head section of the webpage.
125
126 'wpsso_home_url' ( $url, array $mod )
127
128 'wpsso_image_upscale_all' ( WPSSO_IMAGE_UPSCALE_ALL = false )
129
130 'wpsso_image_upscale_max' ( $upscale_max = 33, $image_src_args )
131
132 'wpsso_image_upscale_test' ( WPSSO_IMAGE_UPSCALE_TEST = false, $image_src_args )
133
134 'wpsso_import_cf_{custom_field_name}' ( $value, array $mod, array $wp_meta ) // The WordPress custom field (aka metadata) does not need to exist - $value is null if the custom field does not exist.
135
136 'wpsso_import_content_blocks' ( array $md_opts, array $mod, $content )
137
138 'wpsso_import_custom_fields' ( array $md_opts, array $mod, array $wp_meta )
139
140 'wpsso_import_product_attributes' ( array $md_opts, array $mod, $wp_obj )
141
142 'wpsso_inherit_custom_images' ( $bool, array $mod )
143
144 'wpsso_inherit_featured_image' ( $bool, array $mod )
145
146 'wpsso_init_json_filter_{lib_dir}_{lib_id}' ( $bool = true )
147
148 'wpsso_input_limits_{options_key}' ( array $limits )
149
150 'wpsso_is_functions' ( $is_functions )
151
152 'wpsso_jquery_ui_version' ( $jquery_ui_version )
153
154 'wpsso_js_url_facebook' ( $url, $pos )
155
156 'wpsso_json_array_schema_page_type_ids' ( $page_type_ids, $mod )
157
158 'wpsso_json_data_https_schema_org_{item_type}' ( $json_data, $mod, $mt_og, $page_type_id, $is_main )
159
160 'wpsso_json_data_single_event' ( $event_data, $mod, $event_id )
161
162 'wpsso_json_data_single_organization' ( $org_data, $mod, $org_id )
163
164 'wpsso_json_data_single_person' ( $person_data, $mod, $user_id )
165
166 'wpsso_json_data_single_place' ( $place_data, $mod, $place_id )
167
168 'wpsso_json_data_single_product_group_varies_by' ( $varies_by, $mod )
169
170 'wpsso_json_ld_search_url' ( $search_url, $mod, $add_page )
171
172 'wpsso_json_pretty_print' ( $bool = true )
173
174 'wpsso_json_prop_https_schema_org_additionaltype' ( $prop_data, $mod, $mt_og, $page_type_id, $is_main )
175
176 'wpsso_json_prop_https_schema_org_aggregaterating' ( $prop_data, $mod, $mt_og, $page_type_id, $is_main )
177
178 'wpsso_json_prop_https_schema_org_blogposting' ( $prop_data, $mod, $mt_og, $page_type_id, $is_main )
179
180 'wpsso_json_prop_https_schema_org_breadcrumb' ( $prop_data, $mod, $mt_og, $page_type_id, $is_main )
181
182 'wpsso_json_prop_https_schema_org_graph' ( $prop_data, $mod, $mt_og, $page_type_id, $is_main )
183
184 'wpsso_json_prop_https_schema_org_haspart' ( $prop_data, $mod, $mt_og, $page_type_id, $is_main )
185
186 'wpsso_json_prop_https_schema_org_ispartof' ( $prop_data, $mod, $mt_og, $page_type_id, $is_main )
187
188 'wpsso_json_prop_https_schema_org_itemlistelement' ( $prop_data, $mod, $mt_og, $page_type_id, $is_main )
189
190 'wpsso_json_prop_https_schema_org_itemreviewed' ( $prop_data, $mod, $mt_og, $page_type_id, $is_main )
191
192 'wpsso_json_prop_https_schema_org_mentions' ( $prop_data, $mod, $mt_og, $page_type_id, $is_main )
193
194 'wpsso_json_prop_https_schema_org_potentialaction' ( $prop_data, $mod, $mt_og, $page_type_id, $is_main )
195
196 'wpsso_json_prop_https_schema_org_review' ( $prop_data, $mod, $mt_og, $page_type_id, $is_main )
197
198 'wpsso_json_prop_https_schema_org_reviewrating' ( $prop_data, $mod, $mt_og, $page_type_id, $is_main )
199
200 'wpsso_json_prop_https_schema_org_sameas' ( $prop_data, $mod, $mt_og, $page_type_id, $is_main )
201
202 'wpsso_link_rel' ( $link_rel, $mod )
203
204 'wpsso_load_lib' ( $success = false, $filespec = '', $classname = '' )
205
206 'wpsso_mb_{settings_page}_{metabox}_{tab_key}_rows' ( array $table_rows, $form, $args )
207
208 'wpsso_mb_{settings_page}_{metabox}_rows' ( array $table_rows, $form, $args )
209
210 'wpsso_mb_{settings_page}_{metabox}_tabs' ( array $tabs )
211
212 'wpsso_mb_sso_{tab_key}_rows' ( array $table_rows, $form, $head_info, $mod )
213
214 'wpsso_mb_sso_tabs' ( array $tabs, $mod )
215
216 'wpsso_md_keys_fallback_{options_key}' ( array $fallback )
217
218 'wpsso_menu_title' ( $title ) // Translated menu title (default is "SSO - Social and Search Optimization").
219
220 'wpsso_menu_your_sso_title' ( $title ) // Translated profile SSO title (default is "Profile SSO - Social and Search Optimization").
221
222 'wpsso_meta_name' ( $mt_name, $mod )
223
224 'wpsso_og' ( array $mt_og, $mod )
225
226 'wpsso_og_add_media_from_url' ( $url, $service ) // $service = 'facebook' or 'soundcloud'.
227
228 'wpsso_og_add_media_throttle_secs' ( $secs = 5, $service ) // $service = 'facebook' or 'soundcloud'.
229
230 'wpsso_og_add_mt_offers' ( $bool = true, $mod )
231
232 'wpsso_og_add_mt_rating' ( $bool = true, $mod )
233
234 'wpsso_og_add_mt_reviews' ( $bool = true, $mod )
235
236 'wpsso_og_add_mt_variants' ( $bool = true, $mod )
237
238 'wpsso_og_add_wc_mt_rating' ( $bool = false, $mod ) // $book = true if 'woocommerce_enable_review_rating' option is 'yes'.
239
240 'wpsso_og_add_wc_mt_reviews' ( $bool = false, $mod ) // $book = true if 'woocommerce_enable_reviews' option is 'yes'.
241
242 'wpsso_og_attached_images' ( $mt_ret, $num, $size_name, $post_id )
243
244 'wpsso_og_data_https_ogp_me_ns_{og_type}' ( array $mt_og, $mod )
245
246 'wpsso_og_default_img_id' ( $image_id )
247
248 'wpsso_og_default_img_on_index' ( $bool )
249
250 'wpsso_og_default_img_on_search' ( $bool )
251
252 'wpsso_og_default_img_url' ( $image_url )
253
254 'wpsso_og_ecom_edd' ( $mt_ecom, $mod )
255
256 'wpsso_og_ecom_woocommerce' ( $mt_ecom, $mod )
257
258 'wpsso_og_featured' ( $mt_ret, $num, $size_name, $post_id )
259
260 'wpsso_og_ns' ( $ns )
261
262 'wpsso_og_seed' ( array $mt_og, $mod )
263
264 'wpsso_og_type' ( $type_id, $mod, $is_custom )
265
266 'wpsso_og_video_image_url' ( $image_url, $video_url ) // Image URL or empty string.
267
268 'wpsso_option_type' ( $option_type = '', $base_key, $network, $mod ) // Return the sanitation type for a given option key.
269
270 'wpsso_option_type_{base_key}' ( $option_type, $network, $mod ) // Applied after the 'wpsso_option_type' filter.
271
272 'wpsso_plugin_image_sizes' ( $sizes )
273
274 'wpsso_post_image_ids' ( array $ids, $size_name, $post_id )
275
276 'wpsso_post_image_urls' ( array $urls, $size_name, $post_id )
277
278 'wpsso_post_public_ids' ( array $public_ids, array $posts_args )
279
280 'wpsso_post_public_ids_posts_args' ( array $posts_args )
281
282 'wpsso_post_public_ids_suppress_filters' ( true ) // False when the WPML or qTranslate-XT plugins are active.
283
284 'wpsso_post_type_has_archive' ( $bool, $mod )
285
286 'wpsso_post_types' ( $post_types, $output )
287
288 'wpsso_post_url' ( $url, $mod )
289
290 'wpsso_primary_tax_slug' ( $tax_slug, $mod )
291
292 'wpsso_primary_term_id' ( $primary_term_id, $mod, $tax_slug, $is_custom )
293
294 'wpsso_primary_term_id_is_custom' ( $bool, $mod, $tax_slug, $primary_term_id )
295
296 'wpsso_primary_terms' ( $primary_terms, $mod, $tax_slug, $output )
297
298 'wpsso_product_currency' ( $currency )
299
300 'wpsso_product_offer_mrp_id' ( $mrp_id, $mod ); // The product offer merchant return policy ID ("mrp-123" for example).
301
302 'wpsso_product_price' ( $price, $product )
303
304 'wpsso_product_title' ( $title, $product )
305
306 'wpsso_product_url' ( $url, $product )
307
308 'wpsso_product_variation_title' ( $title, $product, $variation )
309
310 'wpsso_product_variation_description' ( $desc, $product, $variation )
311
312 'wpsso_quote' ( $quote, $mod )
313
314 'wpsso_quote_seed' ( '', $mod )
315
316 'wpsso_ratings_reviews_for_{post_type}' ( $bool )
317
318 'wpsso_rename_md_options_keys' ( $rename_md_options )
319
320 'wpsso_rename_options_keys' ( $rename_options )
321
322 'wpsso_rename_site_options_keys' ( $site_options_keys )
323
324 'wpsso_request_url_query_cache_disable' ( $cache_disable = true, $request_url, $canonical_url, $mod )
325
326 'wpsso_rewrite_image_url' ( $image_url )
327
328 'wpsso_robots_content' ( $content, $mod, $directives )
329
330 'wpsso_robots_directives' ( $directives, $mod )
331
332 'wpsso_robots_is_noindex' ( $is_noindex, $mod )
333
334 'wpsso_save_comment_options' ( $md_opts, $comment_id, $mod )
335
336 'wpsso_save_post_options' ( $md_opts, $post_id, $mod )
337
338 'wpsso_save_term_options' ( $md_opts, $term_id, $mod )
339
340 'wpsso_save_user_options' ( $md_opts, $user_id, $mod )
341
342 'wpsso_schema_type' ( $type_id, $mod, $is_custom )
343
344 'wpsso_schema_types' ( $schema_types )
345
346 'wpsso_schema_units' ( $schema_units )
347
348 'wpsso_search_url' ( $url, $mod )
349
350 'wpsso_server_request_url' ( $url, $mod )
351
352 'wpsso_sharing_utm_args' ( $utm, $mod )
353
354 'wpsso_sharing_url' ( $url, $mod, $add_page )
355
356 'wpsso_social_accounts' ( $social_accounts )
357
358 'wpsso_tag_names' ( $tags = array(), $mod )
359
360 'wpsso_tag_names_seed' ( $tags = array(), $mod )
361
362 'wpsso_tc_seed' ( $tc, $mod )
363
364 'wpsso_tc' ( $tc, $mod )
365
366 'wpsso_term_image_ids' ( array $ids, $size_name, $term_id )
367
368 'wpsso_term_image_urls' ( array $urls, $size_name, $term_id )
369
370 'wpsso_term_public_ids' ( array $public_ids, array $terms_args )
371
372 'wpsso_term_url' ( $url, $mod )
373
374 'wpsso_text' ( $text, $mod, $num_hashtags, $md_key )
375
376 'wpsso_the_content' ( $content, $mod, $md_key )
377
378 'wpsso_the_content_filter_content' ( $bool )
379
380 'wpsso_the_content_filter_blocks' ( $bool )
381
382 'wpsso_the_content_seed' ( '', $mod, $md_key )
383
384 'wpsso_the_description' ( $desc_text, $mod )
385
386 'wpsso_the_excerpt' ( $excerpt_text, $mod )
387
388 'wpsso_the_excerpt_filter_excerpt' ( $bool )
389
390 'wpsso_the_text' ( $text, $mod, $title_sep )
391
392 'wpsso_the_title' ( $title_text, $mod, $title_sep )
393
394 'wpsso_title_seed' ( '', $mod, $num_hashtags, $md_key, $title_sep )
395
396 'wpsso_title' ( $title_text, $mod, $num_hashtags, $md_key, $title_sep ) // Example $md_key value: 'og_title', 'schema_title', 'schema_title_alt', 'schema_title_bc'.
397
398 'wpsso_user_image_ids' ( array $ids, $size_name, $user_id )
399
400 'wpsso_user_image_urls' ( array $urls, $size_name, $user_id )
401
402 'wpsso_user_public_ids' ( array $public_ids, array $users_args )
403
404 'wpsso_user_url' ( $url, $mod )
405
406 'wpsso_wc_shipping_delivery_time' ( array $delivery_time, $zone_id, $method_inst_id, $shipping_class_id, $product_parent_url )
407
408 'wpsso_wc_shipping_zone_location_postal_code_country' ( $country, $zone_obj, $location_key, $location_obj )
409
410 'wpsso_wc_shipping_zone_methods' ( array $zone_methods, $zone_id, $zone_obj ) // Filters the output from WC_Shipping_Zone->get_shipping_methods().
411
412 'wpsso_wc_shipping_zone_offer' ( array $shipping_offer, $zone_id, $zone_name, $method_inst_id, $method_obj, $shipping_class_id, $product, $product_parent )
413
414 'wpsso_wc_shipping_zones' ( array $shipping_zones ) // Filters the output from WC_Shipping_Zones::get_zones( $context = 'admin' ).
415
416 'wpsso_weight_units' ( $units )
417
418