Skip to content

Tag: php

WordPress with Divi does not show display logo in main menu

Hy, i work on a website made with WordPress, Divi and a child theme. I have an header with a navigation and the logo centered on the nav. The header is fine when i’m connected but when i’m not connected (like a visitor) the logo is on display: none and out of the navigation list. The header is gen…

php array, error when filtering array and the value is not present

I’m trying to use isset to check if the $filtered_data returns a set of data. I’m using this code rather than foreach because datasetID is a unique id. My novice understanding is that if (isset($filtered_data)) returns true or false? So the if mrans that if records are returned do x. So, currently…

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 …

How to sort an array based on another value?

So I am pretty lost here because I don’t know what my object looks like (not sure why I can’t do print_r() to print the object). Basically from the below code, I need to sort the reviews which is $_reviews based on $percent_avg. I got the $percent_avg value from a multiple for loops and that&#8217…

Is it possible with only PHP ? PHP FORM

I have a .csv file which contains the name of a product and its quantity separated by a comma. I would like to choose a product from the ComboBox and have its quantity displayed into ‘max’ of my input of numer type . Here is a sample of the .csv file : Here is a sample of my HTML and