samedi 28 novembre 2015

how can I use php function link as html href tag

I downloaded wordpress plugin bmi-bmr-calculator. The plugin displays menu at the left side and saved history at the bottom.

I want to remove left menu. I check plugin files and found that this method of php is calling BMI link of left menu bar:

<li><a id="bmi" href="#" data-formPath="<?php echo plugins_url( 'includes/bmi_form.php' , __FILE__ ); ?>">BMI</a></li>

When I'll remove the left menu then I must need this link to call BMI calculator page.

How can I convert this link as an simple HTML

Best regards



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire