Skip to content

Instantly share code, notes, and snippets.

@nestoru
Created May 25, 2020 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nestoru/276a757aabeafcf9dfb6dd72c8ae78a4 to your computer and use it in GitHub Desktop.
Save nestoru/276a757aabeafcf9dfb6dd72c8ae78a4 to your computer and use it in GitHub Desktop.
Internationalize Divi Button Module
...
// Render Button
$button = $this->render_button( array(
'button_id' => $this->module_id( false ),
'button_classname' => explode( ' ', $this->module_classname( $render_slug ) ),
'button_custom' => $button_custom,
'button_rel' => $button_rel,
'button_text' => esc_html__( $button_text, 'et_builder' ), // button i18n
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment