| @@ -1,0 +1,83 @@ | ||
| 1 | + | |
| 2 | +__return_ignore() | |
| 3 | + | |
| 4 | +__return_hour_in_seconds() | |
| 5 | + | |
| 6 | +__return_day_in_seconds() | |
| 7 | + | |
| 8 | +__return_week_in_seconds() | |
| 9 | + | |
| 10 | +__return_month_in_seconds() | |
| 11 | + | |
| 12 | +__return_year_in_seconds() | |
| 13 | + | |
| 14 | +wpsso_error_handler( $severity, $errstr, $filename, $lineno ); | |
| 15 | + | |
| 16 | +wpsso_get_canonical_url( $mod = false, $add_page = false ); | |
| 17 | + | |
| 18 | +wpsso_get_canonical_short_url( $mod = false, $add_page = false ); | |
| 19 | + | |
| 20 | +wpsso_get_comment_mod( $comment_id ); | |
| 21 | + | |
| 22 | +wpsso_get_is_functions(); | |
| 23 | + | |
| 24 | +wpsso_get_mod_og_image( array $mod, $size_name = 'thumbnail' ); | |
| 25 | + | |
| 26 | +wpsso_get_mod_og_image_url( array $mod, $size_name = 'thumbnail' ); | |
| 27 | + | |
| 28 | +wpsso_get_page_mod( $use_post = false ); | |
| 29 | + | |
| 30 | +wpsso_get_post_canonical_short_url( $post_id ); | |
| 31 | + | |
| 32 | +wpsso_get_post_event_options( $post_id, $event_id = false ); | |
| 33 | + | |
| 34 | +wpsso_get_post_job_options( $post_id, $job_id = false ); | |
| 35 | + | |
| 36 | +wpsso_get_post_mod( $post_id ); | |
| 37 | + | |
| 38 | +wpsso_get_post_og_image( $post_id, $size_name = 'thumbnail' ); | |
| 39 | + | |
| 40 | +wpsso_get_post_og_image_url( $post_id, $size_name = 'thumbnail' ); | |
| 41 | + | |
| 42 | +wpsso_get_post_options_full( $post_id, $md_key = false ); | |
| 43 | + | |
| 44 | +wpsso_get_post_organization_options( $post_id, $org_id = 'site' ); | |
| 45 | + | |
| 46 | +wpsso_get_post_place_options( $post_id, $place_id = 'custom' ); | |
| 47 | + | |
| 48 | +wpsso_get_post_primary_category( $post_id, $tax_slug = 'category' ); | |
| 49 | + | |
| 50 | +wpsso_get_sharing_url( $mod = false, $add_page = false, $atts = array() ); | |
| 51 | + | |
| 52 | +wpsso_get_sharing_short_url( $mod = false, $add_page = false, $atts = array() ); | |
| 53 | + | |
| 54 | +wpsso_get_term_mod( $term_id ); | |
| 55 | + | |
| 56 | +wpsso_get_term_og_image( $term_id, $size_name = 'thumbnail' ); | |
| 57 | + | |
| 58 | +wpsso_get_term_og_image_url( $term_id, $size_name = 'thumbnail' ); | |
| 59 | + | |
| 60 | +wpsso_get_user_mod( $user_id ); | |
| 61 | + | |
| 62 | +wpsso_get_user_og_image( $user_id, $size_name = 'thumbnail' ); | |
| 63 | + | |
| 64 | +wpsso_get_user_og_image_url( $user_id, $size_name = 'thumbnail' ); | |
| 65 | + | |
| 66 | +wpsso_get_term_options_full( $term_id, $md_key = false ); | |
| 67 | + | |
| 68 | +wpsso_get_user_mod( $user_id ); | |
| 69 | + | |
| 70 | +wpsso_get_user_og_image( $user_id, $size_name = 'thumbnail' ); | |
| 71 | + | |
| 72 | +wpsso_get_user_og_image_url( $user_id, $size_name = 'thumbnail' ); | |
| 73 | + | |
| 74 | +wpsso_get_user_options_full( $user_id, $md_key = false ); | |
| 75 | + | |
| 76 | +wpsso_refresh_cache(); | |
| 77 | + | |
| 78 | +wpsso_refresh_post_cache( $post_id ); | |
| 79 | + | |
| 80 | +wpsso_shorten_url( $url ); | |
| 81 | + | |
| 82 | +wpsso_show_head( $attr = '' ); | |
| 83 | + | |