I have tryied your dev version it did work: https://github.com/Asgaros/asgaros-forum/archive/b29fe75f6f522e5b10fb9a1de297c12a88b6494d.zip
I check the source of how the description is pulled.
// Show biographical info.
if (!empty($userData->description)) {
$cellTitle = __('Biographical Info:', 'asgaros-forum');
$cellValue = trim(esc_html($userData->description));
$this->renderProfileRow($cellTitle, $cellValue);
}
Can i add php code to it? If yes how? I would like to add this code.
Something like this.
// Show biographical info.
if (!empty($userData->description)) {
$cellTitle = __('Biographical Info:', 'asgaros-forum');
$cellValue = trim(esc_html($userData->echo '<iframe width="390" height="395" src="https://test.com/'.description.'" frameborder="0"></iframe>';
));
$this->renderProfileRow($cellTitle, $cellValue);
}
-
This reply was modified 7 years ago by autox420.
-
This reply was modified 7 years ago by autox420.
-
This reply was modified 7 years ago by autox420.
-
This reply was modified 7 years ago by autox420.