eranga
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress REST API (Version 2)] rest-api integration with wp-job-managerFigured it out. This is for any one of you who is looking for the same thing.
add_action( ‘rest_api_init’, ‘slug_register_starship’ );
function slug_register_starship() {
register_rest_field( ‘job_listing’,
‘_company_phone‘,
array(
‘get_callback’ => ‘slug_get_starship’,
‘update_callback’ => null,
‘schema’ => null,
)
);
}Instead of _company_phone add whichever the meta field you need to have in the response.
Happy coding!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Can not connect to JetpackFollowing is the response I received from GoDaddy while requesting for support.
Steven
10:19 pm
The error messages you have provided do not have enough information to be able to independently troubleshoot the issue. The fact that the plug-in was previously working has no bearing on its functionality on the web hosting account now.
10:20 pm
For example, you would need to provide the exact and specific URLs the plug-in is failing to connect to. The fact that the plug-in can not connect to a external service is not enough information to present to our Hosting team for additional troubleshooting.Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Can not connect to JetpackHaving the same issue with GoDaddy.
Jetpack could not contact WordPress.com: register_http_request_failed. This usually means something is incorrectly configured on your web host.
Contacted GoDaddy support and they are not being any help.
Forum: Plugins
In reply to: [Contact Listing for WP Job Manager] This plugin broke my Admin panelI am facing the same issue