Skip to content
Advertisement

Call a function from a WordPress plugin

I have a wordpress plugin that I’m looking to call one of the functions on a custom template. The function I want to call is get_ship_now_adjust_date_link.

Is it possible to just do the following on a template:

echo get_ship_now_adjust_date_link( $subscription['id'] );

Here’s the plugins full code:

JavaScript

Advertisement

Answer

try to use JavorszkyToolboxget_ship_now_adjust_date_link

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement