This is somewhat embarrassing, isn’t it?
It looks like nothing was found at this location. Maybe try a search?
:OɜH WPForms\Vendor\Square\Models\Builders\RetrieveWageSettingResponseBuilder lder Helper'] : [*P WPForms\Vendor\Square\Models\Builders\RetrieveWebhookSubscriptionResponseBuilder lder f P /** * Request an api key from wordpress.com * * @return bool | string */ shared M /** * Disables the brute force protection module. * * @return bool */ php otecte L /** * Enables the brute force protection module. * * @return bool */ tions\\Admi W \Automattic\Jetpack\Waf\Brute_Force_Protection\Brute_Force_Protection_Transient_Cleanup 3Y)FE WPForms\Vendor\Square\Models\Builders\SearchAvailabilityFilterBuilder lder setManagerSer W \Automattic\Jetpack\Waf\Brute_Force_Protection\Brute_Force_Protection_Transient_Cleanup JoBD WPForms\Vendor\Square\Models\Builders\SearchAvailabilityQueryBuilder lder ons_Helper'] = R /** * Last response. * * @todo find out if this is used. * @var array */ hp \H ~⸗F WPForms\Vendor\Square\Models\Builders\SearchAvailabilityRequestBuilder lder his->service L /** * Update rules endpoint * * @return WP_REST_Response|WP_Error */ php C`gG WPForms\Vendor\Square\Models\Builders\SearchAvailabilityResponseBuilder lder onditional' ňFӻF WPForms\Vendor\Square\Models\Builders\SearchCatalogItemsRequestBuilder lder ($this->ser M /** * Register WordPress hooks for the WAF rules. * * @return void */ bled .php Y&^RG WPForms\Vendor\Square\Models\Builders\SearchCatalogItemsResponseBuilder lder 'Yoast\\WP\ q$uH WPForms\Vendor\Square\Models\Builders\SearchCatalogObjectsRequestBuilder lder nditional' M?I WPForms\Vendor\Square\Models\Builders\SearchCatalogObjectsResponseBuilder lder als\Jetpa ';[C WPForms\Vendor\Square\Models\Builders\SearchCustomersRequestBuilder lder frastructure\\I M /** * Add compatibilty hooks * * @since 0.8.0 * * @return void */ ts hp '] 2D WPForms\Vendor\Square\Models\Builders\SearchCustomersResponseBuilder lder hboard\\Infras q0ߐK 000000000000018b0000000000000000add_jetpack_videopress_custom_query_filters hp r.php ra KHT 00000000000001a80000000000000000remove_standalone_module_on_unsupported_environments nfr ) ( P / 9 : F ; E K L ndpo H /** * AJAX endpoint for password validation. * * @return void */ e er.php ast\WP M /** * Enqueue the password strength meter styles. * * @return void */ .php ast\W M /** * Enqueue the password strength meter script. * * @return void */ mnsIntegr K /** * Connection manager dependency. * * @var Connection_Manager */ er.php _Int (=݅C WPForms\Vendor\Square\Models\Builders\SearchInvoicesResponseBuilder lder his->services[' M /** * Enqueue the password detection page styles. * * @return void */ er.php $t 3i)I WPForms\Vendor\Square\Models\Builders\SearchLoyaltyAccountsRequestBuilder lder ices['wpd +@eJ WPForms\Vendor\Square\Models\Builders\SearchLoyaltyAccountsResponseBuilder lder \Indexin B yG WPForms\Vendor\Square\Models\Builders\SearchLoyaltyEventsRequestBuilder lder ing_Action' Nz4H WPForms\Vendor\Square\Models\Builders\SearchLoyaltyEventsResponseBuilder lder \WP\\SEO\\ o_tH WPForms\Vendor\Square\Models\Builders\SearchLoyaltyRewardsRequestBuilder lder s\\Admin\\ b[I WPForms\Vendor\Square\Models\Builders\SearchLoyaltyRewardsResponseBuilder lder } /** * Gets the public 'Yoast\WP\SEO\Integrations\Admin\Mcked( $post_id ); /** * Filters whether custom tables should be updated or not after the default logic * has run. * * @since 6.0.0 * * @param bool $update Whether the custom tables should be updated or not, by * default, the initial value will be based on whether a * post relevant and watched meta was updated or not. * @param int $post_id The ID of the post that is currently being updated. * @param WP_REST_Request $request A reference to the object modeling the current request. */ return apply_filters( 'tec_events_custom_tables_v1_should_update_custom_tables', $update, $post_id, $request ); } /** * Will trigger a contextual event inserted action hook. * * @since 6.0.0 * * @param $post_id */ public function event_was_inserted_by_request( $post_id ) { /** * When we have created a new event, fire this action with the post ID. Triggered only during an HTTP request. * * @since 6.0.0 * * @param numeric $post_id The event post ID. */ do_action( 'tec_events_custom_tables_v1_request_after_insert_event', $post_id ); } /** * Will trigger a contextual event updated action hook. * * @since 6.0.0 * * @param $post_id */ public function event_was_updated_by_request( $post_id ) { /** * When we have updated an existing event, fire this action with the post ID. Triggered only during an HTTP request. * * @since 6.0.0 * * @param numeric $post_id The event post ID. */ do_action( 'tec_events_custom_tables_v1_request_after_update_event', $post_id ); } /** * Updates the custom tables with the data for an Event post. * * @since 6.0.0 * * @param int $post_id The Even post ID. * @param WP_REST_Request $request A reference to the request object triggering the update. * * @return bool Whether the update was successful or not. */ private function update_custom_tables( $post_id, WP_REST_Request $request ) { /** * Fires before an Event custom tables data is updated. * * @since 6.0.0 * * @param int $post_id The post ID of the Event being updated. * @param WP_REST_Request $request A reference to the request object triggering the update. */ do_action( 'tec_events_custom_tables_v1_update_post_before', $post_id, $request ); /** * Fires before the default The Events Calendar logic to update an Event custom tables * information is applied. * Returning a non `null` value from this filter will prevent the default logic from running. * * @since 6.0.0 * * @param mixed|null $updated Whether the post custom tables information was updated by any * filtering function or not. If a non `null` value is returned * from this filter, then the default logic will not be applied. * @param int $post_id The post ID of the Event whose custom tables information should be * updated. * @param WP_REST_Request $request A reference to the object modeling the current request, * if any. Mind the WP_REST_Request class can be used to * model a non-REST API request too! * * @return bool|null Whether the custom tables' updates were correctly applied or not. */ $updated = apply_filters( 'tec_events_custom_tables_v1_commit_post_updates', null, $post_id, $request ); /** * These hooks are a way to further add context to the type of event occurring. In the case of an HTTP request, versus some other update operation. */ add_action( 'tec_events_custom_tables_v1_after_insert_event', [ $this, 'event_was_inserted_by_request' ] ); add_action( 'tec_events_custom_tables_v1_after_update_event', [ $this, 'event_was_updated_by_request' ] ); if ( null === $updated ) { // Apply the default logic. $updated = $this->events->update( $post_id ); } /** * Clean up context specific hooks. */ remove_action( 'tec_events_custom_tables_v1_after_insert_event', [ $this, 'event_was_inserted_by_request' ] ); remove_action( 'tec_events_custom_tables_v1_after_update_event', [ $this, 'event_was_updated_by_request' ] ); /** * Filters whether an Event custom tables data has been correctly updated or not. * * @since 6.0.0 * * @param bool $updated Whether the previous update operation was correctly performed or not. * @param int $post_id The post ID of the Event being updated. * @param WP_REST_Request $request A reference to the request object triggering the update. */ $updated = apply_filters( 'tec_events_custom_tables_v1_updated_post', $updated, $post_id, $request ); /** * Fires after an Event custom tables data is updated. * * @since 6.0.0 * * @param int $post_id The post ID of the Event being updated. * @param WP_REST_Request $request A reference to the request object triggering the update. */ do_action( 'tec_events_custom_tables_v1_update_post_after', $post_id, $request ); return $updated; } /** * Updates the custom tables' information for an Event post whose important meta * was updated in the context of a REST request. * * After a first update, the post ID is removed from the marked-for-update stack * and will not be automatically updated again during the request. * * @since 6.0.0 * * @param WP_Post $post A reference to the post object representing the Event * post. * @param WP_REST_Request $request A reference to the REST API request object that is, * currently, being processed. * * @return bool Whether the custom tables' updates were correctly applied or not. */ public function commit_post_rest_update( WP_Post $post, WP_REST_Request $request ) { if ( ! $this->meta_watcher->is_tracked( $post->ID ) ) { return false; } return $this->commit_post_updates( $post->ID, $request ); } /** * Deletes an Event custom tables information. * * @since 6.0.0 * @since 6.11.1 - Ensures this is only called for Events. * * @param int $post_id The deleted Event post ID. * @param WP_REST_Request|null $request A reference to the request object triggering the deletion, if any. * * @return int|false Either the number of affected rows, or `false` on failure. */ public function delete_custom_tables_data( int $post_id, WP_REST_Request $request = null ) { if ( ! tribe_is_event( $post_id ) ) { return false; } if ( null === $request ) { $request = $this->requests->from_http_request(); } /** * Fires before an Event custom tables data is removed. * * By the time this action fires, the Event post has not yet been removed from * the WordPress posts tables. * * @since 6.0.0 * * @param int $post_id The Event post ID. * @param WP_REST_Request $request A reference to the request object triggering the update. */ do_action( 'tec_events_custom_tables_v1_delete_post', $post_id, $request ); $affected = $this->events->delete( $post_id ); /** * Fires after the Event custom tables data has been removed from the database. * * By the time this action fires, the Event post has not yet been removed from * the WordPress posts tables. * * @since 6.0.0 * * @param int $affected The number of affected rows, across all custom tables. * Keep in mind db-level deletions will not be counted in * this value! * @param int $post_id The Event post ID. * @param WP_REST_Request $request A reference to the request object triggering the update. */ return apply_filters( 'tec_events_custom_tables_v1_deleted_post', $affected, $post_id, $request ); } /** * Filters the location a post should be redirected to. * * @since 6.0.0 * * @param string $location The post redirection location, as worked out * by WordPress and previous filtering methods. * @param int $post_id The * * @return mixed|void */ public function redirect_post_location( $location, $post_id ){ if ( TEC::POSTTYPE !== get_post_type( $post_id ) ) { return $location; } /** * Filters the location the Event post should be redirected to in the context of a Classic Editor * Request. * * The Events Calendar plugin will not redirect the post location, by default. * * @since 6.0.0 * * @param string $location The original location to redirect the post provided by WordPress * and filtered by other intervening methods. * @param int $post_id The post ID to redirect the location for. */ return apply_filters( 'tec_events_custom_tables_v1_redirect_post_location', $location, $post_id ); } }
It looks like nothing was found at this location. Maybe try a search?